>> #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

Thanks Victor.  It's probably where I was turning off things on this new box
to troubleshoot, or following some howto on the web in desperation.  It is
un-commented on my production box.

I understand I don't need the 465 port anymore from a different poster.  My
production box was set up a long time ago.  I used the Oriley book, a
popular guide from HughesJR.com (gone now), and Jim Seymours Postfix
anti-UCE configuration, and notes from the occasional question on this
maillist a long time ago.  I'd like to get back to that setup as it has
worked very well for many years.  Just can't seem to get it all working on
Centos 7. :(

Thanks,
Scott




Reply via email to