-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 02/11/2011 08:35 AM, Alessio Cecchi wrote:
> Il 08/02/2011 22:36, Matt Brookings ha scritto:
>> On 02/08/2011 02:48 PM, Matt Brookings wrote:
> [...]
>>>> http://www.mail-archive.com/vchkpw@inter7.com/msg27754.html
>>
>>> Working on this.
>>
>> I've committed changes to Subversion, and uploaded a tarball to
>> SourceForge that add the disable_maildrop flag, as well as fix a bug
>> in the MySQL module that didn't allow for large quotas in the limits
>> configuration.
> 
> 
> Hi Matt,
> 
> disable_maildrop flags seems ok now, but please add to doc/UPGRADE:
> 
> ALTER TABLE `limits` ADD `disable_maildrop` TINYINT(1) DEFAULT '0' NOT
> NULL AFTER `disable_spamassassin`;
> 
> otherwise you will always get an error when try to use vpopmail/bin tools.

I added the ALTER commands for the quota fields as well:

ALTER TABLE `limits` MODIFY `diskquota` BIGINT UNSIGNED NOT NULL
DEFAULT 0;
ALTER TABLE `limits` MODIFY `maxmsgcount` BIGINT UNSIGNED NOT NULL
DEFAULT 0;
ALTER TABLE `limits` MODIFY `defaultquota` BIGINT UNSIGNED NOT NULL
DEFAULT 0;
ALTER TABLE `limits` MODIFY `defaultmaxmsgcount` BIGINT UNSIGNED NOT
NULL DEFAULT 0;

These will go into the final release.
- -- 
/*
    Matt Brookings <m...@inter7.com>       GnuPG Key FAE0672C
    Software developer                     Systems technician
    Inter7 Internet Technologies, Inc.     (815)776-9465
*/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk1VTEQACgkQIwet2/rgZyz3ygCfaJevtikFAWxx05VMQMF/MQM3
+HEAnRNBNUbjVC9kRTqXjqX8Y8EiGCsz
=uHfL
-----END PGP SIGNATURE-----

Reply via email to