On Sun, Jan 16, 2005, Ralf S. Engelschall wrote:

> On Sun, Jan 16, 2005, F. Even wrote:
> 
> > Ralf S. Engelschall wrote:
> > >On Sat, Jan 15, 2005, F. Even wrote:
> > >
> > >Just add to your <prefix>/etc/rc.conf:
> > >
> > >  postfix_log_numfiles="20"
> > >  postfix_log_minsize=""
> > >
As already pointed out the postfix_log_minsize must not be empty because
the calling program line unconditionally adds an option with expects
this mandatory parameter.

Set it to a very high number to effictevely disable the log rotation, e.g.
>
> Ah, ok, my fault. I should know that an empty argument is expanded away
> by the shell here. Well, then just use postfix_log_minsize="999G" and
> you should be fine.
> 

Set it to zero to rotate every day no matter how small the log file is
(even empty), e.g. postfix_log_minsize="0"

--
[EMAIL PROTECTED], Cable & Wireless
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      [email protected]

Reply via email to