稼働
Vine Linux 4.0
Jan. 28 2007
設定が一応終わったら、稼働させてみる。
PHP4 は稼働確認できているので、IMAP を稼働させる。
IMAP パッケージを apt-get でインストールし、inetd.conf を修正して inetd を再起動しておく。
# apt-get install uw-imap
# vi /etc/inetd.conf
# Pop and imap mail services et al
#
#pop-2 stream tcp nowait root /usr/sbin/tcpd in.qpopper
imap stream tcp nowait root /usr/sbin/tcpd imapd↑ # をとる
# /etc/init.d/inet restart
設定が終わったら、インストールしたディレクトリ下の src/configtest.php にブラウザでアクセスしてみる。
http://www.qcp.jp/webmail/src/configtest.php
表示までに多少時間を要するが、設定が間違ってればエラーが表示されるので修正する。
これで、SquirrelMail のインストールディレクトリにアクセスすればログオン画面が見えるはず。
