git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
testsuite: abstract out common conf settings
[exim.git]
/
test
/
confs
/
0179
1
# Exim test configuration 0179
2
3
.include DIR/aux-var/std_conf_prefix
4
5
primary_hostname = myhost.test.ex
6
7
# ----- Main settings -----
8
9
queue_run_in_order
10
log_selector = +outgoing_port
11
12
13
# ----- Routers -----
14
15
begin routers
16
17
all:
18
driver = manualroute
19
route_list = * 127.0.0.1 byname
20
self = send
21
transport = smtp
22
no_more
23
24
25
# ----- Transports -----
26
27
begin transports
28
29
smtp:
30
driver = smtp
31
port = PORT_S
32
33
34
# ----- Retry -----
35
36
37
begin retry
38
39
* * F,2h,15m
40
41
42
# End