summaryrefslogtreecommitdiff
path: root/test/confs/0448
blob: f18f8f5395a99ccdf6c2036a4f81529178504941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Exim test configuration 0448

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex


# ----- Main settings -----

qualify_domain = test.ex

acl_smtp_rcpt = rcpt
queue_only = true
trusted_users = CALLER


# ----- ACL -----

begin acl

rcpt:
  accept   local_parts = CALLER
  accept   verify = sender


# ----- Rewrite ------

begin rewrite

^postmaster\@my\.domain     <>    S

postmaster@my.domain        <>    F

# End