> -----Original Message----- > From: fedora-list-bounces@xxxxxxxxxx > [mailto:fedora-list-bounces@xxxxxxxxxx] On Behalf Of Paul Howarth > Sent: Wednesday, May 04, 2005 3:17 AM > To: For users of Fedora Core releases > Subject: RE: Problem with system-config-bind > > 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 > > P.S. Please don't top-post on this mailing list. > > Paul. > -- > Paul Howarth <paul@xxxxxxxxxxxx> > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > > Thanks very very much, Paul, both for the pointer to dovecot and your reminder about top/bottom-posting. It's been a good number of years since I have been at all active in a community such as this one. I certainly don't want to annoy people. Debbie