Date: Tue, 6 Jan 1998 20:32:44 -0500 From: Norman C Rice <nrice@emu.sourcee.com> To: Greg Lehey <grog@lemis.com> Cc: Tushar Patel <tushar@ecpi.com>, freebsd-isp@freebsd.org Subject: Re: How will I find the version number for sendmail Message-ID: <19980106203244.17300@emu.sourcee.com> In-Reply-To: <19980107092435.56811@lemis.com>; from Greg Lehey on Wed, Jan 07, 1998 at 09:24:35AM %2B1030 References: <199801061945.NAA16260@ecpi.com> <19980107092435.56811@lemis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 07, 1998 at 09:24:35AM +1030, Greg Lehey wrote: > 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 Well, I don't know if this is more elegant, but try sendmail -d0.1 < /dev/null -- Regards, Norman C. Rice, Jr.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980106203244.17300>