On Sun, Jul 14, 2019 at 07:25:05PM -0400, David Mehler wrote:

> Thanks for your reply. Is my configuration overdoing it?

No, on the contrary, you're still missing some overrides:

> Here's my submission snipet:
> submission inet n       -       n       -       -       smtpd
>  -o syslog_name=postfix/submission
>  -o smtpd_tls_security_level=encrypt
>     -o smtpd_sasl_auth_enable=yes
>     -o smtpd_sasl_type=dovecot
>     -o smtpd_sasl_path=private/auth
>     -o smtpd_sasl_security_options=noanonymous
>     -o smtpd_client_restrictions=$mua_client_restrictions
>     -o smtpd_sender_restrictions=$mua_sender_restrictions
>     -o smtpd_relay_restrictions=$mua_relay_restrictions
>     -o milter_macro_daemon_name=ORIGINATING
>     -o tls_preempt_cipherlist=yes
>     -o 
> smtpd_sender_login_maps=mysql:/usr/local/etc/postfix/db/sender-login-maps.cf

  * smtpd_data_restrictions
  * smtpd_end_of_data_restrictions
  * smtpd_helo_restrictions
  * smtpd_recipient_restrictions

On my system:

    $ postconf -d | pcregrep '^smtpd_.*_restrictions =' | awk '{print $1}'
    smtpd_client_restrictions
    smtpd_data_restrictions
    smtpd_end_of_data_restrictions
    smtpd_etrn_restrictions
    smtpd_helo_restrictions
    smtpd_recipient_restrictions
    smtpd_relay_restrictions
    smtpd_sender_restrictions

-- 
        Viktor.

Reply via email to