From owner-freebsd-questions@FreeBSD.ORG Fri May 14 16:01:53 2004 Return-Path: <owner-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 E344416A4CF for <freebsd-questions@freebsd.org>; Fri, 14 May 2004 16:01:53 -0700 (PDT) Received: from mail.cableone.net (scanmail3.cableone.net [24.116.0.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFE6443D45 for <freebsd-questions@freebsd.org>; Fri, 14 May 2004 16:01:50 -0700 (PDT) (envelope-from kitlists@hotpop.com) Received: from vixen42.24-119-122-191.cpe.cableone.net (unverified [24.119.122.191]) by smail3.cableone.net (SurgeMail 1.5d2) with ESMTP id 20371339 for multiple; Fri, 14 May 2004 15:49:21 -0700 Date: Fri, 14 May 2004 15:59:06 -0500 From: Vulpes Velox <kitlists@hotpop.com> To: Charles Swiger <cswiger@mac.com> Message-Id: <20040514155906.7a7586d7@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: <BE2E3AF0-A5EF-11D8-820E-003065ABFD92@mac.com> References: <20040514103406.76fe0ec9@vixen42> <BE2E3AF0-A5EF-11D8-820E-003065ABFD92@mac.com> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com 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 <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 14 May 2004 23:01:54 -0000 On Fri, 14 May 2004 17:43:31 -0400 Charles Swiger <cswiger@mac.com> wrote: > On May 14, 2004, at 11:34 AM, Vulpes Velox wrote: > > How do I get sendmail to work on the lan? > > The easiest way to get sendmail to work properly on your LAN is to > configure DNS for the local machines. > > It's also possible to configure sendmail with the nocanonify FEATURE > > and configure mail routing directly (using raw IP addresses within a > > mailertaible, ie [1.2.3.4]). What I did was to add a entry to the host file on my dns server/cache on my gateway... v42.<gateway hostname> I no longer get the error. I now get one about unusual system events.. May 14 13:31:21 v42 sm-mta[826]: i4EIVLJS000826: from=<root@v42.<gateway hostname>>, size=2010, class=0, nrcpts=1, msgid=<200405141802.i4EI2UjB000640@v42.<gateway hostname>>, proto=ESMTP, daemon=MTA, relay=localhost. [127.0.0.1] The topic and from and to are... From: kit <root@v42.<gateway hostname>> To: root@v42.<gateway hostname> Subject: v42.<gateway hostname> 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? 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?