postfix-users March 2011 archive
Main Archive Page > Month Archives  > postfix-users archives
postfix-users: Re: mailbox_size_limit is smaller than message_si

Re: mailbox_size_limit is smaller than message_size_limit - 64bit issue?

From: Wietse Venema <wietse_at_nospam>
Date: Tue Mar 22 2011 - 15:36:10 GMT
To: Postfix users <postfix-users@postfix.org>

Hajo Locke:
> Hello,
>
> i got following error in my log:
>
> postfix/local[8755]: fatal: main.cf configuration error: mailbox_size_limit
> is smaller than message_size_limit

So don't do that.

> but values are:
> mailbox_size_limit = 4096000000

Prior to Postfix 2.9 this value is stored in a signed integer.
On the typical LP64 UNIX box this means the number is too large.

        Wietse