OpenBlocks200+ssdlinux+inetd+Qpopper(受信メールサーバ)

関連サイト:http://www.eudora.com/products/unsupported/qpopper/index.html


###ソースをダウンロード###
wget ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper4.0.8.tar.gz

###展開###
tar zxfv qpopper4.0.8.tar.gz

###移動###
cd qpopper4.0.8

###Makefile設定###
#メールの保存先をpostfixの保存先にあわす
./configure --enable-spool-dir=/usr/spool/mail --enable-specialauth

###コンパイル###
make

###インストール###
make install

###inetdから起動できるようにする###
vi /etc/inetd.conf

【/usr/sbin/in.inetd】
pop3 stream tcp nowait root /usr/local/sbin/popper qpopper -s



上へ
 トップページへ