I have a problem.
I am trying to set:
virtual_mailbox_limit = 4294967296
(that is 4GB)
However, postfix doesn't accept it; I copy from the log:
Feb 18 16:58:31 vmail postfix/virtual[18849]: fatal: bad numerical
configuration: virtual_mailbox_limit = 4294967296
Feb 18 16:58:32 vmail postfix/master[14748]: warning: process
/usr/libexec/postfix/virtual pid 18849 exit status 1
Feb 18 16:58:32 vmail postfix/master[14748]: warning:
/usr/libexec/postfix/virtual: bad command startup -- throttling
What's wrong with the above value? Why is it a "bad numerical
configuration" ?
Nick
On 18/2/2011 11:58 πμ, Nikolaos Milas wrote:
I've also just installed (compiled from source on CentOS 5.5) Postfix
2.8.0 with VDA (just published for 2.8.0), and I will experiment with
all the available settings.