Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0448
1 # Exim test configuration 0448
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7
8 # ----- Main settings -----
9
10 qualify_domain = test.ex
11
12 acl_smtp_rcpt = rcpt
13 queue_only = true
14 trusted_users = CALLER
15
16
17 # ----- ACL -----
18
19 begin acl
20
21 rcpt:
22   accept   local_parts = CALLER
23   accept   verify = sender
24
25
26 # ----- Rewrite ------
27
28 begin rewrite
29
30 ^postmaster\@my\.domain     <>    S
31
32 postmaster@my.domain        <>    F
33
34 # End