git://git.exim.org
/
users
/
jgh
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Disable identd (rfc1413) lookups by default
[users/jgh/exim.git]
/
test
/
confs
/
1009
1
# Exim test configuration 1009
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
queue_run_in_order
13
14
15
# ----- Routers -----
16
17
begin routers
18
19
r1:
20
driver = dnslookup
21
transport = t1
22
self = send
23
24
25
# ----- Transports -----
26
27
begin transports
28
29
t1:
30
driver = smtp
31
port = PORT_S
32
33
34
# ----- Retry -----
35
36
begin retry
37
38
* * F,1d,2h
39
40
41
# End