Fix CVE-2016-1531
[exim.git] / test / confs / 0473
CommitLineData
afda344b
PH
1# Exim test configuration 0473
2
3USE_SENDER = ,use_sender
4ACL_RCPT = acl_rcpt
5
6exim_path = EXIM_PATH
bc3c7bb7 7keep_environment =
afda344b 8host_lookup_order = bydns
afda344b
PH
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
23f3dc67 13tls_advertise_hosts =
afda344b
PH
14
15# ----- Main settings -----
16
17acl_smtp_rcpt = ACL_RCPT
18callout_random_local_part = $primary_hostname--testing
19trusted_users = CALLER
20
21
22# ----- ACL -----
23
24begin acl
25
26acl_rcpt:
27 accept verify = recipient/callout=1sUSE_SENDER
28
29acl_rcpt_sender:
30 accept verify = sender/callout=1s,connect=2s
31
32
33# ----- Routers -----
34
35begin routers
36
37callout:
38 driver = manualroute
39 transport = smtp
40 route_data = 127.0.0.1
41 self = send
42
43
44# ----- Transports -----
45
46begin transports
47
48smtp:
49 driver = smtp
50 port = PORT_S
51
52# End