1753428 Members
4933 Online
108793 Solutions
New Discussion юеВ

Re: sendmail

 
SOLVED
Go to solution
John_608
Advisor

sendmail

how do i check sendmail is patched to the correct level ?

thanks
4 REPLIES 4
Bernhard Mueller
Honored Contributor
Solution

Re: sendmail

John

# which sendmail
# what `which sendmail`
# swlist -l product | grep sendmail

HTH
Regards,
Bernhard
Geoff Wild
Honored Contributor

Re: sendmail

Try this:

echo \$Z | /usr/sbin/sendmail -bt -d


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Jeff Schussele
Honored Contributor

Re: sendmail

Hi John,

what /usr/sbin/sendmail

will give you that info.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Peter Gillis
Super Advisor

Re: sendmail

Hi
Could also try sendmail -d0.1 < dev/null. This gives the version you're at and the release levels you have patched to.

Maria