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