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