カテゴリー
FreeBSD Software

FreeBSD (imap-uwのSSL化)

/usr/ports/mail/cclient

/usr/ports/mail/imap-uw

/usr/local/etc/pkgtools.conf に WITH_SSL_AND_PLAINTEXT=yes を追記。

# cd /usr/ports/mail/cclient
# portupgrade -f
# cd /usr/ports/mail/imap-uw
# portupgrade -f
# make cert (全部エンターで済ませる)

/usr/local/certs に imapd.pem ipop3d.pemが出来ていればOK。
あとは /etc/inetd.conf をいじる。

pop3s   stream  tcp     nowait  root    /usr/local/libexec/ipop3d       ipop3d
imaps   stream  tcp     nowait  root    /usr/local/libexec/lmapd        imapd

を追記して inetd を kill -HUP する。

参考URL: http://hiiro-sou.hp.infoseek.co.jp/unix/tips/imap.html

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です