Testsuite: expand testcase. Bug 2693
[exim.git] / test / confs / 0622
index 5dc3e0f94d785fe3a3e2a779d002a01d49575b3d..8f9d71980022f297afd2a4decdc7a192f79c375e 100644 (file)
@@ -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 -----