From owner-freebsd-hackers Tue Apr 8 00:15:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA21067 for hackers-outgoing; Tue, 8 Apr 1997 00:15:40 -0700 (PDT) Received: from perki0.connect.com.au (perki0.connect.com.au [192.189.54.85]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA21059 for ; Tue, 8 Apr 1997 00:15:37 -0700 (PDT) Received: from nemeton.UUCP (uucp@localhost) by perki0.connect.com.au with UUCP id RAA08530 (8.8.5/IDA-1.6); Tue, 8 Apr 1997 17:15:21 +1000 (EST) Received: from topaz.nemeton.com.au (topaz.nemeton.com.au [203.8.3.18]) by nemeton.com.au (8.8.5/8.8.5) with ESMTP id IAA25018; Tue, 8 Apr 1997 08:19:24 +1000 (EST) Received: from localhost.nemeton.com.au (localhost.nemeton.com.au [127.0.0.1]) by topaz.nemeton.com.au (8.8.5/8.8.5) with SMTP id IAA01474; Tue, 8 Apr 1997 08:20:18 +1000 (EST) Message-Id: <199704072220.IAA01474@topaz.nemeton.com.au> To: Brian Somers cc: Terry Lambert , brian@utell.co.uk, freebsd-hackers@freebsd.org Subject: Re: syslogd watching other machine(s) In-reply-to: <199704071919.UAA13161@awfulhak.demon.co.uk> Date: Tue, 08 Apr 1997 08:20:18 +1000 From: Giles Lean Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 07 Apr 1997 20:19:51 +0100 Brian Somers wrote: > > If a machine is the loghost for another machine, it should not be > > permitted to delegate. > > Maybe not, but as it does, we can't "undo" that ability. What if > someone is using this "feature" as an ability to proxy syslog messages ? Fix it anyway. If you are worried about breakage then make proxying a command line option, and note that breaking loops is left to the administrator. Giles