rblsmtpd

Hello,

I’d like to enable the rblsmtpd checks at a qmail smtp level.
To do this I think I have to add this line -r relays.ordb.org ?

I’ll have in /services/smtp/run:

exec /usr/bin/softlimit -m 15000000
/usr/bin/tcpserver -v -R -S -p -x $TCP_CDB -c “$MAXSMTPD”
-u “$QMAILDUID” -g “$NOFILESGID” 0 smtp
$RBLSMTPD -r relays.ordb.org $BLACKLIST $SMTPD $HOSTNAME $VCHKPW /bin/true 2>&1

rather than

exec /usr/bin/softlimit -m 15000000
/usr/bin/tcpserver -v -R -S -p -x $TCP_CDB -c “$MAXSMTPD”
-u “$QMAILDUID” -g “$NOFILESGID” 0 smtp
$RBLSMTPD $BLACKLIST $SMTPD $HOSTNAME $VCHKPW /bin/true 2>&1

Is it ok ?

Thanks

lol I do the questions and the answers :wink:

In fact I do not have to change something in /service/smtp/run because the line -r relays.ordb.org is in /var/qmail/control/blacklists

exec /usr/bin/softlimit -m 15000000
/usr/bin/tcpserver -v -R -S -p -x $TCP_CDB -c “$MAXSMTPD”
-u “$QMAILDUID” -g “$NOFILESGID” 0 smtp
$RBLSMTPD $BLACKLIST $SMTPD $HOSTNAME $VCHKPW /bin/true 2>&1

So if I’d like to run multiple DNSBLs or change the DNSBLs check I only have to change the /var/qmail/control/blacklists

Pascal

good job pascal :).

Chris