generate dkim keys before dns setup

Two things require DKIM keys
1. the mail addon
2. the DNS TXT record
This commit is contained in:
Girish Ramakrishnan
2016-05-05 21:06:43 -07:00
parent 496e1c3dc1
commit 0e655cadb0
4 changed files with 20 additions and 3 deletions

View File

@@ -259,7 +259,7 @@ function start(callback) {
database.initialize,
cloudron.initialize, // keep this here because it reads activation state that others depend on
certificates.installAdminCertificate, // keep this before cron to block heartbeats until cert is ready
addons.initialize,
addons.initialize, // starts the addons
taskmanager.initialize,
mailer.initialize,
cron.initialize,