On 06/15/2013 02:38 AM, Benny Pedersen wrote:
Nabil Alsharif skrev den 2013-06-15 01:57:

please disable html
My bad..


 smtp_tls_note_starttls_offer = yes
 smtp_use_tls = yes

smtp_ is for sending
Ok so these two options are telling Postfix to check if STARTTLS is offered by the peer and use TLS if available, right?


 smtpd_banner = $myhostname ESMTP
smtpd_recipient_restrictions = permit_mynetworks reject_unauth_destination
 smtpd_tls_CAfile = /etc/pki/dovecot/certs/dovecot.pem
 smtpd_tls_auth_only = yes

this disable starttls since we already is using ssl/tls now
huh? This part I don't quite understand. How are we disabling TLS? Where was it enabled before? when we said smtp_use_tls = yes?


 smtpd_tls_cert_file = /etc/pki/dovecot/certs/dovecot.pem
 smtpd_tls_key_file = /etc/pki/dovecot/private/dovecot.pem
 smtpd_tls_loglevel = 1
 smtpd_tls_security_level = encrypt
 smtpd_use_tls = yes


Reply via email to