diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-03-24 15:32:08 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-03-24 15:32:08 +0000 |
commit | bf7aabb41b04efb076bed9de84b15b03f3006073 (patch) | |
tree | e1364a4cac4cad8722d2abff7d61175c52ac82fc /test/confs | |
parent | b8bf753b7092246e03152e934d7e92c5db80dca1 (diff) |
Fix default-port TLSA lookup done by callout. Bug 1602
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/5840 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/confs/5840 b/test/confs/5840 index cd9e8b9c3..0447ce36d 100644 --- a/test/confs/5840 +++ b/test/confs/5840 @@ -13,7 +13,11 @@ gecos_name = CALLER_NAME # ----- Main settings ----- +.ifndef OPT acl_smtp_rcpt = accept +.else +acl_smtp_rcpt = accept verify = recipient/callout +.endif log_selector = +received_recipients +tls_peerdn +tls_certificate_verified @@ -62,6 +66,7 @@ send_to_server: allow_localhost port = PORT_D + hosts_verify_avoid_tls = : hosts_try_dane = * hosts_require_dane = !thishost.test.ex hosts_request_ocsp = ${if or { {= {4}{$tls_out_tlsa_usage}} \ |