debian experimental exim-daemon-heavy config
[exim.git] / test / confs / 0562
1 # Exim test configuration 0562
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 acl_smtp_rcpt = accept
10 acl_smtp_data = drop
11 acl_smtp_notquit = notquit
12
13 smtp_accept_max_nonmail = 4
14 smtp_receive_timeout = 1s
15
16 # ----- ACLs -----
17
18 begin acl
19
20 notquit:
21 accept logwrite = NOTQUIT reason: '$smtp_notquit_reason'
22
23 # End