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
02-26-2007 04:41 AM
02-26-2007 04:41 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 04:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 04:54 AM
02-26-2007 04:54 AM
Re: sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 04:59 AM
02-26-2007 04:59 AM
Re: sendmail
You don't have to run this all the time if your server is not meant for receive mails
/sbin/init.d/sendmail stop.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 05:02 AM
02-26-2007 05:02 AM
Re: sendmail
2) Edit /etc/rc.config.d/mailservs and set SENDMAIL_SERVER=0 and save the file.
You should then be able to send mail (internally and externally) just as you always have but no external email will be received.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 05:02 AM
02-26-2007 05:02 AM
Re: sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 05:09 AM
02-26-2007 05:09 AM
Re: sendmail
The difference between running in daemonm mode and what I'll call vanillas mode is that in daemon mode, sendmail is rinning all the time listening for requests from external mail processes. In "vanilla" mode, a new instance of sendmail is spawned with every mail request (from mail, mailx, elm, et al); the new sendmail instance performs its task and then terminates.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 05:09 AM
02-26-2007 05:09 AM
Re: sendmail
The difference between running in daemonm mode and what I'll call vanilla mode is that in daemon mode, sendmail is rinning all the time listening for requests from external mail processes. In "vanilla" mode, a new instance of sendmail is spawned with every mail request (from mail, mailx, elm, et al); the new sendmail instance performs its task and then terminates.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 06:42 AM
02-26-2007 06:42 AM
Re: sendmail
Set the server to 0? and shut sendmail off?
all of the requests to send mail are from users on the HP server.
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 06:49 AM
02-26-2007 06:49 AM
Re: sendmail
1) Execute /sbin/init.d/sendmail stop
2) Edit /etc/rc.config.d/mailservs and set SENDMAIL_SERVER=0 and save the file.
Unless SENDMAIL_SERVER=1 initially the /sbin/init.d/sendmail stop will do nothing so leave it at 1 until the sendmail daemon is terminated THEN edit the config file and set it to 0 so that subsequent reboots will not start the daemon.
After doing these steps, do a test such as
echo "This is test mail." | mail user@somewhere.com.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 03:36 PM
02-26-2007 03:36 PM