git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
OpenSSL: Fix tls_eccurve on earlier versions than 3.0.0. Bug 2954
[exim.git]
/
test
/
confs
/
3409
1
# Exim test configuration 3409
2
3
.include DIR/aux-var/std_conf_prefix
4
5
6
# ----- Main settings -----
7
8
acl_smtp_etrn = accept
9
log_selector = \
10
+smtp_syntax_error \
11
+smtp_protocol_error
12
recipients_max = 5
13
smtp_max_synprot_errors = 1000
14
15
16
# ----- Authentication -----
17
18
begin authenticators
19
20
plain:
21
driver = plaintext
22
public_name = PLAIN
23
server_condition = "\
24
${if and {{eq{$2}{userx}}{eq{$3}{secret}}}{yes}{no}}"
25
server_set_id = $2
26
27
# End