fixed dkim hash

This commit is contained in:
Andris Reinman 2018-08-28 10:23:55 +03:00
parent 73e4454c0f
commit 3864b1774c
2 changed files with 4 additions and 1 deletions

View file

@ -13,3 +13,6 @@ useOpenSSL=true
# If true then also adds a signature for the outbound domain
# Affects WildDuck ZoneMTA plugin only
signTransportDomain=false
# do not change this
hashAlgo="sha256"

View file

@ -117,7 +117,7 @@ class Maildropper {
}
let messageSplitter = new MessageSplitter();
let dkimStream = new RelaxedBody();
let dkimStream = new RelaxedBody(envelope.dkim);
messageSplitter.once('headers', headers => {
envelope.headers = headers;