Fix CVE-2016-1531
[exim.git] / test / confs / 5009
CommitLineData
01c490df
PH
1# Exim test configuration 5009
2
3SUB=
4
5exim_path = EXIM_PATH
bc3c7bb7 6keep_environment =
01c490df
PH
7host_lookup_order = bydns
8primary_hostname = myhost.test.ex
01c490df
PH
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
23f3dc67 13tls_advertise_hosts =
01c490df
PH
14
15
16# ----- Main settings -----
17
18qualify_domain = test.ex
19
20
21# ----- Routers -----
22
23begin routers
24
25r1:
26 driver = accept
27 transport = t1
28
29# ----- Transports -----
30
31begin transports
32
33t1:
34 driver = appendfile
35 directory = DIR/test-mail/SUB
36 user = CALLER
37 maildir_format
38 maildir_use_size_file
39 maildir_quota_directory_regex = ^(?:cur|new|\.(?!Trash).*)$
d6629cdc 40 maildirfolder_create_regex = /\.[^/]+$
01c490df
PH
41 quota = 1M
42
43
44# ----- Retry -----
45
46begin retry
47
48* * F,1d,1d
49
50
51# End