Truncate delay when peer closes connection. Bug 348
[exim.git] / test / confs / 9300
1 # Exim test configuration 9300
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/%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12
13 # ----- Main settings -----
14
15
16 # ----- Authentication -----
17
18 begin authenticators
19
20 sasl1:
21 driver = cyrus_sasl
22 public_name = ANONYMOUS
23 server_set_id = $auth1
24
25 sasl2:
26 driver = cyrus_sasl
27 public_name = PLAIN
28 server_set_id = $auth1
29
30 # End