Allow relative file names in .include lines (Closes 1971)
[exim.git] / test / confs / 0526
1 # Exim test configuration 0526
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 acl_smtp_connect = check_connect
10
11
12 # ----- ACLs -----
13
14 begin acl
15
16 check_connect:
17 warn logwrite = START: >$acl_c0< >${if def:acl_c0{}{not }}defined<
18 set acl_c0 = 0
19 logwrite = SET 0: >$acl_c0< >${if def:acl_c0{}{not }}defined<
20 set acl_c0 = 1
21 logwrite = SET 1: >$acl_c0< >${if def:acl_c0{}{not }}defined<
22 accept
23
24 # End