Fedora 13
Sponsored Link

Dovecot インストール/設定2010/06/01

  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: If you have trouble with authentication failures,
enable auth_debug setting. See http://wiki.dovecot.org/WhyDoesItNotWork
This message goes away after the first successful login.
[  OK  ]
[root@mail ~]#
chkconfig dovecot on

関連コンテンツ