Skip to content
Snippets Groups Projects
Commit e6901cb9 authored by Till Brehm's avatar Till Brehm
Browse files

Merge branch '5786-dane' into 'develop'

Use DANE if TLSA records are present

Closes #5786

See merge request ispconfig/ispconfig3!1235
parents c4f85a99 9cc789d3
No related branches found
No related tags found
No related merge requests found
......@@ -11,3 +11,4 @@
#{stress_adaptive} smtpd_soft_error_limit = ${stress?2}${stress:5}
#{stress_adaptive} smtpd_timeout = ${stress?10}${stress:60}s
smtpd_forbidden_commands = CONNECT,GET,POST,USER,PASS
......@@ -11,3 +11,6 @@
#{stress_adaptive} smtpd_soft_error_limit = ${stress?{2}:{5}}
#{stress_adaptive} smtpd_timeout = ${stress?{10}:{60}}s
# validate DANE
smtp_dns_support_level = dnssec
smtp_tls_security_level = dane
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment