On Fri, Nov 20, 2015 at 05:42:13PM -0600, Chris Boylan wrote:

> Looking at message_size_limit and mailbox_size_limit, if I want to allow
> internal users the ability to send 100M emails it seems like 1) applies to all
> messages both in-bound and out-bound

Your internal users can use an MSA and mailstore front-end MTA that
are not the same as your Internet-facing inbound gateway.  This
allows a larger message size for purely internal email.

You can also operate separate inbound and outbound MTAs (or just
Postfix instances) with separate message size limits, if it somehow
makes sense to allow larger mail out than in.  Generally, that's
probably not a good idea.


> and 2) I'll need to increase
> mailbox_size_limit to what factor of message_size_limit?

Most people don't use "mbox" files these days, so the issue is
largely moot.  With pipe delivery via dovecot LDA, just make sure
the mailbox_size_limit is large enough to hold one message.

With LMTP, it is not Postfix that controls file size limits.

-- 
        Viktor.

Reply via email to