1833032 Members
2267 Online
110049 Solutions
New Discussion

Sendmail

 
Tony Timms
New Member

Sendmail

How do I determine what version of sendmail I am running?
Thanks,
Tony
4 REPLIES 4
Brian M. Fisher
Honored Contributor

Re: Sendmail

To find out the version of sendmail you are running:
telnet hostname 25
help (this will list version)

where hostname is the sendmail server.

Brian
<*(((>< er

Perception IS Reality
James R. Ferguson
Acclaimed Contributor

Re: Sendmail

Tony:

# sendmail -bs

Then CTL_C to terminate.

...JRF...
Shannon Petry
Honored Contributor

Re: Sendmail

type
> /usr/bin/what /usr/sbin/sendmail

This should give you all of the sendmail build information.

Regards,
Shannon
Microsoft. When do you want a virus today?
Tony Timms
New Member

Re: Sendmail

thanks to all

your info helped.