Skip to content

Commit e6901cb

Browse files
author
Till Brehm
committed
Merge branch '5786-dane' into 'develop'
Use DANE if TLSA records are present Closes #5786 See merge request ispconfig/ispconfig3!1235
2 parents c4f85a9 + 9cc789d commit e6901cb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

install/tpl/postfix_2-5.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
#{stress_adaptive} smtpd_soft_error_limit = ${stress?2}${stress:5}
1212
#{stress_adaptive} smtpd_timeout = ${stress?10}${stress:60}s
1313

14+
smtpd_forbidden_commands = CONNECT,GET,POST,USER,PASS

install/tpl/postfix_3-0.conf.master

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@
1111
#{stress_adaptive} smtpd_soft_error_limit = ${stress?{2}:{5}}
1212
#{stress_adaptive} smtpd_timeout = ${stress?{10}:{60}}s
1313

14+
# validate DANE
15+
smtp_dns_support_level = dnssec
16+
smtp_tls_security_level = dane

0 commit comments

Comments
 (0)