Fix CVE-2016-1531
[exim.git] / test / confs / 0145
CommitLineData
afda344b
PH
1# Exim test configuration 0145
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
7qualify_domain = test.ex
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
23f3dc67 12tls_advertise_hosts =
afda344b
PH
13
14# ----- Main settings -----
15
16acl_smtp_rcpt = check_recipient
17
18
19# ------ ACL ------
20
21begin acl
22
23check_recipient:
24 require verify = sender
25 require verify = recipient
26
27
28# ----- Routers -----
29
30begin routers
31
32domainlist:
33 driver = dnslookup
34 transport = smtp
35 no_more
36
37
38# ----- Transports -----
39
40begin transports
41
42smtp:
43 driver = smtp
44
45
46# ----- Retry -----
47
48
49begin retry
50
51* * F,1h,10m
52
53
54# End