Testsuite: ensure logging path is set
[exim.git] / test / confs / 3000
... / ...
CommitLineData
1# Exim test configuration 3000
2
3.include DIR/aux-var/std_conf_prefix
4
5primary_hostname = myhost.test.ex
6qualify_domain = test.ex
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