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
/
0497
1
# Exim test configuration 0497
2
3
.include DIR/aux-var/std_conf_prefix
4
5
primary_hostname = myhost.test.ex
6
7
# ----- Main settings -----
8
9
10
11
# ----- Routers -----
12
13
begin routers
14
15
r0:
16
driver = redirect
17
senders = :
18
data = :blackhole: discard bounces
19
20
r1:
21
driver = accept
22
transport = t1
23
24
25
# ----- Transports -----
26
27
begin transports
28
29
t1:
30
driver = smtp
31
hosts = 127.0.0.1
32
port = PORT_S
33
hosts_try_fastopen = :
34
allow_localhost
35
36
37
# ----- Retry -----
38
39
begin retry
40
41
* lost_connection
42
* mail_4xx
43
* rcpt_4xx
44
* data_4xx
45
* * F,1d,15m
46
47
48
# End