Fix CVE-2016-1531
[exim.git] / test / confs / 0463
1 # Exim test configuration 0463
2
3 exim_path = EXIM_PATH
4 keep_environment =
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
9 gecos_pattern = ""
10 gecos_name = CALLER_NAME
11
12 # ----- Main settings -----
13
14 domainlist local_domains = test.ex
15
16 # ----- Routers -----
17
18 begin routers
19
20 all:
21   driver = dnslookup
22   domains = !@mx_any
23   qualify_single
24   transport = smtp
25   widen_domains = test.ex
26
27
28 # ----- Transports -----
29
30 begin transports
31
32 smtp:
33   driver = smtp
34   port = PORT_S
35
36 # End