git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
receive with DKIM
[users/jgh/exim.git]
/
test
/
confs
/
0900
diff --git
a/test/confs/0900
b/test/confs/0900
index cdc6d84ebdba987fb2a3b02e279a2de581f8e698..3235f1ee7f51137f9a3ac30e4b86cd2dd75af49f 100644
(file)
--- a/
test/confs/0900
+++ b/
test/confs/0900
@@
-1,5
+1,7
@@
# Exim test configuration 0900
SERVER=
# Exim test configuration 0900
SERVER=
+X=
+OPT=
exim_path = EXIM_PATH
keep_environment =
exim_path = EXIM_PATH
keep_environment =
@@
-14,13
+16,14
@@
tls_advertise_hosts =
# ----- Main settings -----
# ----- Main settings -----
-domainlist local_domains = @
+domainlist local_domains = @
: test.ex
acl_smtp_rcpt = check_recipient
acl_smtp_data = check_data
trusted_users = CALLER
queue_only
smtp_receive_timeout = 2s
acl_smtp_rcpt = check_recipient
acl_smtp_data = check_data
trusted_users = CALLER
queue_only
smtp_receive_timeout = 2s
+log_selector = +received_recipients
# ----- ACL -----
# ----- ACL -----
@@
-44,7
+47,7
@@
begin routers
to_server:
driver = accept
condition = ${if !eq {SERVER}{server}}
to_server:
driver = accept
condition = ${if !eq {SERVER}{server}}
- transport = remote_smtp
+ transport = remote_smtp
${if eq {X}{dkim} {_dkim}}
errors_to = ""
fail_remote_domains:
errors_to = ""
fail_remote_domains:
@@
-81,6
+84,21
@@
remote_smtp:
command_timeout = 2s
final_timeout = 2s
command_timeout = 2s
final_timeout = 2s
+remote_smtp_dkim:
+ driver = smtp
+ hosts = 127.0.0.1
+ port = PORT_S
+ allow_localhost
+ command_timeout = 2s
+ final_timeout = 2s
+
+ dkim_domain = test.ex
+ dkim_selector = sel
+ dkim_private_key = DIR/aux-fixed/dkim/dkim.private
+.ifndef HEADERS_MAXSIZE
+ dkim_sign_headers = OPT
+.endif
+
# ----- Retry -----
begin retry
# ----- Retry -----
begin retry