diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-05-01 12:42:32 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-05-01 12:42:32 +0100 |
commit | 23a217d97daf7e76ff6f586af43d13892fafa42b (patch) | |
tree | cc918d116064eb7c25f884523fa70424005e9c0f /test/confs/5740 | |
parent | 6c140c0137225dff8b08d62df9c4ecc1093c6cbc (diff) |
testsuite: tidying
Diffstat (limited to 'test/confs/5740')
-rw-r--r-- | test/confs/5740 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/confs/5740 b/test/confs/5740 index ccc907c82..4d41e820b 100644 --- a/test/confs/5740 +++ b/test/confs/5740 @@ -21,7 +21,7 @@ domainlist local_domains = test.ex : *.test.ex acl_smtp_rcpt = check_recipient acl_smtp_data = check_data -log_selector = +tls_peerdn +log_selector = +tls_peerdn +received_recipients remote_max_parallel = 1 tls_advertise_hosts = * @@ -71,7 +71,7 @@ client: condition = ${if eq {SERVER}{server}{no}{yes}} retry_use_local_part transport = send_to_server${if eq{$local_part}{nostaple}{1} \ - {${if eq{$local_part}{norequire} {2} \ + {${if match{$local_part}{norequire} {2} \ {${if eq{$local_part}{smtps} {4}{3}}} \ }}} |