Hello; I'm working with Debian GNU/Linux 7 and Postfix 2.9.6 I've configured a Postfix service with this (real rbl instead of example):
$ postconf -e 'smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination,reject_rbl_client rbl.example.net' $ postconf -e 'postscreen_dnsbl_sites = rbl.example.net' $ service postfix reload Spam delivery has been reduced with this, but I cannot investigate false positives because nothing of this (RBL) is logged to /var/log/mail.log nor /var/log/syslog What do I need to do to Postfix logs DNSBL/RBL events? Thanks.