On Thu, 01 Jul 2010 14:03:23 -0400 Brian Evans - Postfix List <grkni...@scent-team.com> wrote:
> global/mail_params.h > 563:extern int var_mailbox_limit; > > Both of these parameters are signed integers as of Postfix 2.6.5 (and > possibly later versions) > Once you exceed 2,147,483,647; you get overflows. This seems to be the case: Changing the mailbox limit to 0, as Luigi pointed out, or <2,147,483,647 both solved the problem. As the limit is given in bytes this means you can't have mailboxes larger than ~2048MB. If this is a design decision, please consider to document it e.g. in the postconf man page (at least that's where I looked for info). Thanks for your quick help. Regards, Roland