Testtsuite: portability
[exim.git] / test / confs / 0999
CommitLineData
ff966302
JH
1# Exim test configuration 0999
2# Queue many messages for a two-phase fast-ramp run
3
4hostlist loopback = <; 127.0.0.0/8 ; 0.0.0.0 ; ::1 ; 0000:0000:0000:0000:0000:ffff
5untrusted_set_sender = *
6
7SERVER =
8
9.include DIR/aux-var/std_conf_prefix
10
11rfc1413_query_timeout = 0s
12log_selector = +sender_on_delivery +millisec
13
14# ----- Main settings -----
15
16acl_smtp_rcpt = accept
17
18queue_only
19queue_fast_ramp
20
21# ----- Routers -----
22
23begin routers
24
48a74eea
JH
25drain_q:
26 driver = accept
27 condition = ${if !def:sender_host_address}
28 transport = send_to_server
29
30targetsys:
31 driver = redirect
32 data = :blackhole:
ff966302
JH
33
34
35# ----- Transports -----
36
37begin transports
38
39send_to_server:
40 driver = smtp
41 connection_max_messages = 0
42 allow_localhost
43 hosts = 127.0.0.1
44 port = PORT_D
45 hosts_try_fastopen = :
46 # assumes that HOSTIPV4 can send to 127.0.0.1
47 interface = ${if eq {$sender_address_domain}{dustybelt.tld} {127.0.0.1}{HOSTIPV4}}
48
49# ----- Retry -----
50
51begin retry
52
53* * F,5d,10s
54
55# End
56