From owner-freebsd-questions Mon Apr 8 19:33:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta01bw.bigpond.com (mta01bw.bigpond.com [139.134.6.78]) by hub.freebsd.org (Postfix) with ESMTP id BC56337B404 for ; Mon, 8 Apr 2002 19:33:06 -0700 (PDT) Received: from MICHAEL2 ([144.135.24.81]) by mta01bw.bigpond.com (Netscape Messaging Server 4.15 mta01bw Feb 26 2002 03:44:21) with SMTP id GUA4F000.DBY for ; Tue, 9 Apr 2002 12:33:00 +1000 Received: from CPE-203-45-56-124.vic.bigpond.net.au ([203.45.56.124]) by bwmam05.mailsvc.email.bigpond.com(MailRouter V3.0i 38/178970); 09 Apr 2002 12:32:59 Message-ID: <011a01c1df6e$dc609bc0$2d01a8c0@MICHAEL2> From: "Michael Phaze" To: Subject: Ftpd and remote syslog Date: Tue, 9 Apr 2002 12:32:57 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-Mimeole: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey all. I am trying to setup remote sysloging for ftpd authentication messages only. I setup remote sysloging for auth.* to a remote syslog server. auth.* @loghost I put it at the top of the file, and it works find for when I ssh in, but when I ftp in using the freebsd ftpd it doesn't log anything. I tried putting in !ftpd *.* @loghost and it does log to that to the remote syslog but as "ftpd" facility not to "auth". I also run it from inetd with ftpd -ll to log transfers as well. I only want to log file transfers to the local syslogd and send auth messages to the remote syslog with no transfer information. Does any one know how to set this up properly? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message