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
Add support for -bP config
[users/jgh/exim.git]
/
test
/
confs
/
0045
1
# Exim test configuration 0045
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
tls_advertise_hosts =
10
11
# ----- Main settings -----
12
13
14
# ----- Routers -----
15
16
begin routers
17
18
lookuphost:
19
driver = dnslookup
20
transport = smtp
21
22
23
# ----- Transports -----
24
25
begin transports
26
27
smtp:
28
driver = smtp
29
30
31
# End