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

Reply via email to