1835413 Members
2729 Online
110078 Solutions
New Discussion

software version

 
SOLVED
Go to solution
Jeff Hagstrom
Regular Advisor

software version

How do I find out what version of sendmail I have?
8 REPLIES 8
S.K. Chan
Honored Contributor
Solution

Re: software version

# what /usr/sbin/sendmail
PIYUSH D. PATEL
Honored Contributor

Re: software version

what /usr/sbin/sendmail
will give you the version of the sendmail you are using

Piyush
PIYUSH D. PATEL
Honored Contributor

Re: software version

Hi,

sendmail -dX < /dev/null

Piyush
MANOJ SRIVASTAVA
Honored Contributor

Re: software version

what /usr/sbin/sendmail


swlist -l product | gerp send will also give you the patches installed for the same.


Manoj Srivastava

Arockia Jegan
Trusted Contributor

Re: software version


#telnet 25

It will show you the sendmail version.
James R. Ferguson
Acclaimed Contributor

Re: software version

Hi Jeff:

# sendmail -d0.1
Note that's zero-dot-one.

Regards!

...JRF...
Hai Nguyen_1
Honored Contributor

Re: software version

Jeff,
Try:

# what /usr/sbin/sendmail | grep -i version

Or, if you have root's mail,
you can also try this:

# mail

The above command will open the newest mail. Look for a line beginning with "Received:...", you will find a sendmail version in parentheses.

Hai
Arockia Jegan
Trusted Contributor

Re: software version

Here is an another way,

#echo \$Z | /usr/sbin/sendmail -bt -d0