pop3

Steven Stern subscribed-lists at sterndata.com
Sat Jun 26 21:23:26 UTC 2004


On Sat, 26 Jun 2004 14:03:32 -0700, "Daniel B. Thurman" <dant at cdkkt.com>
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
   





More information about the fedora-list mailing list