| Main Archive Page > Month Archives > postfix-users archives |
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