Multiple headers_add/remove options per router/transport - fixes bug 337
[exim.git] / test / confs / 3413
CommitLineData
afda344b
PH
1# Exim test configuration 3413
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
6rfc1413_query_timeout = 0s
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
11
12# ----- Main settings -----
13
14smtp_accept_max_nonmail = 3
15
16# Set this large to avoid it biting first
17smtp_max_synprot_errors = 20
18
19# ----- Authenticators -----
20
21begin authenticators
22
23plain:
24 driver = plaintext
25 public_name = PLAIN
26 server_condition = "\
27 ${if and {{eq{$2}{userx}}{eq{$3}{secret}}}{yes}{no}}"
28 server_set_id = $2
29
30# End