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
/
0336
1
# Exim test configuration 0336
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
21
22
# ----- Transports -----
23
24
begin transports
25
26
t1:
27
driver = appendfile
28
file = /dev/null
29
user = CALLER
30
31
32
# End