testsuite: abstract out common conf settings
[exim.git] / test / confs / 0388
CommitLineData
afda344b
PH
1# Exim test configuration 0388
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9
10# ----- Routers -----
11
12begin routers
13
14r0:
15 driver = redirect
16 senders = :
17 local_parts = CALLER
18 data = :blackhole:
19
20r1:
21 driver = manualroute
22 route_list = * "127.0.0.1 : V4NET.0.0.0"
23 transport = smtp
24 self = send
25
26# ----- Transports -----
27
28begin transports
29
30smtp:
31 driver = smtp
32 hosts_max_try = 1
33 port = PORT_S
34 connect_timeout = 2s
48c7f9e2 35 address_retry_include_sender = false
afda344b
PH
36
37# ----- Retry -----
38
39begin retry
40
41* * F,1s,1s
42
43# End