From owner-freebsd-questions@FreeBSD.ORG Mon Nov 7 23:47:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 DF9F016A41F for ; Mon, 7 Nov 2005 23:47:52 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 867A443D46 for ; Mon, 7 Nov 2005 23:47:52 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id D52E95DAC; Mon, 7 Nov 2005 18:47:51 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 57758-05; Mon, 7 Nov 2005 18:47:51 -0500 (EST) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 2A0845C20; Mon, 7 Nov 2005 18:47:51 -0500 (EST) In-Reply-To: <436FE4B7.4030505@calarts.edu> References: <436FE4B7.4030505@calarts.edu> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <1B9F1530-2EBC-4CE6-BC7D-60831539CC51@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 7 Nov 2005 18:47:49 -0500 To: Sean Murphy X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: debug.log questions 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: Mon, 07 Nov 2005 23:47:53 -0000 On Nov 7, 2005, at 6:35 PM, Sean Murphy wrote: > I'm running FreeBSD 5.4 with sendmail that was included with FreeBSD. > > There is a debug.log that I have questions about. > Is the debug.log just for mail troubleshooting? > Can I turn it off or reduce the amount of logging? No such file exists by default under FreeBSD. Certainly you can turn it off. See /etc/syslog.conf, you want to comment out the line mentioning debug.log. And then kill and restart syslogd... -- -Chuck