- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: spam .. open relay from Sendmail 8.8.6 ..
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
10-26-2001 02:17 PM
10-26-2001 02:17 PM
spam .. open relay from Sendmail 8.8.6 ..
What is the best and most effective way to close open mail relay on Sendmail 8.8.6 ?
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 02:33 PM
10-26-2001 02:33 PM
Re: spam .. open relay from Sendmail 8.8.6 ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 02:38 PM
10-26-2001 02:38 PM
Re: spam .. open relay from Sendmail 8.8.6 ..
/etc/mail/access
only relay trusted domains.
E.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 02:41 PM
10-26-2001 02:41 PM
Re: spam .. open relay from Sendmail 8.8.6 ..
1. Upgrade it to 8.9.x. PHNE_I8546 or later is going to fix it.I have seen some administrators running with 8.9.x version of sendmail configured previous versions of sendmail.cf.
If you are running 8.9.x (what /usr/sbin/sendmail) and if your configuration file is of older version, then you can copy /usr/newconfig/etc/mail/sendmail.cf file into place and duplicate your customizations.
This by default denies relaying.
2. If you don't have 8.9.x and if you don't want to install it now, check out this web site. It gives some macros to disable relay.
http://www.sendmail.org/antirelay.txt
Some information here too
http://www.sendmail.org/m4/anti-spam.html
Check this link on some discussion
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd42f630fe5c4d5118ff10090279cd0f9,00.html
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 02:51 PM
10-26-2001 02:51 PM
Re: spam .. open relay from Sendmail 8.8.6 ..
Repost: 01/07/17
A problem has been discovered with superseding patch
PHNE_18546. PHNE_18546 can cause performance issues on systems
with more than 3000 concurrent TCP connections. PHNE_17190
does not exhibit the same behavior, so it is being re-released
until a replacement patch is available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 03:06 PM
10-26-2001 03:06 PM
Re: spam .. open relay from Sendmail 8.8.6 ..
Also edit sendmail.cf file and and make
timeout.ident=0s
and restart sendmail. We did have problems with our network interfaces going crazy. And finally HP came up with this investigation.
-Sri