- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- No inbound mails
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
11-19-2001 06:27 AM
11-19-2001 06:27 AM
Would anyone know how to configure sendmail not to accept inbound mails aside from removing entry on the aliases file.
We have one machine here that we want to perform outbound mails only and no inbound mails.
Any help would be greatly appreciated.
Thanks
Joey
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 06:32 AM
11-19-2001 06:32 AM
SolutionYou can turn it off and you will still be able to send outbound
/sbin/init.d/sendmail stop
Then turn it off at boot
mv /sbin/rc2.d/S40sendmail /sbin/rc2.d/s540sendmail
Good Luck,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 06:33 AM
11-19-2001 06:33 AM
Re: No inbound mails
dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 06:37 AM
11-19-2001 06:37 AM
Re: No inbound mails
dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 06:47 AM
11-19-2001 06:47 AM
Re: No inbound mails
You may just disable sendmail (as explained by other contributors). But be advised that your systems will NOT be able to receive any kind of 'remote' mail! If you have only one server, it should be fine since programs call sendmail directly to deliver mail. However, if you have multiple servers on the same 'internal' environment that exchange mail, you may have a problem.
Regards,
Paga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 07:11 AM
11-19-2001 07:11 AM
Re: No inbound mails
I would actually edit the /sbin/init.d/sendmail script and remove the "-bd" switch from the sendmail line. That way, the sendmail process will be running in "queue process mode", so that if your outbound mails stall for any reason, they will be retried.
If not, put "/usr/lib/sendmail -q" in cron to run every 15 or 30 minutes.
Rgds, Robin.