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