> On 12 July 2021, at 18:27, Wietse Venema <wie...@porcupine.org> wrote:
> 
> Doug Hardie:
>> I have a postfix server that uses postscreen.  However, occasionally
>> a needed mail is blocked by one of the spam services.  Is there a
>> way to bypass postscreen for just one or more specific addresses
>> for a short time?
> 
> http://www.postfix.org/postconf.5.html#postscreen_access_list
> http://www.postfix.org/POSTSCREEN_README.html#quick
> 

I went through those earlier.  I have configured:

postscreen_access_list = permit_mynetworks,
        cidr:/usr/local/etc/postfix/access.cidr


mail# vi access.cidr

10.0.1.0/24             permit
23.242.169.27/32        permit
206.248.190.153/32      reject
123.108.97.201/32       reject
91.238.134.134/32       reject
~


mynetworks = 10.0.1.205, 10.0.1.230, 10.0.1.250, 10.0.1.200, 10.0.1.235, 127.0.0
.0/8


I figured the postscreen_access_List was the place, but I added the needed 
address with permit and did a postfix reload.  It still blocked the desired 
email.  Perhaps there was a typo somewhere, so I will run another set of tests 
and see what I get.

-- Doug

Reply via email to