Testsuite: bounce_message_file and warn_message_file
[exim.git] / test / confs / 0526
CommitLineData
afda344b
PH
1# Exim test configuration 0526
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9acl_smtp_connect = check_connect
10
11
12# ----- ACLs -----
13
14begin acl
15
16check_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