HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- smtp relay issue
Operating System - HP-UX
1833698
Members
3668
Online
110062
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
06-19-2002 10:43 PM
06-19-2002 10:43 PM
I've ran ISS in preparing for an audit and received the following warning:
smtprelay: Third-party mail relaying can be used to obfuscate the origin of emails. Some SMTP servers support third-party or %style mail relaying. Third-party mail relaying occurs when a mail server processes a mail
message where neither the sender nor the recipient is local to the server's
mail domain.
While third party relaying has some legitimate purposes, such as allowing mail messages to be routed around known mail problems, email
hijackers (or spammers) primarily use it to obscure their identity while sending large amounts of junk mail.
Pls help on how to handle this. I'd assign points accordingly.
thank you.
smtprelay: Third-party mail relaying can be used to obfuscate the origin of emails. Some SMTP servers support third-party or %style mail relaying. Third-party mail relaying occurs when a mail server processes a mail
message where neither the sender nor the recipient is local to the server's
mail domain.
While third party relaying has some legitimate purposes, such as allowing mail messages to be routed around known mail problems, email
hijackers (or spammers) primarily use it to obscure their identity while sending large amounts of junk mail.
Pls help on how to handle this. I'd assign points accordingly.
thank you.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 10:58 PM
06-19-2002 10:58 PM
Solution
Hi Rosli,
A simple solution would be as follows:
Make sure you have PHNE_17190 installed or it's superceding patch. Follow the following process after installing the patch.
#cd /etc/mail
#cp sendmail.cf sendmail.cf.norelay
# cp /usr/newconfig/etc/mail/sendmail.cf sendmail.cf
#vi sendmail.cf
Duplicate the customizations from sendmail.cf.norelay and save the file
#/sbin/init.d/sendmail restart
To verify:
Telnet mail-server-hostname 25
mail from: your_username@your_hostname
(should get => sender OK)
rcpt to: another_username@another_hostname
(should get => we do not relay)
quit
HTH,
Jeff
A simple solution would be as follows:
Make sure you have PHNE_17190 installed or it's superceding patch. Follow the following process after installing the patch.
#cd /etc/mail
#cp sendmail.cf sendmail.cf.norelay
# cp /usr/newconfig/etc/mail/sendmail.cf sendmail.cf
#vi sendmail.cf
Duplicate the customizations from sendmail.cf.norelay and save the file
#/sbin/init.d/sendmail restart
To verify:
Telnet mail-server-hostname 25
mail from: your_username@your_hostname
(should get => sender OK)
rcpt to: another_username@another_hostname
(should get => we do not relay)
quit
HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 11:00 PM
06-19-2002 11:00 PM
Re: smtp relay issue
What version of sendmail?
To check run
# sendmail -bs
If it is 8.8.6 then:
Edit the 'sendmail.cf' file
# vi sendmail.cf
at the section that starts with
## BEGIN anti-spamming
uncomment
F{Spammer} /etc/mail/Spammer
Save the file
Then create an anti-spamming file:
# vi /etc/mail/Spammer
add the addresses you wish to block.
Restart sendmail
# /sbin/init.d/sendmail stop
# /sbin/init.d/sendmail start
If your running version 8.9.3 See this document.
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=b632581612cc93357b/screen=ckiDisplayDocument?docId=200000053533675
HTH
~Michael~
To check run
# sendmail -bs
If it is 8.8.6 then:
Edit the 'sendmail.cf' file
# vi sendmail.cf
at the section that starts with
## BEGIN anti-spamming
uncomment
F{Spammer} /etc/mail/Spammer
Save the file
Then create an anti-spamming file:
# vi /etc/mail/Spammer
add the addresses you wish to block.
Restart sendmail
# /sbin/init.d/sendmail stop
# /sbin/init.d/sendmail start
If your running version 8.9.3 See this document.
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=b632581612cc93357b/screen=ckiDisplayDocument?docId=200000053533675
HTH
~Michael~
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 12:20 AM
06-20-2002 12:20 AM
Re: smtp relay issue
Thank you guys. I really appreciate that.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP