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