Fix CVE-2016-1531
[exim.git] / test / confs / 5100
CommitLineData
afda344b
PH
1# Exim test configuration 5100
2
3IGNORE_QUOTA=FALSE
4
5exim_path = EXIM_PATH
bc3c7bb7 6keep_environment =
afda344b
PH
7host_lookup_order = bydns
8primary_hostname = myhost.test.ex
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
17domainlist local_domains = test.ex : *.test.ex
18
19
20# ----- Routers -----
21
22begin routers
23
24bounces:
25 driver = redirect
26 allow_defer
27 data = :blackhole:
28 retry_use_local_part
29 senders = :
30
31smartuser:
32 driver = accept
33 retry_use_local_part
34 transport = lmtp
35
36
37# ----- Transports -----
38
39begin transports
40
41lmtp:
42 driver = lmtp
43 batch_max = 100
44 command = DIR/bin/mtpscript DIR/aux-fixed/TESTNUM.script.$h_script: +DIR/spool/log/mainlog
45 timeout = 1s
46 user = EXIMUSER
47 ignore_quota = IGNORE_QUOTA
48
49
50# ----- Retry -----
51
52
53begin retry
54
e97957bc 55* mail_4xx
afda344b
PH
56* rcpt_4xx F,1d,1m
57* * F,5d,1d
58
59
60# End