Truncate delay when peer closes connection. Bug 348
[exim.git] / test / confs / 0470
CommitLineData
afda344b
PH
1# Exim test configuration 0470
2
3SRV=smtp
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7primary_hostname = myhost.test.ex
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
12
13# ----- Main settings -----
14
15acl_smtp_rcpt = acl1
16
17
18# ----- ACLs -----
19
20begin acl
21
22acl1:
23 warn log_message = "This is the log message"
24 deny
25
26
27# End