]> git.netwichtig.de Git - user/henk/code/exim.git/blob - 0470
a0f0b502763437eb1a0b76fc4178e247f25845be
[user/henk/code/exim.git] / 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