This is just a debug message - you can ignore it.
Per the dnsbl documentation:
=item RBLSMTPD is set and non-empty
The contents are used as the SMTP conversation error.
Use this for forcibly blocking sites you don't like
=item RBLSMTPD is set, but empty
In this case no RBL checks are made.
This can be used for local addresses.
=item RBLSMTPD is not set
All RBL checks will be made.
This is the setting for remote sites that you want to check against RBL.
=back
For you, RBLSMTPD is not set, so all checks are being made. (The last
option)
--
Matthew Horsfall
Dynamic Network Services, Inc.
http://www.dyndns.com
Aurélien Gazagne wrote:
Hi,
I have a problem with the plugin dnsbl
I've always got "RBLSMTPD not set for ip" in my log.
My config/plugins is
hosts_allow
require_resolvable_fromhost
dnsbl disconnect
uribl deny
whitelist_soft
greylisting
count_unrecognized_commands 4
check_relay
check_badmailfrom
check_badrcptto
check_spamhelo
sender_permitted_from spf_deny 1
check_earlytalker wait 0.12 action deny
check_basicheaders 9
check_loop 80
# this plugin needs to run after all other "rcpt" plugins
rcpt_ok
# we'll turn this on later
#spamassassin
#virus/clamdscan deny_viruses yes clamd_socket /home/smtpd/qpsmtpd/tmp/clamd
# deliver to localhost:2525
queue/smtp-forward localhost 2525
And my file config/dnsbl_zones
bl.spamcop.net
Somebody could help me ?