Make the dkim selector dynamic
it has to change with the adminLocation so that multiple cloudrons can send out emails at the same time.
This commit is contained in:
@@ -132,7 +132,7 @@ function verifyRelay(relay, callback) {
|
||||
|
||||
function checkDkim(callback) {
|
||||
var dkim = {
|
||||
domain: constants.DKIM_SELECTOR + '._domainkey.' + config.fqdn(),
|
||||
domain: config.dkimSelector() + '._domainkey.' + config.fqdn(),
|
||||
type: 'TXT',
|
||||
expected: null,
|
||||
value: null,
|
||||
|
||||
Reference in New Issue
Block a user