From owner-freebsd-questions@FreeBSD.ORG Mon Oct 23 06:43:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4A8916A403 for ; Mon, 23 Oct 2006 06:43:55 +0000 (UTC) (envelope-from zbyszek@szalbot.homedns.org) Received: from lists.lc-words.com (lists.lc-words.com [83.19.156.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id D81E643D45 for ; Mon, 23 Oct 2006 06:43:54 +0000 (GMT) (envelope-from zbyszek@szalbot.homedns.org) Received: from [127.0.0.1] (helo=localhost) by lists.lc-words.com with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GbtXI-000N0n-N9; Mon, 23 Oct 2006 08:43:48 +0200 Date: Mon, 23 Oct 2006 08:43:48 +0200 (CEST) From: Zbigniew Szalbot X-X-Sender: zbyszek@192.168.11.51 To: Bill Moran In-Reply-To: <20061021160140.X39264@192.168.11.51> Message-ID: <20061023084057.Q88409@192.168.11.51> References: <20061021091555.O30081@192.168.11.51> <20061021095626.72171da9.wmoran@collaborativefusion.com> <20061021160140.X39264@192.168.11.51> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: log rotation, one process doesn't know about it X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2006 06:43:55 -0000 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/log/exim/mainlog from Dovecot configuration file leaving syslog_facility = mail intact. Now Dovecot and exim happily write to /var/log/exim/mainlog Thank you for your suggestions! -- Zbigniew Szalbot