From owner-freebsd-questions@FreeBSD.ORG Tue Jun 17 00:37:38 2003 Return-Path: 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 8396437B401 for ; Tue, 17 Jun 2003 00:37:38 -0700 (PDT) Received: from sccrmhc11.attbi.com (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id BACFD43FBF for ; Tue, 17 Jun 2003 00:37:37 -0700 (PDT) (envelope-from freebsduser@attbi.com) Received: from attbi.com (12-225-141-88.client.attbi.com[12.225.141.88](misconfigured sender)) by attbi.com (sccrmhc11) with SMTP id <20030617053252011007t24te>; Tue, 17 Jun 2003 05:32:53 +0000 Message-ID: <3EEEA914.6090205@attbi.com> Date: Mon, 16 Jun 2003 22:37:24 -0700 From: K Anderson User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Banning References: <20030617052341.GA7060@skytrackercanada.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: finding out version of sendmail I have X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2003 07:37:38 -0000 David Banning wrote: > How do I find out my sendmail version? I seems silly to ask the question, > but I have looked at the files in /etc/mail, I have looked for a version > option in the sendmail 'man page'. I have used 'locate' to find sendmail > files on the system, and then viewed them for any clues. I have done > a quick search on google. There must be a simple answer.. > The all to obvious answer to this is telnetting to the host sendmail port and voila, the version number. Or the more harder way is to find out where the source exists and check the Makefile. HTH