Courier-IMAPはPOPとIMAPに対応しています今回はPOPサーバについて紹介します。
サーバ構築ガイド - Courier-IMAPでPOP/IMAPサーバ
インストール
# cd /usr/ports/mail/courier-imap
# make install
設定
設定ファイルの生成
# cd /usr/local/etc/courier-imap
cp authdaemonrc.dist authdaemonrc
cp imapd-ssl.dist imapd-ssl
cp imapd.cnf.dist imapd.cnf
cp imapd.dist imapd
cp pop3d-ssl.dist pop3d-ssl
cp pop3d.cnf.dist pop3d.cnf
cp pop3d.dist pop3d
起動スクリプトの生成
# cd /usr/local/etc/rc.d
# cp courier-imap-imapd-ssl.sh.sample pop3d.sh
起動
# /usr/local/etc/rc.d/pop3d.sh start