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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user