- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How I can see Sendmail version?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2008 04:34 PM
тАО10-31-2008 04:34 PM
How I can see Sendmail version?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2008 07:33 PM
тАО10-31-2008 07:33 PM
Re: How I can see Sendmail version?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2008 08:01 PM
тАО10-31-2008 08:01 PM
Re: How I can see Sendmail version?
# /usr/lib/sendmail -bt -d
The version of
the sendmail configuration can be found by inspection of
/etc/mail/sendmail.cf.
/etc/mail/sendmail.cf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2008 08:27 PM
тАО10-31-2008 08:27 PM
Re: How I can see Sendmail version?
try
#/usr/lib/sendmail -bt -d
Version 8.11.1 (Revision 1.6)
Compiled with: LDAPMAP MAP_REGEX LOG MATCHGECOS MIME7TO8 MIME8TO7
NAMED_BIND NDBM NETINET NETINET6 NETUNIX NEWDB NIS NISPLUS
QUEUE SASL SCANF SMTP USERDB XDEBUG
Regards,
Javed Khan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2008 02:23 AM
тАО11-02-2008 02:23 AM
Re: How I can see Sendmail version?
If sendmail is running, another version is:
# telnet localhost 25
Trying...
Connected to localhost.
Escape character is '^]'.
220
quit
The first version number is the sendmail version: the second (/8.13.3) is the version of the configuration file (sendmail.cf).
You can still have newer version of sendmail running with an old configuration file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2008 05:58 AM
тАО11-02-2008 05:58 AM
Re: How I can see Sendmail version?
/usr/sbin/sendmail -d0.1 -bt < /dev/null
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2008 11:10 PM
тАО11-02-2008 11:10 PM
Re: How I can see Sendmail version?
This is the correct way to konw the Version of Sendmail....
$ /usr/sbin/sendmail -d0.1 -bt < /dev/null
Version 8.11.1 (PHNE_35485)
Compiled with: LDAPMAP MAP_REGEX LOG MATCHGECOS MIME7TO8 MIME8TO7
NAMED_BIND NDBM NETINET NETINET6 NETUNIX NEWDB NIS NISPLUS
QUEUE SASL SCANF SMTP USERDB XDEBUG
============ SYSTEM IDENTITY (after readcf) ============
(short domain name) $w = testbox
(canonical domain name) $j = testbox
(subdomain name) $m =
(node name) $k =
========================================================
WARNING: local host name (testbox) is not qualified; fix $j in config file
ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
Enter
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2008 03:24 AM
тАО11-03-2008 03:24 AM
Re: How I can see Sendmail version?
# swlist -l product | grep -i sendmail
PHNE_31734 1.0 sendmail(1m) 8.11.1 patch
As per above example 8.11.1 is the version of sendmail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2008 03:48 AM
тАО11-03-2008 03:48 AM
Re: How I can see Sendmail version?
There are many ways you can find the sendmail version..
#sendmail -bs < /dev/null
#sendmail -d0 < /dev/null
#echo \$Z | /usr/sbin/sendmail -bt -d
Ganesh.