>I am not sure what you are referring to, I just did "egrep "24.51.13.81" >/var/log/maillog" to try to find out why this particular IP is passing = >the RBLs and those are the results that showed up.
ok, that means there were no rejects for those IPs, but that doesn't mean that postfix accepted messages from those IPs. If you were running 4tuple filter, your same egrep would have pulled up 4tuple records with those IPs but only if postfix accepted msgs. >I'm assuming Postfix smtpd did accept those messages since they showed = >up in >my inbox which is behind my IMGATE machine that uses those RBLs that = >have >the mentioned IP. then you should be able to grep for the postfix msg ID to see all the log lines of the processes that handled the msg. It would be very strange if postfix accepted a msg from IP that was in several RBLs (assuming this IPs were whitelisted before the RBL checks). Len
