- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail Questions
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-29-2001 11:12 AM
10-29-2001 11:12 AM
I have sendmail running and want the server to reject all incoming mail from outside. Basically, I only want to send mail within the server. Can this be done? I do not have DNS running.
Thanks for your help,
Sanjay
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 11:19 AM
10-29-2001 11:19 AM
Re: Sendmail Questions
Hope this helps.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 11:23 AM
10-29-2001 11:23 AM
Re: Sendmail Questions
If I understood your question correctly then,
No need to run sendmail process for server internal mails.
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 11:24 AM
10-29-2001 11:24 AM
SolutionAnd as for security issues, link to this, print it, and consider some of the options:
http://people.hp.se/stevesk/bastion11.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 11:35 AM
10-29-2001 11:35 AM
Re: Sendmail Questions
Thank you for your answers. How do i safely turn off sendmail. I checked the man page and I found a sendmail -bk option which will kill the daemon. How do I set my startup files so that when I reboot, it will not turn on sendmail.
Thanks again,
Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 12:05 PM
10-29-2001 12:05 PM
Re: Sendmail Questions
cd /etc/rc.config.d/
vi mailservers and change line
export SENDMAIL_SERVER=1
to
export SENDMAIL_SERVER=0
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 12:08 PM
10-29-2001 12:08 PM
Re: Sendmail Questions
I forget to mention how to stop sendmail before you change mailserver file
#/sbin/rc2.d/S540sendmail stop
Sachin