Date: Wed, 7 Jan 1998 09:24:35 +1030 From: Greg Lehey <grog@lemis.com> To: Tushar Patel <tushar@ecpi.com> Cc: freebsd-isp@FreeBSD.ORG Subject: Re: How will I find the version number for sendmail Message-ID: <19980107092435.56811@lemis.com> In-Reply-To: <199801061945.NAA16260@ecpi.com>; from Tushar Patel on Tue, Jan 06, 1998 at 01:45:53PM -0600 References: <199801061945.NAA16260@ecpi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 06, 1998 at 01:45:53PM -0600, Tushar Patel wrote: > Hi, > > How do I find the version number of the senmail we are running.? > > Man sendmail indicates we have sendmail 8, but it does not give me > anything like 8.5 or 8.6 etc? > > We need to install the latest version of sendmail 8.8 so, we can take > some measures againt spamer. Hmmm. ident should do it, but it doesn't. Try: $ strings /usr/sbin/sendmail | grep version.c @(#)version.c 8.8.8.1 (Berkeley) 10/24/97 Maybe somebody else can come up with a more elegant method. Greg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980107092435.56811>