> On Jul 24, 2016, at 4:30 AM, techlist06 <techlis...@msws.org> wrote:
> 
> #port 465
> # my inbound mail comes here
> smtps    inet  n       -       n       -       -       smtpd -v
> # next line below so I don't filter the mail I send in via 465
> # -o content_filter=
> # -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject
> # -o smtpd_sasl_auth_enable=yes
> # -o smtpd_tls_wrappermode=yes
> # -o syslog_name=postfix/smtps
>  -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_sasl_local_domain=$myhostname
>  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
>  -o smtpd_sender_login_maps=hash:/etc/postfix/virtual
>  -o smtpd_sender_restrictions=reject_sender_login_mismatch
>  -o
> smtpd_recipient_restrictions=reject_non_fqdn_recipient,reject_unknown_recipi
> ent_domain,permit_sasl_authenticated,reject

Commenting out "-o smtpd_tls_wrappermode=yes" is rather unwise for port 465

-- 
        Viktor.

Reply via email to