Nabil Alsharif skrev den 2013-06-15 01:57:

please disable html

 smtp_tls_note_starttls_offer = yes
 smtp_use_tls = yes

smtp_ is for sending

 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

 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

--
senders that put my email into body content will deliver it to my own trashcan, so if you like to get reply, dont do it

Reply via email to