From owner-freebsd-questions@FreeBSD.ORG Wed Dec 13 22:54:45 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 2C68616A4AB for ; Wed, 13 Dec 2006 22:54:45 +0000 (UTC) (envelope-from lane@joeandlane.com) Received: from elasmtp-dupuy.atl.sa.earthlink.net (elasmtp-dupuy.atl.sa.earthlink.net [209.86.89.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D93943CA2 for ; Wed, 13 Dec 2006 22:53:13 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from [66.47.111.183] (helo=joeandlane.com) by elasmtp-dupuy.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1Guczr-00055Q-Us for freebsd-questions@freebsd.org; Wed, 13 Dec 2006 17:54:44 -0500 Received: from joeandlane.com (localhost.localnet.local [127.0.0.1]) by joeandlane.com (8.13.8/8.13.1) with ESMTP id kBDMvKxl003433 for ; Wed, 13 Dec 2006 16:57:20 -0600 (CST) (envelope-from lane@joeandlane.com) Received: from localhost (localhost [[UNIX: localhost]]) by joeandlane.com (8.13.8/8.13.1/Submit) id kBDMvIbT003431 for freebsd-questions@freebsd.org; Wed, 13 Dec 2006 16:57:18 -0600 (CST) (envelope-from lane@joeandlane.com) X-Authentication-Warning: joeandlane.com: lholcombe set sender to lane@joeandlane.com using -f From: Lane To: freebsd-questions@freebsd.org Date: Wed, 13 Dec 2006 16:57:17 -0600 User-Agent: KMail/1.9.4 References: <20061206034909.27125.qmail@web37214.mail.mud.yahoo.com> <200612131447.28141.lane@joeandlane.com> <7a4a15bd0612131436j7d289ba8h989ba4400b72a3ad@mail.gmail.com> In-Reply-To: <7a4a15bd0612131436j7d289ba8h989ba4400b72a3ad@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612131657.18164.lane@joeandlane.com> X-CD-SOLUTIONS-MailScanner-Information: Please contact the ISP for more information X-CD-SOLUTIONS-MailScanner: Found to be clean X-CD-SOLUTIONS-MailScanner-From: lane@joeandlane.com X-ELNK-Trace: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec79884cca58a53b46ef353825c56098f6b2350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.111.183 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: Wed, 13 Dec 2006 22:54:45 -0000 On Wednesday 13 December 2006 16:36, Tuareg wrote: > On 12/13/06, Lane wrote: > > Tuareg, > > > > Post /etc/rc.conf from one of the servers that does what you want and > > that should lead us to what mta is handling email. > > cat /etc/rc.conf > > ### Network daemon (miscellaneous) & NFS options: ### > sendmail_enable="NONE" # Run the sendmail daemon (or NO). > cron_enable="YES" # Run the periodic job daemon. > portmap_enable="NO" # Run the portmapper service (or NO). > usbd_enable="NO" > sshd_enable="YES" > tcp_drop_synfin="YES" > tcp_restrict_rst="YES" > syslogd_enable="YES" # Run syslog daemon (or NO). > syslogd_flags="-s -s" # Flags to syslogd (if enabled). > > > Also, please post a copy of > > > > ls -al /usr/local/etc/rc.d > > > > from that same working server, just in case there is a custom script > > starting > > the mta. > > > > lane > > ls -al /usr/local/etc/rc.d > total 10 > drwxr-xr-x 2 root wheel 512 Jan 23 2003 . > drwxr-xr-x 4 root wheel 512 Oct 30 18:06 .. > -rwxr--r-- 1 root wheel 624 Jan 14 2003 squid.sh > > And that's all. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Tuareg, Yours is a mystery. Let's see the output of tail -200 /var/log/maillog from the working machine. Clearly there is no mta being started on boot. But I'm not familiar enough with squid to say for sure that it is not the daemon in question. It may be that squid is configurable so that it could be delivering the log messages. I'll make it and see what I can see. In the mean time, if anyone else has some ready experience to say for certain that this is probably what's happening, then jump right in. lane