No log to mail.info file about rbl/dnsbl until now. I've restored chroot option to default for smtp service.
$ logger -p mail.info this is a test $ cat /var/log/mail.info | grep -e 'a test' 2014-07-01T17:43:17.257348+02:00 hostname username: this is a test El 01/07/14 17:30, Wietse Venema ha escrit: > Narcis Garcia: >> Note that with default configuration Potstfix is already logging all >> other events, except RBL ones, because in Debian chroot logging by >> syslog is well configured in /etc/rsyslog.d/postfix.conf >> >> I've deactivated temporarily chroot, and I'm still waiting if there is >> some news about reject_rbl_client events being logged. > > Postfix logs all rejects and all successful/failed deliveries with > severity mail.info. It has done this since 1997 before it was even > named Postfix. > > To find out where mail.info is logged: > > $ logger -p mail.info this is a test... > > and watch your logfiles for changes. > > If your syslog daemon logs mail.info in a different file than > warnings or errors, then that just makes logfile analysis more > difficult than it needs to be. > > Wietse >