git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: Add support for authoritive answer to fakens
[exim.git]
/
test
/
confs
/
0474
1
# Exim test configuration 0474
2
3
exim_path = EXIM_PATH
4
host_lookup_order = bydns
5
spool_directory = DIR/spool
6
log_file_path = DIR/spool/log/%slog
7
gecos_pattern = ""
8
gecos_name = CALLER_NAME
9
10
# ----- Main settings -----
11
12
13
# ----- Routers -----
14
15
begin routers
16
17
callout:
18
driver = manualroute
19
transport = smtp
20
route_data = 127.0.0.1
21
self = send
22
23
24
# ----- Transports -----
25
26
begin transports
27
28
smtp:
29
driver = smtp
30
port = PORT_S
31
32
33
# ----- Retry -----
34
35
begin retry
36
37
* * F,5m,10s
38
39
# End