mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-23 06:41:31 +00:00
Show spam aliases #
This commit is contained in:
9
data/web/rc/SQL/mysql/2008040500.sql
Normal file
9
data/web/rc/SQL/mysql/2008040500.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- Updates from version 0.1.1
|
||||
|
||||
ALTER TABLE `identities`
|
||||
MODIFY `signature` text,
|
||||
MODIFY `bcc` varchar(128) NOT NULL DEFAULT '',
|
||||
MODIFY `reply-to` varchar(128) NOT NULL DEFAULT '',
|
||||
MODIFY `organization` varchar(128) NOT NULL DEFAULT '',
|
||||
MODIFY `name` varchar(128) NOT NULL,
|
||||
MODIFY `email` varchar(128) NOT NULL;
|
||||
Reference in New Issue
Block a user