On Wed, Mar 31, 2010 at 09:31:29AM -0500, Noel Jones wrote:

> Better choices include
> - set virtual_mailbox_limit to some large value you don't ever expect to 
> exceed, maybe 10x ~ 100x the message_size_limit.
> - set "virtual_mailbox_limit = $message_size_limit" so that changes to 
> message_size_limit are automatically applied to virtual_mailbox_limit.

One can also set:

    virtual_mailbox_limit = ${message_size_limit}0

to enforce a factor of 10 difference, provided the message size limit
is not larger than ~200MB (2GB may result in integer overflow), the
variables that handle these limits are "int", not "long" or "off_t".

-- 
        Viktor.

P.S. Morgan Stanley is looking for a New York City based, Senior Unix
system/email administrator to architect and sustain our perimeter email
environment.  If you are interested, please drop me a note.

Reply via email to