Testsuite: unbreak testcase
[exim.git] / test / confs / 2121
1 # Exim test configuration 2121
2
3 REQUIRE=#
4 TRYCLEAR=#
5
6 .include DIR/aux-var/std_conf_prefix
7
8 primary_hostname = myhost.test.ex
9
10 # ----- Main settings -----
11
12
13 # ----- Routers -----
14
15 begin routers
16
17 client:
18 driver = accept
19 transport = send_to_server
20
21
22 # ----- Transports -----
23
24 begin transports
25
26 send_to_server:
27 driver = smtp
28 allow_localhost
29 hosts = 127.0.0.1
30 port = PORT_S
31 hosts_try_fastopen = :
32 REQUIRE
33 TRYCLEAR
34
35
36 # ----- Retry -----
37
38
39 begin retry
40
41 * * F,5d,10s
42
43
44 # End