On Thu, Mar 01, 2007 at 10:14:14AM +0100, Josip Rodin wrote:
> > > Oh, it just occured to me to RTFM :))
> > > http://www.postfix.org/postconf.5.html#mailbox_command says:
> > > 
> > > mailbox_size_limit (default: 51200000)
> > > 
> > >     The maximal size of any local(8) individual mailbox or maildir file, 
> > > or
> > > zero (no limit). In fact, this limits the size of any file that is written
> > > to upon local delivery, including files written by external commands that
> > > are executed by the local(8) delivery agent.
> > > 
> > > So, this is not a bug in maildrop?
> > 
> > Seems not, unless there is something better it can do if it fails to
> > write its log file.
> 
> Hmm, we could probably make it barf to stderr in that case if it doesn't
> already.

About that then... it does:

                if (maildrop.logfile.Open(b, O_CREAT | O_WRONLY | O_APPEND,
                        0600) < 0)
                        throw "Unable to create log file.";

I don't know why you never saw the error message. Postfix threw it... away? :)

-- 
     2. That which causes joy or happiness.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to