Voytek Eymont wrote:
On Sat, October 4, 2008 1:03 am, Ralf Hildebrandt wrote:
That's STILL smtp rejection - he was thinking of using it from e.g.
SpamAssassin. But I personally think that dsn.rfc-ignorant.org is safe
for smtp rejection :)
thanks, Ralf
(after all, it was your suggestion from
http://www.rfc-ignorant.org/how_to_domain.php that I pasted above )
if I go with your thinking, should I remove it from:
----
smtpd_recipient_restrictions =
...snip...
reject_rhsbl_sender dsn.rfc-ignorant.org,
...snip...
----
and, insert the
smtpd_sender_restrictions = reject_rhsbl_sender dsn.rfc-ignorant.org
line in main.cf instead ?
no, keep it where it is. no point to do a dns query if the message is
rejected by other restrictions.