X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/0de9945258c2e7910c35f715caf07c5e9270aa1b..4e19eed51a7f777e1e18b60c636e0c9bfb82c23b:/test/confs/0588 diff --git a/test/confs/0588 b/test/confs/0588 index 9a88c9c52..314243fd0 100644 --- a/test/confs/0588 +++ b/test/confs/0588 @@ -2,41 +2,18 @@ .include DIR/aux-var/std_conf_prefix -log_selector = +received_recipients +sender_on_delivery +millisec +slow_lookup_log = 1000 -# ----- Main settings ----- +acl_smtp_rcpt = accept verify = recipient -acl_smtp_rcpt = accept - -# ----- Routers ----- +queue_only begin routers -rx_dump: - driver = redirect - condition = ${if !eq {$received_ip_address}{127.0.0.1}} - data = :blackhole: - -smtp_try: - driver = accept - transport = send_to_server - -# ----- Transports ----- - -begin transports - -send_to_server: - driver = smtp - hosts = HOSTIPV4 - allow_localhost - port = PORT_D - hosts_try_fastopen = : - -# ----- Retry ----- - -begin retry - -* * F,5d,10s +all: + driver = dnslookup + verify_only + self = send # End