Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 0448
CommitLineData
afda344b
PH
1# Exim test configuration 0448
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7
8# ----- Main settings -----
9
10qualify_domain = test.ex
11
12acl_smtp_rcpt = rcpt
13queue_only = true
14trusted_users = CALLER
15
16
17# ----- ACL -----
18
19begin acl
20
21rcpt:
22 accept local_parts = CALLER
23 accept verify = sender
24
25
26# ----- Rewrite ------
27
28begin rewrite
29
30^postmaster\@my\.domain <> S
31
32postmaster@my.domain <> F
33
34# End