From owner-freebsd-questions@FreeBSD.ORG Wed Sep 24 13:51:47 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 636D91065673 for ; Wed, 24 Sep 2008 13:51:47 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: from ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id 00E518FC29 for ; Wed, 24 Sep 2008 13:51:46 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: (qmail 7391 invoked by uid 89); 24 Sep 2008 13:52:12 -0000 Received: from unknown (HELO ?IPv6:2607:f118::5?) (steve@ibctech.ca@2607:f118::5) by 2607:f118::b6 with ESMTPA; 24 Sep 2008 13:52:12 -0000 Message-ID: <48DA45F6.9030509@ibctech.ca> Date: Wed, 24 Sep 2008 09:51:50 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Laurence Mayer References: <48DA2333.3070007@istraresearch.com> <48DA375A.9020804@ibctech.ca> <48DA3AE7.4030206@istraresearch.com> In-Reply-To: <48DA3AE7.4030206@istraresearch.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Syslogd - Different Files 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: Wed, 24 Sep 2008 13:51:47 -0000 Laurence Mayer wrote: > Ok so you dont use `+host' etc as per the man pages. > > Can you please send the relevant parts of syslog.conf on a remote server > on lanx.domain.com. Do you mean remote server syslog.config: > local6.* @208.70.104.202 Looking further into this, I only send one facility to the remote server from the clients. I can't configure it to send multiple facilities from a client to server in a single file. A quick Google apparently tells me that you need syslog-ng in order to do more fancy trickwork like you want to do. Steve