Merge branch 'master' into 4.next
[exim.git] / test / confs / 3000
CommitLineData
afda344b
PH
1# Exim test configuration 3000
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5primary_hostname = myhost.test.ex
6qualify_domain = test.ex
afda344b
PH
7
8# ----- Main settings -----
9
10acl_smtp_rcpt = check_rcpt
11perl_startup = do 'DIR/aux-fixed/TESTNUM.pl'
12queue_only = true
13
14
15# ----- ACLs -----
16
17begin acl
18
19check_rcpt:
20 accept condition = ${if !eq {${perl{foo_warn}}}{}}
21
22
23# End