mail: add flag to enable/disable pop3 access per mailbox
This commit is contained in:
@@ -206,6 +206,7 @@ CREATE TABLE IF NOT EXISTS mailboxes(
|
||||
creationTime TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
domain VARCHAR(128),
|
||||
active BOOLEAN DEFAULT 1,
|
||||
enablePop3 BOOLEAN DEFAULT 0,
|
||||
|
||||
FOREIGN KEY(domain) REFERENCES mail(domain),
|
||||
FOREIGN KEY(aliasDomain) REFERENCES mail(domain),
|
||||
|
||||
Reference in New Issue
Block a user