Brian Evans wrote:
 The reason for sticking with SSL is for Outlook 2003 that doesn't
 have an option for TSL.
 "SSL" in older versions of Outlook (pre-2007 to my understanding)
 means the depreciated smtps port 465. Postfix supports this using
 wrapper mode and there is an example in your master.cf that is
 commented out by default.

 Also, do not enable SSLv2 as it is known to be insecure.

Thanks for the help.

I don't have the example in my master.cf file.
Everything is working after I found this info on a forum and added it to master.cf:

smtps   inet    n       -       -       -        -      smtpd
  -o smtpd_tls_wrappermode=yes
  -o smtpd_sasl_auth_enable=yes
  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  -o milter_macro_daemon_name=ORIGINATING

-Steve


Reply via email to