diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-10-11 12:42:20 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-10-11 13:31:44 +0100 |
commit | 6bacc7090a4d219a48899c5b5b08b33f4811dc7f (patch) | |
tree | d52003a20c412ec92fe07468b318b8635fd6e55d /test/confs/0588 | |
parent | 2d432dfd22141f9933cac8ab3e26a8babaf87bef (diff) |
Testsuite: case-number shuffling
Diffstat (limited to 'test/confs/0588')
-rw-r--r-- | test/confs/0588 | 37 |
1 files changed, 7 insertions, 30 deletions
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 |