Operating System - HP-UX
1755678 Members
4509 Online
108837 Solutions
New Discussion юеВ

telling sendmail version by telnet

 
SOLVED
Go to solution
Victor_5
Trusted Contributor

telling sendmail version by telnet

I remember there is one way to tell what is the current sendmail version by using telnet, but I forgot it, anybody can help?
5 REPLIES 5
James R. Ferguson
Acclaimed Contributor

Re: telling sendmail version by telnet

Hi Victor:

You can do:

# sendmail -bs < /dev/null

Regards!

...JRF...
Helen French
Honored Contributor

Re: telling sendmail version by telnet

Hi Victor:

# sendmail -di

HTH,
Shiju
Life is a promise, fulfill it!
Barry O Flanagan
Respected Contributor
Solution

Re: telling sendmail version by telnet

Telnet onto potr 25 of the machine in question:

telnet 25
Jeff Schussele
Honored Contributor

Re: telling sendmail version by telnet

Hi Victor,

After telnetting to port 25 on the host enter
EHLO
This should give the version.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Victor_5
Trusted Contributor

Re: telling sendmail version by telnet

James & Shiju:

Your answers are corrent, but I was looking for telnet method, so I gave you 4 points, thanks.