最終更新:2011-10-15 (土) 08:07:13 (4591d)  

Dovecot
Top / Dovecot

Secure IMAP server

http://www.dovecot.org/

Dovecot is an open source IMAP and POP3 email server for Linux/UNIX-like systems, written with security primarily in mind. Dovecot is an excellent choice for both small and large installations. It's fast, simple to set up, requires no special administration and it uses very little memory.

インストール

yum install dovecot

設定

/etc/dovecot.conf
mail_location = maildir:~/Maildir
valid_chroot_dirs = /home

関連