git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Set mainlog_name and rejectlog_name unconditionally.
[exim.git]
/
test
/
confs
/
0443
1
# Exim test configuration 0443
2
3
.include DIR/aux-var/std_conf_prefix
4
5
primary_hostname = myhost.test.ex
6
7
8
# ----- Main settings -----
9
10
qualify_domain = test.ex
11
12
acl_smtp_rcpt = rcpt
13
14
15
# ----- ACLs -----
16
17
begin acl
18
19
rcpt:
20
accept verify = sender/callout=1s
21
22
23
# ----- Routers -----
24
25
begin routers
26
27
r1:
28
driver = dnslookup
29
verify_only
30
31
32
# End