Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 0109
CommitLineData
37ff4e03 1# Exim test configuration 0109
afda344b 2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8qualify_domain = test.ex
9
10
11# ----- Routers -----
12
13begin routers
14
15remote:
16 driver = manualroute
17 fallback_hosts = HOSTIPV4
18 route_list = * 127.0.0.1
19 self = send
20 transport = smtp
21 no_more
22
23
24# ----- Transports -----
25
26begin transports
27
28smtp:
29 driver = smtp
30 port = PORT_N
277b9979 31 hosts_try_fastopen = :
afda344b
PH
32 allow_localhost
33
34
35# ----- Retry -----
36
37
38begin retry
39
40* * F,5d,1d
41
42
43# End