Add optional mailbox support

This commit is contained in:
Girish Ramakrishnan
2021-03-16 22:38:59 -07:00
parent 4cba5ca405
commit 9960729d6b
7 changed files with 39 additions and 9 deletions
+1
View File
@@ -79,6 +79,7 @@ CREATE TABLE IF NOT EXISTS apps(
reverseProxyConfigJson TEXT, // { robotsTxt, csp }
enableBackup BOOLEAN DEFAULT 1, // misnomer: controls automatic daily backups
enableAutomaticUpdate BOOLEAN DEFAULT 1,
enableMailbox BOOLEAN DEFAULT 1, // whether sendmail addon is enabled
mailboxName VARCHAR(128), // mailbox of this app
mailboxDomain VARCHAR(128), // mailbox domain of this apps
label VARCHAR(128), // display name