Merge branch 'master' into 4.next
[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
32
33
34# ----- Retry -----
35
36# Ended up with the same settings, but leave the first because
37# there's a -brt test as well.
38
39begin retry
40
41^[^@]+@ten- * F,2s,1s
42* * F,2s,1s
43
44# End