Dovecot インストール/設定2010/06/13 |
けっこう定番のDovecotを使ってPOP/IMAPサーバーを構築します。 |
[root@mail ~]# yum -y install dovecot [root@mail ~]# vi /etc/dovecot.conf # 20行目:コメント解除 protocols = imap imaps pop3 pop3s # 224行目:コメント解除して追記 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
|
Sponsored Link |