Make {bounce,warn}_message_file expanded. Bug 2522
[exim.git] / test / confs / 0366
CommitLineData
afda344b
PH
1# Exim test configuration 0366
2
3HOSTS_MAX_TRY=5
4
d4dc049f
JH
5.include DIR/aux-var/std_conf_prefix
6
afda344b
PH
7
8# ----- Main settings -----
9
10ignore_bounce_errors_after = 0s
11qualify_domain = test.ex
f3d7df6c 12disable_ipv6
afda344b
PH
13
14# ----- Routers -----
15
16begin routers
17
18r1:
19 driver = dnslookup
20 transport = smtp
21
22
23# ----- Transports -----
24
25begin transports
26
27smtp:
28 driver = smtp
29 connect_timeout = 1s
30 hosts_max_try = HOSTS_MAX_TRY
31 port = PORT_N
277b9979 32 hosts_try_fastopen = :
afda344b
PH
33
34
35# ----- Retry -----
36
37# Ended up with the same settings, but leave the first because
38# there's a -brt test as well.
39
40begin retry
41
eb24befc
JH
42^[^@]+@ten- * F,4s,1s
43* * F,4s,1s
afda344b
PH
44
45# End