On Mon, Feb 09, 2026 at 04:52:15PM -0500, Bill Cole via Postfix-users wrote:

> > submission inet n       -       n       -       -       smtpd
> >   -o smtpd_tls_security_level=encrypt
> >   -o smtpd_sasl_auth_enable=yes
> >   -o smtpd_recipient_restrictions={check_policy_service 
> > inet:127.0.0.1:10031,permit_sasl_authenticated,reject}
> >   [...]
> 
> Looks reasonable. I assume you have good reason for all the other overrides.

Only "reasonable" in principle, in practice the syntax is wrong, the
opening brace needs to be right after the "-o":

    -o { smtpd_recipient_restrictions =
            check_policy_service inet:127.0.0.1:10031,
            permit_sasl_authenticated,
            reject }

I've added line breaks for readability, those are cosmetic and optional.

-- 
    Viktor.  🇺🇦 Слава Україні!
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to