[SLL] postfix whitelist

Glenn Stone technoshaman at liawol.org
Mon Jan 15 16:50:14 PST 2007


On Mon, Jan 15, 2007 at 04:32:01PM -0800, Adam Quigley wrote:
>>http://www.postfix.org/RESTRICTION_CLASS_README.html
>
>This did it, thanks for the tip.  I implemented the smtp envelope
>example on this page.  There is a problem with the example, though.
>
>The example modification to main.cf...
>
>/etc/postfix/main.cf:
>   smtpd_recipient_restrictions =
>       check_recipient_access hash:/etc/postfix/protected_destinations
>
>needs a reject added to the end of the line.
>
>/etc/postfix/main.cf:
>   smtpd_recipient_restrictions =
>       check_recipient_access hash:/etc/postfix/protected_destinations, 
>       reject

Aaaaah.  Of course it would, to establish a default.  (As I understand it,
the comma concatenation says, "If this doesn't do something definitive, do
this next thing here."  (Correct me if I'm wrong.)  

-- Glenn



More information about the linux-list mailing list