Docs: more indexing for localhost_number
[exim.git] / test / confs / 0622
index 5dc3e0f94d785fe3a3e2a779d002a01d49575b3d..baca47dbb33a3eafbf360f78c12e331e054db154 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}}
@@ -62,11 +58,13 @@ client:
 begin transports
 
 send_to_server:
-  driver = smtp
+  driver =             smtp
   allow_localhost
-  hosts = 127.0.0.1
-  port = PORT_D
-  max_rcpt = 0
+  hosts_try_fastopen = :
+  hosts =              127.0.0.1
+  port =               PORT_D
+  max_rcpt =           0
+  HAP
 
 # ----- Retry -----