On 3/24/2012 8:44 PM, Allan Wind wrote:
As stated you may want to look into check_sender_access:
<http://www.postfix.org/postconf.5.html#smtpd_sender_restrictions>
so if I configure

/etc/postfix/access

with

[email protected]             OK
[email protected]        OK
[email protected]         OK
[email protected]         OK
[email protected]             OK

and /etc/postfix/main.cf

with

smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/access, reject


will that block all email except that from the listed addresses?

Reply via email to