Truncate delay when peer closes connection. Bug 348
[exim.git] / test / confs / 0401
1 # Exim test configuration 0401
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
7 gecos_pattern = ""
8 gecos_name = CALLER_NAME
9
10 # ----- Main settings -----
11
12 primary_hostname = mail.test.ex
13 qualify_domain = test.ex
14
15 acl_smtp_connect = connect
16 acl_smtp_mail = mail
17 queue_only
18
19
20 # ----- ACL -----
21
22 begin acl
23
24 connect:
25 accept hosts = DIR/aux-var/TESTNUM.hosts1
26
27 mail:
28 accept hosts = DIR/aux-var/TESTNUM.hosts2
29
30
31 # End