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
/
0337
1
# Exim test configuration 0337
2
3
.include DIR/aux-var/std_conf_prefix
4
5
primary_hostname = myhost.test.ex
6
7
# ----- Main settings -----
8
9
qualify_domain = test.ex
10
queue_run_in_order
11
12
13
# ----- Routers -----
14
15
begin routers
16
17
r1:
18
driver = accept
19
transport = t1
20
errors_to = postmaster@test.ex
21
22
23
# ----- Transports -----
24
25
begin transports
26
27
t1:
28
driver = appendfile
29
file = /dev/null
30
user = CALLER
31
32
33
# End