Log deferred deliveries for transport max_parallel
[exim.git] / test / confs / 9300
... / ...
CommitLineData
1# Exim test configuration 9300
2
3SERVER=
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7primary_hostname = myhost.test.ex
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
12
13# ----- Main settings -----
14
15
16# ----- Authentication -----
17
18begin authenticators
19
20sasl1:
21 driver = cyrus_sasl
22 public_name = ANONYMOUS
23 server_set_id = $auth1
24
25sasl2:
26 driver = cyrus_sasl
27 public_name = PLAIN
28 server_set_id = $auth1
29
30# End