Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 0308
CommitLineData
afda344b
PH
1# Exim test configuration 0308
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9# Use first three components of address to select ACL
10acl_smtp_rcpt = acl_${sg{${tr{$sender_host_address}{.}{_}}}{^(.*)_.*\$}{\$1}}
11
12# ----- ACLs -----
13
14begin acl
15
16acl_V4NET_0_0:
17 accept hosts = *.test.ex
18 accept hosts = V4NET.0.0.97
19
20# End