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
Merge branch 'master'
[users/jgh/exim.git]
/
test
/
confs
/
0394
1
# Exim test configuration 0394
2
3
OPT=
4
5
exim_path = EXIM_PATH
6
keep_environment =
7
host_lookup_order = bydns
8
spool_directory = DIR/spool
9
log_file_path = DIR/spool/log/%slog
10
gecos_pattern = ""
11
gecos_name = CALLER_NAME
12
tls_advertise_hosts =
13
14
# ----- Main settings -----
15
16
acl_smtp_connect = connect
17
host_lookup = *
18
19
# ----- ACL -----
20
21
begin ACL
22
23
connect:
24
require verify = OPT
25
26
# End