- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hiding 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
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
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
12-27-2002 07:30 AM
12-27-2002 07:30 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2002 07:40 AM
12-27-2002 07:40 AM
Solutionhttp://info.nixhosting.net/sendmail/
search inside the page for hiding.
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2002 07:47 AM
12-27-2002 07:47 AM
Re: hiding sendmail version
DZ8.9.3
and changed it to:
DZtest
Now this is displayed:
.... (8.9.3(PHNE_24419)/test) ...
So that's not entirely it.
I'll look at that info, thanks.
Fred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2002 08:00 AM
12-27-2002 08:00 AM
Re: hiding sendmail version
O SmtpGreetingMessage=$j Sendmail $v/$Z; $b
But I don't see the word "Sendmail" in any outgoing headers so I haven't solved it yet.
The article has some interesting information thanks.
Fred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2002 09:44 AM
12-27-2002 09:44 AM
Re: hiding sendmail version
These are the lines in the cf file that display version information....
In the smtp login dialog:
O SmtpGreetingMessage=$j Sendmail $v/$Z; $b
In the headers of emails:
HReceived: $?sfrom $s $.$?_($?s$|from $.$_)
$.by $j ($v/$Z)$?r with $r$. id $i$?u
for $u; $|;
$.$b
...so it looks like the values $v and $Z control what is displayed.
$Z is set with the line:
DZ8.9.3
I'm not sure where $v is set - if anyone knows where to change this value, let me know.
I suppose I could change the 'O Smtp' and 'HReceived:' lines but I'm not sure that's the correct way to do it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2002 11:03 AM
12-27-2002 11:03 AM
Re: hiding sendmail version
Others have you on track for your primary question, but another thing you should do to harden SendMail is to disable verification & username expansion.
Two ways to do this in the sendmail.cf file:
A) O PrivacyOptions=goaway #easiest
B) O PrivacyOptions=noexpn,novrfy #most granular
If these are enabled - and they are by default - hackers can verify account names on the system.
Rgds,
Jeff