On 2011-10-27 01:35, IT geek 31 wrote:
I guess what I'm after is a way to whitelist certain senders.  ie. if
they're okay, then no further processing is needed - just deliver.  Is
this possible?  If so, presumably smtpd_sender_restrictions =
check_sender_access hash:/sender_access is the place to put it?

No, since that will only whitelist the sender part; smtpd_recipient_restrictions may still reject the message or the recipient(s).
Put the sender check in smtpd_recipient_restrictions instead.


--
J.

Reply via email to