Jorey Bump wrote:
Ralf Hildebrandt wrote, at 08/07/2008 04:34 PM:
* Jake Vickers <[EMAIL PROTECTED]>:
Are there any
pros/cons to checking this at another time rather than in
smtpd_recipient_restrictions? Thanks.
I'd just leave it in smtpd_recipient_restrictions, it's not worth the
hassle to use:
smtpd_delay_reject = no
and put it into smtpd_client_restrictions -- which you then would
have to
fill with a lot of exceptions like permit_mynetworks etc.
Also, by leaving it as is, you get the benefit of logging sender and
recipient. reject_unknown_reverse_client_hostname is certainly a
restriction that I would want to have full logging available for
troubleshooting, as it could catch legitimate mail.
Thanks to both of you. That clears up one of those things that has been
nagging at me.