From owner-freebsd-questions@FreeBSD.ORG Thu Jan 8 23:26:01 2009 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 9EE4210657B1 for ; Thu, 8 Jan 2009 23:26:01 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from QMTA08.emeryville.ca.mail.comcast.net (qmta08.emeryville.ca.mail.comcast.net [76.96.30.80]) by mx1.freebsd.org (Postfix) with ESMTP id 8548B8FC34 for ; Thu, 8 Jan 2009 23:26:01 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from OMTA10.emeryville.ca.mail.comcast.net ([76.96.30.28]) by QMTA08.emeryville.ca.mail.comcast.net with comcast id 16SA1b0050cQ2SLA8BS2Cn; Thu, 08 Jan 2009 23:26:02 +0000 Received: from [192.168.1.101] ([76.102.24.75]) by OMTA10.emeryville.ca.mail.comcast.net with comcast id 1BS11b0081dCpWs8WBS1tD; Thu, 08 Jan 2009 23:26:02 +0000 Message-ID: <49668B88.6080704@comcast.net> Date: Thu, 08 Jan 2009 15:26:00 -0800 From: Rem P Roberti User-Agent: Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: Panos References: <4965AFDD.9000002@comcast.net> <4965B542.6060303@boosten.org> <4965B726.6020004@comcast.net> <4965B8E2.5050608@comcast.net> <4965BB00.7040302@boosten.org> <4965BE01.8050709@comcast.net> <4965C487.3070000@boosten.org> <49662509.2060206@comcast.net> <49668513.1080808@gmail.com> In-Reply-To: <49668513.1080808@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-Questions@FreeBSD.org, Peter Boosten Subject: Re: Help with dmesg 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: Thu, 08 Jan 2009 23:26:02 -0000 > if I remember rigth I had the same problem months ago, but I'm not > really sure how I solved it. > First try to delete the lines 44 - 49 of yourr's .cf file. then try to > restart sendmail. > if that doesn't work try dnl after every line in the .mc file. e.x > INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock,F=, > T=S:4m;R:4m') dnl > I think something like that I did and it works. But I'm not so sure. > > I decided to start from scratch, and got rid of all the files generated by the "make" command. So now my /etc/mail directory looks just as it did when I started. Instead of creating a whole new batch of files I decided to just start by running the "newaliases" command and here's what I got: root@ /etc/mail: newaliases /etc/mail/sendmail.cf: line 48: unknown configuration line " " clearly (I think) the problem has nothing to do with the files generated by "make". Something appears to be messed up with sendmail.cf (at least according to the error message), but I don't see how that is possible. Line 48 in /etc/mail/sendmail.cf is blank! Rem