nicer retry message
[exim.git] / test / confs / 3409
CommitLineData
afda344b
PH
1# Exim test configuration 3409
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b 5host_lookup_order = bydns
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
23f3dc67 10tls_advertise_hosts =
afda344b
PH
11
12# ----- Main settings -----
13
14acl_smtp_etrn = accept
15log_selector = \
16 +smtp_syntax_error \
17 +smtp_protocol_error
18recipients_max = 5
19smtp_max_synprot_errors = 1000
20
21
22# ----- Authentication -----
23
24begin authenticators
25
26plain:
27 driver = plaintext
28 public_name = PLAIN
29 server_condition = "\
30 ${if and {{eq{$2}{userx}}{eq{$3}{secret}}}{yes}{no}}"
31 server_set_id = $2
32
33# End