diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-31 13:37:17 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-31 17:14:58 +0000 |
commit | 57d70161718e02927a22d6a3481803b72035ac46 (patch) | |
tree | 3206e22d7f40acda759609c3bf3a3a754fee534a /test/confs | |
parent | 5281dce92f37ab268bfa781e384d64dc5947203f (diff) |
Close server smtp socket explicitly on connect ACL "drop"
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0022 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/confs/0022 b/test/confs/0022 index cb41aa422..e3fadf3e6 100644 --- a/test/confs/0022 +++ b/test/confs/0022 @@ -1,6 +1,7 @@ # Exim test configuration 0022 SERVER= +CONTROL= .include DIR/aux-var/std_conf_prefix @@ -10,6 +11,7 @@ primary_hostname = myhost.test.ex hostlist some_hosts = net-lsearch;DIR/aux-var/TESTNUM.hosts +CONTROL acl_smtp_rcpt = $local_part log_selector = +smtp_connection hosts_connection_nolog = : 127.0.0.1 |