c4f240c391e5a72d9384f682639c8b1081c9e6d1
[exim.git] / test / confs / 0554
1 # Exim test configuration 0554
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9
10 # ----- Routers -----
11
12 begin routers
13
14 r1:
15 driver = manualroute
16 route_list = * 127.0.0.1
17 transport = smtp
18 self = send
19
20
21 # ----- Transports -----
22
23 begin transports
24
25 smtp:
26 driver = smtp
27 port = PORT_S
28
29 # ----- Retry -----
30
31 begin retry
32
33 * * F,10s,2s
34
35 # End