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
postfix/master[8737]: warning: process /usr/lib/postfix/local pid 8755 exit
status 1
postfix/master[8737]: warning: /usr/lib/postfix/local: bad command
startup -- throttling
but values are:
mailbox_size_limit = 4096000000
message_size_limit = 102400000
using 32bit machine i can set
mailbox_size_limit = 4096000000
without problems.
on this 64bit machine postfix 2.5.1 local throws errors.
only
mailbox_size_limit = 0
works but is not what i want in this case.
How to handle this?
Thanks,
Hajo