Fix CVE-2016-1531
[exim.git] / test / confs / 0448
1 # Exim test configuration 0448
2
3 exim_path = EXIM_PATH
4 keep_environment =
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
9 gecos_pattern = ""
10 gecos_name = CALLER_NAME
11
12
13 # ----- Main settings -----
14
15 qualify_domain = test.ex
16
17 acl_smtp_rcpt = rcpt
18 queue_only = true
19 trusted_users = CALLER
20
21
22 # ----- ACL -----
23
24 begin acl
25
26 rcpt:
27   accept   local_parts = CALLER
28   accept   verify = sender
29
30
31 # ----- Rewrite ------
32
33 begin rewrite
34
35 ^postmaster\@my\.domain     <>    S
36
37 postmaster@my.domain        <>    F
38
39 # End