From owner-freebsd-questions@FreeBSD.ORG Fri Dec 15 19:15:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B84316A891 for ; Fri, 15 Dec 2006 19:15:30 +0000 (UTC) (envelope-from tuaregmex@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E19C4406A for ; Fri, 15 Dec 2006 19:11:16 +0000 (GMT) (envelope-from tuaregmex@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so298102ana for ; Fri, 15 Dec 2006 11:12:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=aE3j3rrx8oWCj6fvkttN/jm17Xvz03hxHQZ/MCac+NIYlN9KQlKyoxUV5RqM59IV+Git6pWftn7XzsiZypasJqSnoqwGVn+qx/5ABEOemlJHexSWnlv9Wct3oYiAHFMp/O3v4MBulTvZiH2JqzoBcU5mizMrSS8k8qAwln4jJWo= Received: by 10.78.185.16 with SMTP id i16mr426617huf.1166209976158; Fri, 15 Dec 2006 11:12:56 -0800 (PST) Received: by 10.78.161.19 with HTTP; Fri, 15 Dec 2006 11:12:55 -0800 (PST) Message-ID: <7a4a15bd0612151112t5a9c8929x4294bf5affdcf52e@mail.gmail.com> Date: Fri, 15 Dec 2006 13:12:55 -0600 From: Tuareg To: freebsd-questions@freebsd.org In-Reply-To: <200612140815.00323.lane@joeandlane.com> MIME-Version: 1.0 References: <20061214064340.B476016A505@hub.freebsd.org> <20061214080822.GA14597@ns.umpquanet.com> <200612140815.00323.lane@joeandlane.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: how do I see security logs without turning on sendmail? 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: Fri, 15 Dec 2006 19:15:30 -0000 On 12/14/06, Lane wrote: > > > > > This is quite the WAG here, but can sendmail be started on-demand > > from inetd.conf? > It may be a WAG, but it may explain all of what is going on. "mail" would > attempt to create a connection to localhost, inetd would start sendmail to > accept the connection, sendmail would route the message and then die. > > Tuareg, check out /etc/inetd.conf for an entry containing the word > "sendmail" Nothing, inetd.conf doesn't have any lines with the word "sendmail" :( And let us know what you find. > > lane >