git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ARC: fix crash on signing with missing key file
[exim.git]
/
test
/
confs
/
0906
diff --git
a/test/confs/0906
b/test/confs/0906
index 2e8d35a9112f6aac8b2123b9864e55e4b940b750..8bb0a9e26b0ecf64eed572681fec012be2bd90d5 100644
(file)
--- a/
test/confs/0906
+++ b/
test/confs/0906
@@
-18,16
+18,30
@@
spool_wireformat = true
primary_hostname = testhost.test.ex
domainlist local_domains = @ : test.ex
primary_hostname = testhost.test.ex
domainlist local_domains = @ : test.ex
-acl_smtp_rcpt = accept
+acl_smtp_rcpt = acl_r
+
+.ifdef _HAVE_DKIM
+log_selector = +received_recipients +dkim_verbose
+.else
log_selector = +received_recipients
log_selector = +received_recipients
+.endif
+
.ifdef _OPT_MAIN_TLS_CERTIFICATE
tls_certificate = DIR/aux-fixed/cert1
tls_privatekey = DIR/aux-fixed/cert1
.endif
.ifdef _OPT_MAIN_TLS_CERTIFICATE
tls_certificate = DIR/aux-fixed/cert1
tls_privatekey = DIR/aux-fixed/cert1
.endif
+queue_run_in_order = true
+
# ----- ACL -----
# ----- ACL -----
+begin acl
+acl_r:
+ accept condition = ${if != {$received_port}{PORT_S}}
+ control = queue_only
+ accept
+
# ----- Routers -----
begin routers
# ----- Routers -----
begin routers