Truncate delay when peer closes connection. Bug 348
[exim.git] / test / confs / 2128
1 # Exim test configuration 2128
2
3 SERVER=
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/SERVER%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12
13 # ----- Main settings -----
14
15 tls_advertise_hosts = *
16
17 tls_certificate = DIR/aux-fixed/cert1
18 tls_privatekey = DIR/aux-fixed/cert1
19
20 tls_on_connect_ports = PORT_D2 : PORT_D3
21
22
23 # End