Re: log rotation, one process doesn't know about it

2006-10-22 Thread Zbigniew Szalbot
Hello, On Sat, 21 Oct 2006, Zbigniew Szalbot wrote: Do one of the following: 1) Configure both exim and dovecot to log through syslog with the same facility. Then configure syslogd to put that facility in the file you want. What I had to do to make it work was to remove log_path = /var/l

Re: log rotation, one process doesn't know about it

2006-10-21 Thread Bill Moran
In response to Zbigniew Szalbot <[EMAIL PROTECTED]>: > Hello, > > On Sat, 21 Oct 2006, Bill Moran wrote: > > > Do one of the following: > > 1) Configure both exim and dovecot to log through syslog with the same > > facility. Then configure syslogd to put that facility in the file > > you wa

Re: log rotation, one process doesn't know about it

2006-10-21 Thread Zbigniew Szalbot
Hello, On Sat, 21 Oct 2006, Bill Moran wrote: Do one of the following: 1) Configure both exim and dovecot to log through syslog with the same facility. Then configure syslogd to put that facility in the file you want. As FBSD is still new to me, I am trying to understand what it would i

Re: log rotation, one process doesn't know about it

2006-10-21 Thread Bill Moran
On Sat, 21 Oct 2006 09:33:34 +0200 (CEST) Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > Hello, > > I have set up dovecot to log its data to the same log as exim does. This > works fine till midnight when it comes to log rotation. Then exim still > logs to its log but dovecot ignores it. > > No