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 11deb6d commit a3b790dCopy full SHA for a3b790d
install/sql/ispconfig3.sql
@@ -512,7 +512,7 @@ CREATE TABLE `mail_user` (
512
`uid` int(11) unsigned NOT NULL default '5000',
513
`gid` int(11) unsigned NOT NULL default '5000',
514
`maildir` varchar(255) NOT NULL default '',
515
- `quota` int(11) NOT NULL default '0',
+ `quota` int(11) NOT NULL default '-1',
516
`homedir` varchar(255) NOT NULL,
517
`autoresponder` enum('n','y') NOT NULL default 'n',
518
`autoresponder_text` mediumtext NULL,
0 commit comments