From bf7aabb41b04efb076bed9de84b15b03f3006073 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 24 Mar 2015 15:32:08 +0000 Subject: Fix default-port TLSA lookup done by callout. Bug 1602 --- test/confs/5840 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/confs') 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}} \ -- cgit v1.2.3