- 2003年7月 4日 00:00
- 日常
uw にこだわる理由も特にないので、ここはひとつ、まだやったことのない
「Courier-IMAP で SSL で Maildir 形式」にチャレンジしてみるか。
・・・
Courier-IMAP のインストールは意外にもあっさり成功。
pop3、pop3s、imap、imaps いずれでもメールが読めた。
SquirrelMail も問題なし。
すばらしい。
というわけでインストールメモ。(こんなとこに書いてもなあ(^^;)
■Courier-IMAP
#### コンパイル&インストール。make check までは一般ユーザで。
$ ./configure --prefix=/usr/local --enable-unicode --without-authmysql --without-authcustom --without-authcram --without-userdb --without-authldap --with-authpam --with-authpwd
$ make
$ make check
# make install
# make install-configure
#### uw-imapd インストール時に追記したものをコメントアウト。
# vi /etc/inetd.conf