git://git.exim.org
/
users
/
heiko
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master'
[users/heiko/exim.git]
/
test
/
confs
/
0601
1
# Exim test configuration 0601
2
# udpsend
3
4
exim_path = EXIM_PATH
5
keep_environment =
6
spool_directory = DIR/spool
7
log_file_path = DIR/spool/log/%slog
8
tls_advertise_hosts =
9
queue_only
10
11
# ----- Main settings -----
12
13
acl_smtp_rcpt = accept udpsend = <; 127.0.0.1 ; 1223 ; message from exim
14
15
16
# End