Truncate delay when peer closes connection. Bug 348
[exim.git] / test / confs / 1000
1 # Exim test configuration 1000
2
3 HL=
4
5 exim_path = EXIM_PATH
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12
13
14 # ----- Main settings -----
15
16 acl_smtp_connect = check_connect
17 HL
18
19
20 # ----- ACL -----
21
22 begin acl
23
24 check_connect:
25 warn log_message = matched hostlist
26 hosts = <; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex
27
28 accept condition = ${if eq{$sender_host_address}{2001:0ab8:037f:0020:0000:0000:0000:0001}}
29
30 # End