Install/Configure Dovecot2008/12/14 |
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 213: uncomment and add mail_location = maildir:~/Maildir [root@mail ~]# /etc/rc.d/init.d/dovecot start Starting Dovecot Imap: [ OK ] [root@mail ~]# chkconfig dovecot on
|
Sponsored Link |