Quoting Matus UHLAR - fantomas <[email protected]>:

Quoting Matus UHLAR - fantomas <[email protected]>:

On 17.08.09 12:07, [email protected] wrote:
That all depends upon how you have Postfix configured. I have a gateway
set up here and do the RBL lookups late in the
smtpd_recipient_restrictions just before the greylist policy. I.e.:

smtpd_recipient_restrictions =
[...]
   reject_rbl_client zen.spamhaus.local=127.0.0.10,
   reject_rbl_client zen.spamhaus.local=127.0.0.11,
   reject_rbl_client zen.spamhaus.local,
[...]

isn't this a bit superflous? the last line should doo all the job

On 17.08.09 12:38, [email protected] wrote:
Nope. Only one query to the local spamhaus zone is performed:

http://www.postfix.org/STRESS_README.html#hangup

I am not talking about number of DNS queries made but about the fact that
the last line does all the work for the first two, so the first two lines are
useless...

This is way off-topic and will be my last response. It is explained in the link.

Reply via email to