Hi

Well on first scan no lookup tables look out of order aside to 1 which had a little white space after the OK's

Will come back to it for a 2nd scan with a fresh head presently

I am wondering if the following is allowed/recommended practice ?

my  last 2 lines of smtpd_recipient_restrictions are:

    check_sender_access proxy:mysql:/etc/postfix/mysql/postgrey_sender.cf
    check_policy_service inet:localhost:60000

The check_sender_access allows me to skip the postgrey check for listed sender addresses.

This  would have been triggered on the configuration error transaction yesterday

On 21/11/2023 15:25, Wietse Venema via Postfix-users wrote:
Paul Enlund via Postfix-users:
Nov 20 15:48:03 kanuka postfix/smtpd[3566272]: warning: unknown
smtpd restriction: "OK"
Nov 20 15:48:03 kanuka postfix/smtpd[3566272]: NOQUEUE: reject:
RCPT from host.verypinktiger.com[89.34.18.125]: 451 4.3.5 Server
configuration error; ...
I suggest that you start with the output from these commands:

     postconf -n | grep OK
     postconf -P | grep OK

If that produces no match, examine the lookup tables in
this command output:

     postconf -n | grep 'smtpd.*restrictions ='
     postconf -P | grep 'smtpd.*restrictions ='

"OK" is valid only as the first word in a table lookup result.

        Wietse
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to