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
Testsuite: add with-dkim case to DMARC testcase
[exim.git]
/
test
/
confs
/
0623
diff --git
a/test/confs/0623
b/test/confs/0623
index 7ac0ad3c5404acd00789495bd97f8bfb11e1959f..3805c517bd8096373707e3fa6ac4a851fa642061 100644
(file)
--- a/
test/confs/0623
+++ b/
test/confs/0623
@@
-1,23
+1,43
@@
# Exim test configuration 0623
# Exim test configuration 0623
+SERVER=
+
.include DIR/aux-var/std_conf_prefix
.include DIR/aux-var/std_conf_prefix
+primary_hostname = myhost.test.ex
+log_selector = +pipelining +received_recipients +smtp_connection
+
# ----- Main settings -----
# ----- Main settings -----
-domainlist local_domains = @
+acl_smtp_rcpt = accept
+
+# ----- Routers -----
+
+begin routers
+
+client:
+ driver = accept
+ transport = send_to_server
+ errors_to = ""
+
+
+# ----- Transports -----
+
+begin transports
-acl_smtp_rcpt = chk_rcpt
+send_to_server:
+ driver = smtp
+ allow_localhost
+ hosts = 127.0.0.1
+ port = PORT_D
-queue_only
+# ----- Retry -----
-# ----- ACL -----
+begin retry
-begin acl
+* * F,5d,10s
-chk_rcpt:
- accept local_parts = lsearch;DIR/aux-fixed/TESTNUM.list
- domains = lsearch;DIR/aux-fixed/TESTNUM.list
# End
# End