git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Router variables: local visibiliity
[exim.git]
/
test
/
confs
/
0259
1
# Exim test configuration 0259
2
3
.include DIR/aux-var/std_conf_prefix
4
5
rfc1413_query_timeout = 5s
6
primary_hostname = myhost.test.ex
7
8
# ----- Main settings -----
9
10
qualify_domain = test.ex
11
12
13
begin routers
14
15
all:
16
driver = manualroute
17
domains = ! test.ex
18
route_list = * 127.0.0.1 byname
19
self = send
20
transport = smtp
21
no_more
22
23
24
begin transports
25
26
smtp:
27
driver = smtp
28
port = PORT_S
29
30
31
begin retry
32
33
* * F,5d,10s
34
35
# End