Merge from master into 4.next
[exim.git] / test / confs / 0470
1 # Exim test configuration 0470
2
3 SRV=smtp
4
5 .include DIR/aux-var/std_conf_prefix
6
7 primary_hostname = myhost.test.ex
8
9 # ----- Main settings -----
10
11 acl_smtp_rcpt = acl1
12
13
14 # ----- ACLs -----
15
16 begin acl
17
18 acl1:
19 warn log_message = "This is the log message"
20 deny
21
22
23 # End