1830338 Members
2159 Online
110001 Solutions
New Discussion

sendmail version

 
SOLVED
Go to solution
Shivkumar
Super Advisor

sendmail version

Hi,

What is command to find the version of the sendmail ?

Thanks,
Shiv
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor
Solution

Re: sendmail version

Hi Shiv:

# sendmail -di < /dev/null

Regards!

...JRF...
Rajeev  Shukla
Honored Contributor

Re: sendmail version

run the command
#what $(which sendmail)

This will give you the version of sendmail on HPUX
Arunvijai_4
Honored Contributor

Re: sendmail version

Hi Shiv,

You can also use,

# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 XXXXXX ESMTP Sendmail 8.11.6

I prefer to use, # what `which sendmail`

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"