We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ae20a commit fbec977Copy full SHA for fbec977
install/sql/ispconfig3.sql
@@ -542,6 +542,8 @@ CREATE TABLE `mail_user` (
542
`quota` bigint(20) NOT NULL default '-1',
543
`homedir` varchar(255) NOT NULL,
544
`autoresponder` enum('n','y') NOT NULL default 'n',
545
+ `autoresponder_start_date` datetime NOT NULL default '0000-00-00 00:00:00',
546
+ `autoresponder_end_date` datetime NOT NULL default '0000-00-00 00:00:00',
547
`autoresponder_text` mediumtext NULL,
548
`move_junk` enum('n','y') NOT NULL default 'n',
549
`custom_mailfilter` mediumtext,
0 commit comments