Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 0405
CommitLineData
afda344b
PH
1# Exim test configuration 0405
2
3UTF8=
4
d4dc049f
JH
5.include DIR/aux-var/std_conf_prefix
6
afda344b
PH
7
8# ----- Main settings -----
9
10primary_hostname = mail.test.ex
11qualify_domain = test.ex
12
13dns_check_names_pattern = \
14 (?i)^(?>(?(1)\.|())[a-z0-9\xc0-\xff](?>[-a-z0-9\x80-\xff]*[a-z0-9\x80-\xbf])?)+$
15
16UTF8
17
18# ----- Routers -----
19
20begin routers
21
22r1:
23 driver = dnslookup
24 transport = t1
25
26# ----- Transports -----
27
28begin transports
29
30t1:
31 driver = smtp
277b9979 32 hosts_try_fastopen = :
afda344b
PH
33
34
35# End