From owner-freebsd-questions@FreeBSD.ORG Thu Oct 19 18:13:19 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 4040116A47B for ; Thu, 19 Oct 2006 18:13:19 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp110.sbc.mail.re2.yahoo.com (smtp110.sbc.mail.re2.yahoo.com [68.142.229.95]) by mx1.FreeBSD.org (Postfix) with SMTP id 1F34643E4A for ; Thu, 19 Oct 2006 18:11:26 +0000 (GMT) (envelope-from heli@mikestammer.com) Received: (qmail 57163 invoked from network); 19 Oct 2006 18:11:25 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@70.131.101.46 with login) by smtp110.sbc.mail.re2.yahoo.com with SMTP; 19 Oct 2006 18:11:24 -0000 Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id 61ADF7B for ; Thu, 19 Oct 2006 13:11:24 -0500 (CDT) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2mBWPQk1NUpJ for ; Thu, 19 Oct 2006 13:11:23 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTP id E136F75 for ; Thu, 19 Oct 2006 13:11:22 -0500 (CDT) Message-ID: <4537BFC9.4000909@mikestammer.com> Date: Thu, 19 Oct 2006 13:11:21 -0500 From: Eric User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20061019195557.M97577@192.168.11.51> In-Reply-To: <20061019195557.M97577@192.168.11.51> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: having more than one process write to one log 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: Thu, 19 Oct 2006 18:13:19 -0000 Zbigniew Szalbot wrote: > Hello, > > I will appreciate your advice. Is it possible and *safe* to allow two > different processes (dovecot and exim) to write to one log? Better not > do it? I would like to have both data in one log but... don't want to > cause problems. I don't think Windows would allow it. How about FBSD? > isnt that the default? right now i see postfix, dovecot, amavisd, etc all log to /var/log/maillog Eric