Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2006 10:07:52 -0400
From:      John Nielsen <lists@jnielsen.net>
To:        freebsd-questions@freebsd.org
Cc:        Imran Imtiaz <imran@darkstar.thelakecity.com.pk>
Subject:   Re: what does this mean
Message-ID:  <200605221007.53193.lists@jnielsen.net>
In-Reply-To: <200605210919.k4L9J6jM007767@darkstar.thelakecity.com.pk>
References:  <200605210919.k4L9J6jM007767@darkstar.thelakecity.com.pk>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605221007.53193.lists>