From owner-freebsd-questions@FreeBSD.ORG Mon May 22 14:11:13 2006 Return-Path: X-Original-To: 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 3899816A4FE for ; Mon, 22 May 2006 14:11:13 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1636843D7C for ; Mon, 22 May 2006 14:11:03 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k4ME9jQN006881; Mon, 22 May 2006 07:09:47 -0700 (PDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Mon, 22 May 2006 10:07:52 -0400 User-Agent: KMail/1.9.1 References: <200605210919.k4L9J6jM007767@darkstar.thelakecity.com.pk> In-Reply-To: <200605210919.k4L9J6jM007767@darkstar.thelakecity.com.pk> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605221007.53193.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Imran Imtiaz Subject: Re: what does this mean 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: Mon, 22 May 2006 14:11:14 -0000 On Sunday 21 May 2006 05:19, Imran Imtiaz wrote: > i've seen the following log in my messages can any body tell me what does > it mean? > > May 21 02:50:29 darkstar sm-mta[55021]: k4KLoTeq055021: localhost > [127.0.0.1] did not issue MAIL/EXPN/VRFY/ETRN during connection to MSA It means that someone (probably you or a program you were running since it's from localhost) connected to sendmail (probably on TCP port 25) on your machine, but then disconnected before issuing any commands. You can generate the message again by doing "telnet localhost 25" and then typing ^] and quit without typing anything over the connection. Probably the result of a port scan or connectivity check. I wouldn't worry about it unduly. JN