Fix CVE-2016-1531
[exim.git] / test / confs / 0417
CommitLineData
afda344b
PH
1# Exim test configuration 0417
2
3RETURN_ERROR_DETAILS = false
4
5exim_path = EXIM_PATH
bc3c7bb7 6keep_environment =
afda344b 7host_lookup_order = bydns
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
16primary_hostname = mail.test.ex
17qualify_domain = test.ex
18
19acl_smtp_rcpt = rcpt
20smtp_return_error_details = RETURN_ERROR_DETAILS
21
22
23# ----- ACLs -----
24
25begin acl
26
27rcpt:
28 require verify = sender
29
30
31# ----- Routers -----
32
33begin routers
34
35r1:
36 driver = dnslookup
37 transport = t1
38
39
40# ----- Transports -----
41
42begin transports
43
44t1:
45 driver = smtp
46
47# End