Logging: support +outgoing_port on defer lines and per-host error lines
[exim.git] / test / confs / 9300
CommitLineData
afda344b
PH
1# Exim test configuration 9300
2
3SERVER=
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7primary_hostname = myhost.test.ex
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
23f3dc67 12tls_advertise_hosts =
afda344b
PH
13
14# ----- Main settings -----
15
16
17# ----- Authentication -----
18
19begin authenticators
20
21sasl1:
22 driver = cyrus_sasl
23 public_name = ANONYMOUS
f78eb7c6 24 server_set_id = $auth1
afda344b
PH
25
26sasl2:
27 driver = cyrus_sasl
28 public_name = PLAIN
f78eb7c6 29 server_set_id = $auth1
afda344b
PH
30
31# End