Fixed incompatibility with the ZoneMTA DKIM Plugin
https://github.com/zone-eu/zone-mta/issues/93
This commit is contained in:
parent
d9fe2e4eda
commit
92fe9121f1
1 changed files with 2 additions and 2 deletions
|
@ -319,11 +319,11 @@ router.post('/zone-mta/sender-config', (req, res) => {
|
|||
|
||||
res.json({
|
||||
dkim: {
|
||||
keys: {
|
||||
keys: [{
|
||||
domainName: configItems.dkimDomain || domain,
|
||||
keySelector: configItems.dkimSelector,
|
||||
privateKey: configItems.dkimPrivateKey
|
||||
}
|
||||
}]
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue