Check the version of sendmail
Tuesday, November 14th, 2006You can check the version of sendmail on the system by use of the following command line:
# sendmail -bt -d0,1 | head -1
Version 8.10.2
(then enter Control-d)
or
To determine the version of sendmail, use the following command:
% sendmail -d0 -bt < /dev/null | grep -i Version
