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({
|
res.json({
|
||||||
dkim: {
|
dkim: {
|
||||||
keys: {
|
keys: [{
|
||||||
domainName: configItems.dkimDomain || domain,
|
domainName: configItems.dkimDomain || domain,
|
||||||
keySelector: configItems.dkimSelector,
|
keySelector: configItems.dkimSelector,
|
||||||
privateKey: configItems.dkimPrivateKey
|
privateKey: configItems.dkimPrivateKey
|
||||||
}
|
}]
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue