Fix CVE-2016-1531
[exim.git] / test / confs / 5100
1 # Exim test configuration 5100
2
3 IGNORE_QUOTA=FALSE
4
5 exim_path = EXIM_PATH
6 keep_environment =
7 host_lookup_order = bydns
8 primary_hostname = myhost.test.ex
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/%slog
11 gecos_pattern = ""
12 gecos_name = CALLER_NAME
13 tls_advertise_hosts =
14
15 # ----- Main settings -----
16
17 domainlist local_domains = test.ex : *.test.ex
18
19
20 # ----- Routers -----
21
22 begin routers
23
24 bounces:
25   driver = redirect
26   allow_defer
27   data = :blackhole:
28   retry_use_local_part
29   senders = :
30
31 smartuser:
32   driver = accept
33   retry_use_local_part
34   transport = lmtp
35
36
37 # ----- Transports -----
38
39 begin transports
40
41 lmtp:
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
53 begin retry
54
55 *  mail_4xx
56 *  rcpt_4xx   F,1d,1m
57 *  *          F,5d,1d
58
59
60 # End