X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d6870e76cf0b838eab1929e5d5afb486c4e7b448..600dc06981df5a906125f8442c36056a117412d4:/test/confs/0622 diff --git a/test/confs/0622 b/test/confs/0622 index 5dc3e0f94..baca47dbb 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}} @@ -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 -----