From owner-freebsd-questions@FreeBSD.ORG Fri May 14 16:14:03 2004 Return-Path: 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 9A07716A4CE for ; Fri, 14 May 2004 16:14:03 -0700 (PDT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0534943D3F for ; Fri, 14 May 2004 16:14:03 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i4ENE28A000412; Fri, 14 May 2004 16:14:02 -0700 (PDT) Received: from [10.1.1.193] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0)i4ENDgqH015144; Fri, 14 May 2004 16:14:02 -0700 (PDT) In-Reply-To: <20040514155906.7a7586d7@vixen42.24-119-122-191.cpe.cableone.net> References: <20040514103406.76fe0ec9@vixen42> <20040514155906.7a7586d7@vixen42.24-119-122-191.cpe.cableone.net> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <56DBCCDA-A5FC-11D8-820E-003065ABFD92@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Fri, 14 May 2004 19:13:41 -0400 To: Vulpes Velox X-Mailer: Apple Mail (2.613) cc: freebsd-questions@freebsd.org Subject: Re: sendmail on lan X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2004 23:14:03 -0000 On May 14, 2004, at 4:59 PM, Vulpes Velox wrote: > The topic and from and to are... > > From: kit > > To: root@v42. > Subject: v42. 05/14/04:14.00 system > check > > Not really sure if this is a sendmail problem or not here... :/ > > BTW know of any good tutorials or any good reads I can find online for > this? If the message is being delivered OK now, and other mail is also working, it's not a sendmail problem. The sendmail.org site has quite a bit of documentation available, including a FAQ that is worth reading. There's also the comp.mail.sendmail Usenet newsgroup, which is quite helpful. > This box orginally had log sentry on it too, which appears to have > screwed up some of the periodic stuff too... > > What is the easiest way to get back to what defualt periodic security > checks and ect? I'd assume you could pkg_delete logsentry, if you'd built it from ports, anyway. Otherwise, take a look in /etc/periodic/daily, and/or double-check your crontabs.... -- -Chuck