Apply Jakob Hirsch's patch for arbitrary ACL variable names, tidied up
[exim.git] / test / confs / 0405
CommitLineData
afda344b
PH
1# Exim test configuration 0405
2
3UTF8=
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7rfc1413_query_timeout = 0s
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
12
13# ----- Main settings -----
14
15primary_hostname = mail.test.ex
16qualify_domain = test.ex
17
18dns_check_names_pattern = \
19 (?i)^(?>(?(1)\.|())[a-z0-9\xc0-\xff](?>[-a-z0-9\x80-\xff]*[a-z0-9\x80-\xbf])?)+$
20
21UTF8
22
23# ----- Routers -----
24
25begin routers
26
27r1:
28 driver = dnslookup
29 transport = t1
30
31# ----- Transports -----
32
33begin transports
34
35t1:
36 driver = smtp
37
38
39# End