メールがぁぁ

メールサーバーが動いていない模様。どうやら認証が出来ていないみたい。
かなり前からメンテしてないなぁ。この際なので入れなおし。

wget http://optusnet.dl.sourceforge.net/sourceforge/courier/courier-authlib-0.57.tar.bz2
bunzip2 courier-authlib-0.57.tar.bz2
tar xf courier-authlib-0.57.tar
cd courier-authlib-0.57/

./configure \
--prefix=/usr/local/courier-authlib \
--without-authpam \
--without-authldap \
--without-authpwd \
--without-authmysql \
--without-authpgsql \
--without-authshadow \
--without-authuserdb \
--without-authcustom \
--without-authcram \
--without-authpipe \
--with-authvchkpw \
--with-redhat

make
make install
make install-configure

ついでにIMAPも更新

wget http://optusnet.dl.sourceforge.net/sourceforge/courier/courier-imap-4.0.6.tar.bz2
bunzip2 courier-imap-4.0.6.tar.bz2
tar xf courier-imap-4.0.6.tar
cd courier-imap-4.0.6

COURIERAUTHCONFIG=/usr/local/courier-authlib/bin/courierauthconfig \
CPPFLAGS=-I/usr/local/courier-authlib/include \
./configure \
--prefix=/usr/local/courier-imap \
--disable-root-check \
--with-ssl \
--enable-unicode \
--with-redhat

make && make install && make install-configure

どうもうまくいかない。
rcスクリプトをいいかげんに作ったのがたたったかな。
128日ぶりの再起動。

で、すむような状態じゃなさそう。