Fedora 11
Sponsored Link

Install Dovecot2009/06/17

  Install and Configure Dovecot for POP/IMAP Server.
[root@mail ~]#
yum -y install dovecot


[root@mail ~]#
vi /etc/dovecot.conf


# line 20: uncomment

protocols = imap imaps pop3 pop3s

# line 224: uncomment and add

mail_location =
maildir:~/Maildir


[root@mail ~]#
/etc/rc.d/init.d/dovecot start

Starting Dovecot Imap: Info: If you have trouble with authentication failures,
enable auth_debug setting. See http://wiki.dovecot.org/WhyDoesItNotWork
 
[  OK  ]

[root@mail ~]#
chkconfig dovecot on
Matched Content