*Empty MediaWiki Message*

This commit is contained in:
Daniel.plominski 2014-03-23 21:29:19 +00:00
parent b76d9464ff
commit 7e9b5f76ae

View File

@ -98,14 +98,12 @@ smtpd_tls_key_file = /etc/postfix/ssl/server.key
#smtpd_tls_CAfile = /etc/postfix/ssl/class3.crt
smtpd_use_tls = yes
#smtpd_tls_auth_only = yes
smtpd_tls_auth_only = yes
smtpd_tls_security_level = may
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_tls_auth_only = no
# tls cipher and protocol
#smtpd_tls_security_level = encrypt
### _mandatory gilt fuer security_level = encrypt / _OHNE_mandatory gilt fuer security_level = may
smtpd_tls_ciphers = high
smtpd_tls_mandatory_ciphers = high
@ -115,8 +113,9 @@ smtpd_tls_mandatory_protocols = TLSv1, TLSv1.1, Tlsv1.2, !SSLv2, !SSLv3
smtpd_tls_protocols = TLSv1, TLSv1.1, Tlsv1.2, !SSLv2, !SSLv3
smtpd_tls_loglevel = 1
</pre>
<pre>
### smtpd security_level = MUSS may sein, sonst kann sich Amavis nicht connecten: ###
###
### From MTA(smtp:[127.0.0.1]:10025) during fwd-rundown-1 (Negative SMTP response to RSET: 530 5.7.0 Must issue a STARTTLS command first at