summaryrefslogtreecommitdiff
path: root/test/confs/0622
diff options
context:
space:
mode:
authorSimon Arlott <bugzilla.exim.simon@arlott.org>2021-02-08 19:04:30 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2021-02-08 19:06:22 +0000
commit5ce86c4f552071ad7408c40324d5211ab2a2da82 (patch)
tree40443656dbfbde38f0d9304287695c0f569b6542 /test/confs/0622
parentb664a2512489bbeab422ff4bb8329591903d9341 (diff)
Testsuite: expand testcase. Bug 2693
Diffstat (limited to 'test/confs/0622')
-rw-r--r--test/confs/06229
1 files changed, 3 insertions, 6 deletions
diff --git a/test/confs/0622 b/test/confs/0622
index 5dc3e0f94..8f9d71980 100644
--- a/test/confs/0622
+++ b/test/confs/0622
@@ -1,24 +1,20 @@
# Exim test configuration 0622
SERVER=
+HAP=
.include DIR/aux-var/std_conf_prefix
primary_hostname = myhost.test.ex
-log_selector = +pipelining +received_recipients
+log_selector = +pipelining +received_recipients +smtp_connection
# ----- Main settings -----
-acl_smtp_connect = check_connect
acl_smtp_rcpt = check_rcpt
begin acl
-check_connect:
- accept
- logwrite = :main:New connection
-
check_rcpt:
defer
condition = ${if eq {$acl_m0}{1}}
@@ -67,6 +63,7 @@ send_to_server:
hosts = 127.0.0.1
port = PORT_D
max_rcpt = 0
+ HAP
# ----- Retry -----