Fix dcc_header content corruption.
[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 rfc1413_query_timeout = 0s
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/%slog
11 gecos_pattern = ""
12 gecos_name = CALLER_NAME
13
14
15 # ----- Main settings -----
16
17 acl_smtp_connect = check_connect
18 HL
19
20
21 # ----- ACL -----
22
23 begin acl
24
25 check_connect:
26 warn log_message = matched hostlist
27 hosts = <; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex
28
29 accept condition = ${if eq{$sender_host_address}{2001:0ab8:037f:0020:0000:0000:0000:0001}}
30
31 # End