Hello,
I have a problem to block spam using rblsmtpd.
My initial tcpserver entry in inetd was:
" tcpserver -u -v 81 -g 80 0 smtp /var/qmail/bin/qmail-smtpd \
2>&1 | /var/qmail/bin/splogger smtpd 3 & "
In order to use rblsmtpd I replaced it by:
" tcpserver -p -v -x/etc/tcp.smtp.cdb -u80 -g81 0 25 \
rblsmtpd qmail-smtpd 2>&1 | setuser qmaill accustamp | \
setuser qmaill cyclog \
-s1000000 -n5 /var/log/qmail/qmail-smtpd"
as mentionned in
http://www.summersault.com/chris/techno/qmail/qmail-antispam.html#basic
But when sending message to :
[EMAIL PROTECTED]
the response is : Uh-oh, your RBL block is not working!
All tests in INSATALL runing without problem.
What is the problem?