OP25B 送信対策 |
# cd /var/qmail # wget http://members.elysium.pl/brush/qmail-smtpd-auth/dist/qmail-smtpd-auth-0.31.tar.gz # wget http://tomclegg.net/qmail/qmail-remote-auth.patch |
# tar zxvf qmail-1.03.tar.gz # tar zxvf qmail-smpd-auth-0.31.tar.gz # cd qmail-1.03 # mv -f ../qmail-smtpd-auth-0.31/* ./ # mv -f ../qmail-remote-auth.patch ./ # patch < auth.patch # patch < qmail-remote-auth.patch |
# vi error.h -extern int errno; +#include<errno.h> # make qmail-remote # install -m 711 qmail-remote /var/qmail/bin/qmail-remote |
# vi /var/qmail/control/smtproute :プロバイダのSMTPサーバー:587 プロバイダのユーザーID プロバイダのパスワード |
更新 2009.10.25