TLS: variables $tls_(in,out)_tlsver
[exim.git] / test / confs / 0004
CommitLineData
afda344b
PH
1# Exim test configuration 0004
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6acl_smtp_rcpt = check_recipient
7domainlist local_domains = test.ex
8smtp_accept_max_nonmail = 1000
9
10
11# ----- ACL -----
12
13begin acl
14
15check_recipient:
16 accept hosts = :
17 deny senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :\
18 lsearch*@;DIR/aux-fixed/0003.rej.lsearch :\
19 @@lsearch*;DIR/aux-fixed/0003.rej.bydomain
20 accept domains = +local_domains
21 deny message = relay not permitted
22
23# End