git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
sieve dynamic module
[exim.git]
/
test
/
confs
/
4714
1
# Exim test configuration 4714
2
3
.include DIR/aux-var/std_conf_prefix
4
5
6
# ----- Main settings -----
7
8
log_selector = +received_recipients
9
queue_run_in_order
10
11
acl_smtp_rcpt = accept
12
13
# ----- Routers -----
14
15
begin routers
16
17
send_to_server:
18
driver = accept
19
transport = to_server
20
21
# ----- Transports -----
22
23
begin transports
24
25
to_server:
26
driver = smtp
27
allow_localhost
28
hosts = 127.0.0.1
29
port = PORT_D
30
31
# ----- Retry -----
32
33
begin retry
34
* * F,5d,10s
35
36
# End