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