> -----Original Message----- > From: fedora-list-bounces@xxxxxxxxxx > [mailto:fedora-list-bounces@xxxxxxxxxx] On Behalf Of Craig White > Sent: Wednesday, May 04, 2005 9:08 AM > To: For users of Fedora Core releases > Subject: RE: Problem with system-config-bind > > On Wed, 2005-05-04 at 08:16 +0100, Paul Howarth wrote: > > On Wed, 2005-05-04 at 01:50 -0400, Debbie Deutsch wrote: > > > Thanks again. Webmin certainly looks worth giving a try! > > > > > > BTW, now that my zone is working, it's on to the next problem to > > > solve. Now that other hosts on my LAN can address my > server, they > > > are seeing POP3 > > > errors: > > > > > > 'ipop3d: error while loading shared libraries: libcom_err.so.3: > > > cannot open shared object file: No such file or directory' > > > > > > Very mysterious, since I have done nothing more than do > > > upgrades/updates (via yum, up2date, and the FC3 > installation CDs)to go from RH9 to FC3. > > > Clearly something got broken along the way... This is happening > > > when IPOP3 is running and gets a request; the logfile > shows xinetd > > > starting POP3 successfully. I am wondering if the > easiest/quickest > > > way to fix this might be to re-install the package that includes > > > IPOP3. Unfortunately so far I have not been able to > figure out which one it is. > > > > That is because ipop3d has not been included in Fedora > since FC1, as > > mentioned in the FC2 release notes. The simplest fix is to > install and > > use dovecot instead: > > > > # yum install dovecot > > > > Then edit /etc/dovecot.conf and enable the POP3 protocol in the > > "protocols" line near the top. > > > > Then turn off ipop3d and enable dovecot instead: > > > > # chkconfig ipop3d off > > # chkconfig dovecot on > > # service dovecot start > ---- > probably won't be able to get dovecot installed if uw-imapd > is still installed. > > rpm -qa|grep imap > > rpm -e imapd-version php-imap > > yum install dovecot php-imap > > Craig > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > > Thanks for the suggestion about imap conflicts. As it turned out, I was able to install dovecot, mostly. :-) It's running and responding to requests, but is complaining about a file or folder access problem. The old version of imapd (imap-2001a-18) has been erased, but the problem persists. Briefly, I have a number of email accounts all aliased over to one combined account, that is, 'foo', 'bar', and 'bletch' are all aliased to 'combined'. I use an account on another host to get mail that goes to 'combined'. This worked perfectly well when my server was running RH9. Now dovecot complains of an error when the other host logs in via pop3: Mkdir_parents(/mail/.imap/INBOX failed: Permission denied Couldn't open INBOX: Internal error occurred. Refer to server log for more information Login: combined [192.168.1.101] In trying to get this to work under FC3 and using dovecot, I have A) created /home/combined (it did not exist before) B) created /home/combined/mail C) even tried creating /home/combined/.imap and /home/combined/.imap/INDEX (as directories), but no dice Do you have any suggestions? Here is my dovecot.conf file, with comments removed protocols = pop3 pop3s pop3_listen = [*] pop3s_listen = [*] login_dir = /var/run/dovecot-login login = pop3 mail_extra_groups = mail default_mail_env = mbox:~/mail:INBOX=/var/mail/%u client_workarounds = outlook-idle outlook-pop3-no-nuls auth = default auth_mechanisms = plain auth_userdb = passwd auth_passdb = pam auth_user = root auth_verbose = yes auth_debug = yes TIA ever so much! Debbie