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