- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail accept mail from only 1 ip-address ?
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
05-26-2004 07:31 PM
05-26-2004 07:31 PM
I have a spam-box to receive my mails and check them for spam and virus.
So now i want my HP-UX to only accept mail from my spam-box.
I am using sendmail on HP-UX 11.11
I have changed my MX record to point to the spam-box, byt i still get spam-mail on my HP-UX box.
Howe can i block all incomming mail but the spam-box ?
Best regards
Jesper Sivertsen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2004 12:21 AM
05-28-2004 12:21 AM
Re: sendmail accept mail from only 1 ip-address ?
This can be done configuring the inetd.sec
Regards.
A.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2004 01:41 AM
05-28-2004 01:41 AM
Solutioncd /etc/mail
vi access
ip-of-spam-box relay
1 reject
2 reject
.
.
.
254 reject
tab between ip and relay or reject
makemap hash /etc/mail/access
restart sendmail....
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 09:07 PM
06-03-2004 09:07 PM
Re: sendmail accept mail from only 1 ip-address ?
I can not use inetd.conf because sendmail is not started from inetd but from rc.
I will try the other solution that seems right !
Regards
Jesper
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 09:14 PM
06-03-2004 09:14 PM
Re: sendmail accept mail from only 1 ip-address ?
I think Geoff is right
inetd.conf controls how different serives on the system work and allows you to restrict services as Geoff has shown you. hopee this clarifies the inetd.conf for you.
John.