Fix CVE-2016-1531
[exim.git] / test / confs / 0215
CommitLineData
afda344b
PH
1# Exim test configuration 0215
2
3IGNORE_QUOTA=false
382afc6b
PH
4AUTHS=
5AUTHF=
afda344b
PH
6
7exim_path = EXIM_PATH
bc3c7bb7 8keep_environment =
afda344b
PH
9host_lookup_order = bydns
10primary_hostname = myhost.test.ex
afda344b
PH
11spool_directory = DIR/spool
12log_file_path = DIR/spool/log/%slog
13gecos_pattern = ""
14gecos_name = CALLER_NAME
23f3dc67 15tls_advertise_hosts =
afda344b
PH
16
17# ----- Main settings -----
18
19domainlist local_domains = test.ex : *.test.ex
20log_selector = +sender_on_delivery
21
22
23# ----- Routers -----
24
25begin routers
26
27bounces:
28 driver = redirect
29 allow_defer
30 data = :blackhole:
31 retry_use_local_part
32 senders = :
33
34smartuser:
35 driver = accept
36 retry_use_local_part
37 transport = lmtp
38
39
40# ----- Transports -----
41
42begin transports
43
44lmtp:
45 driver = smtp
46 allow_localhost
47 hosts = 127.0.0.1
48 port = PORT_S
49 protocol = LMTP
50 lmtp_ignore_quota = IGNORE_QUOTA
382afc6b
PH
51 AUTHS
52 AUTHF
afda344b
PH
53
54
55# ----- Retry -----
56
57
58begin retry
59
60* * F,5d,1d
61
62
63# End