You may want to check this out:
http://thomas.mangin.me.uk/software/qmail-greylist.html
Install instructions are simple:
cd /var/qmail/bin ; wget http://thomas.mangin.me.uk/data/source/greyd
; chmod +x greyd
mkdir /var/qmail/grey ; chown vpopmail.vchkpw /var/qmail/grey
Add ',GREY=""' to the :allow statement at the bottom of /etc/tcprules.d/tcp.smtp
Then change /var/qmail/supervise/smtp/run to look like this:
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
BLACKLIST=`cat /var/qmail/control/blacklists`
SMTPD="/var/qmail/bin/qmail-smtpd"
GREYD="/var/qmail/bin/greyd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
RBLSMTPD="/usr/bin/rblsmtpd"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
exec /usr/bin/softlimit -m 12000000 \
/usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
$GREYD $RBLSMTPD $BLACKLIST $SMTPD $VCHKPW /bin/true 2>&1
On 1/16/07, Wojciech Gabor <[EMAIL PROTECTED]> wrote:
I plan start any greylisting with QT. What package is recommended for QT?
Any HOWTO?
--
Tuptus
System uptime: 41 years 8 months 3 weeks 0 days 3 hours 45 minuts
Why use windows since there is a door?
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]