On Wed, Apr 24, 2013 at 03:37:17PM +0200, Nicolas HAHN wrote:

> > More likely you have a mailbox size limit smaller than the message
> > size limit.
> 
> Yes, that's the reason. I completely forgot to check the matching
> between both settings.
> 
> The mailbox size limit was set to its default value of 50 Mb.
> After setting it to 150 Mb, the issue was fixed.
> 
> Note: the bounce copies sent to the postmaster were the only one
> impacted by this issue, because the only ones delivered to a local
> mailbox (server role is a pure MTA).

1.  Don't send bounces to postmaster, just generate and read log summaries
    that may highlight aggregate problems with your mail stream.

        notify_classes =

    This applies to any MTA handing mail for a large number of users,
    it is fine to have postmaster notices for a machine with a small
    handful of users, but after than postmaster notices are just a waste
    of time and focus your attention on the wrong things (reading bounces
    of other people's mail).

    The logs not the postmaster mailbox are your notices of trouble.

2.  When problems happen. READ THE LOGS.

> Postfix feature request: that would be nice that Postfix be able
> to do this kind of basic checks by itself when starting (or when
> configuration is reloaded) between various inter-dependent
> configuration settings, and display in the logs at least some
> warnings when such kind of issue is detected :)

    http://www.postfix.org/DEBUG_README.html#logging

-- 
        Viktor.

Reply via email to