Paul Enlund via Postfix-users: > Nov 20 15:48:03 kanuka postfix/smtpd[3566272]: warning: unknown > smtpd restriction: "OK" On 21/11/2023 15:25, Wietse Venema via Postfix-users wrote: > "OK" is valid only as the first word in a table lookup result.
Response updated for for completeness: OK is also valid as the first word in a check_policy_service result. OK is not valid when it appears after other text (in a lookup table or check_policy_service result). Paul Enlund via Postfix-users: > Well on first scan no lookup tables look out of order aside to 1 which > had a little white space after the OK's In a lookup table input file, whitespace *before* OK can produce the above error, because Postfix will append that text to the previous line: the result will that "OK" appears after other text. Now, we could make "OK" more tolerant in newer Postfix releases, but that will not have an effect on stable releases. Wietse _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org