diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-03-07 22:35:18 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-03-07 23:19:28 +0000 |
commit | 875512a36119423217802de1f79350e7fce1cd9b (patch) | |
tree | 811f6c6a9f8fa61b19ddc1c79bfcda23654375a7 /test/confs/2113 | |
parent | 54fda09b9a9042293ca2ed8b76e445b3ea312653 (diff) |
Delivery: contined-connection maintaining TLS
Diffstat (limited to 'test/confs/2113')
-rw-r--r-- | test/confs/2113 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/confs/2113 b/test/confs/2113 index f2c49c9b8..bb64867a9 100644 --- a/test/confs/2113 +++ b/test/confs/2113 @@ -10,7 +10,7 @@ primary_hostname = myhost.test.ex acl_smtp_rcpt = accept -log_selector = +tls_peerdn+smtp_connection+incoming_port +log_selector = +tls_peerdn+smtp_connection+incoming_port+received_recipients queue_only queue_run_in_order @@ -55,6 +55,7 @@ send_to_server: driver = smtp allow_localhost hosts = 127.0.0.1 + hosts_noproxy_tls = : port = PORT_D tls_try_verify_hosts = : |