On Sat, 26 Jun 2004 14:03:32 -0700, "Daniel B. Thurman" <dant@xxxxxxxxx> wrote: > > >Where is the manual/HOWTO for this one? Online ones that >I have found is woefully old. I cannot even find the cyradm >anywhere in FC2. Is that obsoleted too? It's easy to use Dovecot for POP3 edit /etc/dovecot.ini # Protocols we want to be serving: # imap imaps pop3 pop3s protocols = imap pop3 ## ## POP3 login process ## # Settings default to same as above, so you don't have to set anything # unless you want to override them. login = pop3 That should do it. Enable dovecot if not already enabled $ chkconfig --list dovecot dovecot 0:off 1:off 2:on 3:on 4:on 5:on 6:off If all are off chkconfig --level 345 dovecot on That's about all I had to do to use Dovecot for IMAP and POP3. -- Steve