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