Fedora 14 - Install/Configure Dovecot
Install Dovecot to Configure POP/IMAP Server. |
[root@mail03 ~]# yum -y install dovecot [root@mail03 ~]# vi /etc/dovecot/conf.d/10-auth.conf # line 9: uncomment and change ( allow plain text auth ) disable_plaintext_auth = no # line 97: add auth_mechanisms = plain login [root@mail03 ~]# vi /etc/dovecot/conf.d/10-mail.conf # line 30: uncomment and add mail_location = maildir:~/Maildir [root@mail03 ~]# service dovecot start Starting Dovecot Imap: [ OK ] [root@mail03 ~]# chkconfig dovecot on |
0 意見