Fix CVE-2016-1531
[exim.git] / test / confs / 0108
CommitLineData
afda344b
PH
1# Exim test configuration 0108
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b 5host_lookup_order = bydns
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
23f3dc67 10tls_advertise_hosts =
afda344b
PH
11
12# ----- Main settings -----
13
14acl_smtp_rcpt = check_recipient
15acl_smtp_data = check_message
16
17domainlist local_domains = test.ex
18qualify_domain = test.ex
19
20remote_sort_domains = black.com:myhost.com:other.edu
21
22
23# ----- Routers -----
24
25begin routers
26
27remote:
28 driver = manualroute
29 domains = ! +local_domains
30 route_list = * ten-1.test.ex byname
31 transport = smtp
32 no_more
33
34
35# ----- Transports -----
36
37begin transports
38
39smtp:
40 driver = smtp
41
42
43# End