On Thu, April 1, 2010 1:31 am, Noel Jones wrote:
> On 3/31/2010 6:37 AM, Voytek Eymont wrote:
> "no limit" is usually a bad choice; unexpected things can happen.
> Better choices include
> - set virtual_mailbox_limit to some large value you don't ever
> expect t
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_lim
On 3/31/2010 6:37 AM, Voytek Eymont wrote:
I currently have in main.cf like:
message_size_limit = 1024
and
virtual_mailbox_limit = 1024
so, if I want to increase it, I need also increase virtual_mailbox_limit
to at least same as message_size_limit
can I just use message_size_limit
I currently have in main.cf like:
message_size_limit = 1024
and
virtual_mailbox_limit = 1024
so, if I want to increase it, I need also increase virtual_mailbox_limit
to at least same as message_size_limit
can I just use message_size_limit = value, and, don't worry
2009/3/4 LuKreme :
>>> virtual_mailbox_limit (default: 5120)
>
> OK. Then this setting is largely useless if the number is >= to the maximum
> message size, right?
Indeed. I was playing with this recently, and Postfix complains if
it's set below message_s
LuKreme wrote:
On Mar 3, 2009, at 9:38, Noel Jones wrote:
LuKreme wrote:
The postfix docs say:
virtual_mailbox_limit (default: 5120)
The maximal size in bytes of an individual mailbox or maildir file,
or zero (no limit)
but since a maildir is a directory, does this limit apply to an
On Mar 3, 2009, at 9:38, Noel Jones wrote:
LuKreme wrote:
The postfix docs say:
virtual_mailbox_limit (default: 5120)
The maximal size in bytes of an individual mailbox or maildir
file, or zero (no limit)
but since a maildir is a directory, does this limit apply to an
individual
LuKreme wrote:
The postfix docs say:
virtual_mailbox_limit (default: 5120)
The maximal size in bytes of an individual mailbox or maildir file, or
zero (no limit)
but since a maildir is a directory, does this limit apply to an
individual email (a file in the maildir) or to the
The postfix docs say:
virtual_mailbox_limit (default: 5120)
The maximal size in bytes of an individual mailbox or maildir file,
or zero (no limit)
but since a maildir is a directory, does this limit apply to an
individual email (a file in the maildir) or to the directory size of