On Thu, 2011-04-28 at 23:34:16 -0400, Jurvis LaSalle wrote: > In the docs here: > http://www.postfix.org/RESTRICTION_CLASS_README.html#external > > > /etc/postfix/main.cf: > > smtpd_recipient_restrictions = > > check_sender_access hash:/etc/postfix/restricted_senders > > ...other stuff... > > Is this a typo or can you use check_sender_access with > smtpd_recipient_restrictions?
Not a typo. As documented in postconf(5), SMTP command specific restrictions described under smtpd_sender_restrictions (and others) are valid when used with smtpd_recipient_restrictions. -- Sahil Tandon <[email protected]>
