From owner-freebsd-questions@FreeBSD.ORG Fri May 2 05:05:06 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 7C4B037B401 for ; Fri, 2 May 2003 05:05:06 -0700 (PDT) Received: from mx1.lphp.org (APastourelles-107-1-10-105.abo.wanadoo.fr [193.252.200.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id C49D243FDD for ; Fri, 2 May 2003 05:05:04 -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 h42C52QB079964 for ; Fri, 2 May 2003 14:05:02 +0200 (CEST) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: Date: Fri, 2 May 2003 14:05:02 +0200 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200305021405.02663.ajacoutot@lphp.org> Subject: syslogd facility 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: Fri, 02 May 2003 12:05:06 -0000 Hi ! I am trying to log the accesses to my webmail system. It works nice except that I get logs twice: ionce in /var/log/horde.log, wh= ich=20 is OK and one in /var/log/messages which I don't want. My syslog.conf contains this lines: *.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages [...] !HORDE *.* /var/log/horde.log So I though I wouls tweak the line concerning /var/log/messages, which I di= d: *.notice;kern.debug;lpr.info;mail.crit;news.err;HORDE.none /var/log/messages =46rom now, it does not log to /var/log/messages anymore, but when I kill -= HUP=20 syslogd, I get this message: syslogd: unknown facility name "HORDE" =2E.. well, indeed, syslogd is right. So does anyone know how I could do what I want ? Meaning logging accesses to my webmail --> /var/log/horde.log only Thanks in advance? Antoine