Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 9900
... / ...
CommitLineData
1# Exim test configuration 9900
2
3.include DIR/aux-var/std_conf_prefix
4
5
6# ----- Main settings -----
7
8local_interfaces = 127.0.0.1
9primary_hostname = myhost.text.ex
10qualify_domain = test.ex
11
12
13
14# ----- Routers -----
15
16begin routers
17
18lookuphost:
19 driver = dnslookup
20 transport = smtp
21
22# ----- Transports -----
23
24begin transports
25
26smtp:
27 driver = smtp
28 port = PORT_S
29 hosts_try_fastopen = :
30
31
32# ----- Retry -----
33
34begin retry
35
3646c.test.ex * F,1s,1s
3746d.test.ex * F,1m,1s
38
39
40# End