Skip to content

Commit a3b790d

Browse files
committed
Changed default value for mailbox quota.
1 parent 11deb6d commit a3b790d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/sql/ispconfig3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ CREATE TABLE `mail_user` (
512512
`uid` int(11) unsigned NOT NULL default '5000',
513513
`gid` int(11) unsigned NOT NULL default '5000',
514514
`maildir` varchar(255) NOT NULL default '',
515-
`quota` int(11) NOT NULL default '0',
515+
`quota` int(11) NOT NULL default '-1',
516516
`homedir` varchar(255) NOT NULL,
517517
`autoresponder` enum('n','y') NOT NULL default 'n',
518518
`autoresponder_text` mediumtext NULL,

0 commit comments

Comments
 (0)