Change DKIM selector to cloudron

This commit is contained in:
Girish Ramakrishnan
2015-10-28 16:16:15 -07:00
parent cf8948ac69
commit 917832e0ae
2 changed files with 3 additions and 3 deletions

View File

@@ -301,7 +301,7 @@ function addDnsRecords(callback) {
if (config.isCustomDomain()) return callback();
var DKIM_SELECTOR = 'mail';
var DKIM_SELECTOR = 'cloudron';
var DMARC_REPORT_EMAIL = 'dmarc-report@cloudron.io';
var dkimPublicKeyFile = path.join(paths.MAIL_DATA_DIR, 'dkim/' + config.fqdn() + '/public');