From owner-freebsd-questions@FreeBSD.ORG Tue Apr 29 11:52:01 2003 Return-Path: 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 731EA37B401 for ; Tue, 29 Apr 2003 11:52:01 -0700 (PDT) Received: from mx1.lphp.org (APastourelles-107-1-5-52.abo.wanadoo.fr [193.252.221.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFC1743FBD for ; Tue, 29 Apr 2003 11:51:59 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.8p1/8.12.8) with ESMTP id h3TIpwRs049498 for ; Tue, 29 Apr 2003 20:51:58 +0200 (CEST) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: freebsd-questions@freebsd.org Date: Tue, 29 Apr 2003 20:52:00 +0200 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304292052.00624.ajacoutot@lphp.org> Subject: syslog.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 18:52:01 -0000 Hi ! I added this to my /etc/syslog.conf: # Added for horde !HORDE *.* /var/log/horde.log ... so I could log accesses to my webmail system. It works great, except that besides writing logs to /var/log/horde.log, it also writes the exact same logs to /var/log/messages. Is there a way to fix it so syslog would write the specified logs only to /var/log/horde.log ? Thanks in advance. Antoine