
johnelliot67 at hotmail
Oct 7, 2010, 12:58 PM
Post #7 of 7
(1533 views)
Permalink
|
> On Thu, Oct 07, 2010 at 02:29:38PM +1030, John Elliot wrote: > > > > >That looks like you are using logrotate on your daemontools log directory. Look in your /etc/logrotate.conf, /etc/logrotate.d, etc. (see the manpage for logrotate(8) for details). > > > > I had checked logrotate, and couldn't find anything in there that references /var/log/qmail/* > > > > > > # cat /etc/logrotate.conf > > # see "man logrotate" for details > > # rotate log files weekly > > weekly > > # keep 4 weeks worth of backlogs > > rotate 4 > > # create new (empty) log files after rotating old ones > > create > > # uncomment this if you want your log files compressed > > #compress > > # packages drop log rotation information into this directory > > include /etc/logrotate.d > > ^ this line, as was mentioned, includes all of the files in > logrotate.d as configuration elements. Look there. > > -dsr- Cheers - but as per my last msg, I did check there: On Tue, Oct 5, 2010 at 9:55 PM, John Elliot <johnelliot67 [at] hotmail> wrote: [ ... ] > Nothing in logrotate.d looks to be doing it either. > > # ls -lah /etc/logrotate.d/* > -rw-r--r-- 1 root root 79 Sep 29 2004 /etc/logrotate.d/aptitude > -rw-r--r-- 1 root root 384 Nov 12 2004 /etc/logrotate.d/base-config > -rw-r--r-- 1 root root 170 Nov 8 2004 /etc/logrotate.d/exim4-base > -rw-r--r-- 1 root root 94 Jul 17 2004 /etc/logrotate.d/ppp > -rw-r--r-- 1 root root 301 Sep 18 2005 /etc/logrotate.d/squid > > Still thinking clam has something to do with it - I might try disabling it.
|