- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Stop sendmail deamon !!
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
06-15-2002 02:15 AM
06-15-2002 02:15 AM
Stop sendmail deamon !!
If I stop the sendmail deamon, is that all the users in the Unix box will no longer receive messges ?? Including system messages ?? Since when I login to the Unix box, I will be prompted there is something in my mailbox. Is that I won't receive the mail message anymore if I stop the sendmail deamon???
Thank,
Chris,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2002 02:23 AM
06-15-2002 02:23 AM
Re: Stop sendmail deamon !!
Yes, stopping the 'sendmail' daemon would cause messages to stop being sent. Why would you want to do this? There are valuable alerts (e.g. from EMS and via the 'syslogd' daemon) that you would want to receive.
If you are being flooded with useless crontab messages, there are easy ways to stop that.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2002 02:57 AM
06-15-2002 02:57 AM
Re: Stop sendmail deamon !!
YOU can stop it by
#/sbin/init.d/sendmail stop
This will stop all mailing activities in the system.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2002 05:05 AM
06-15-2002 05:05 AM
Re: Stop sendmail deamon !!
Thanks,
Chris,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2002 01:19 PM
06-15-2002 01:19 PM
Re: Stop sendmail deamon !!
Sendmail can easily be prevented from receiving any email from outside the computer with /var/adm/inetd.sec. You will still receive email that originates from your cron jobs, EMS and other system alerts. However, it's important *not* to leave the email on the server. People often forget to read root's email and miss important diagnostic messages. Forward root's email to an address that is monitored on a regular basis.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2002 10:12 PM
06-16-2002 10:12 PM
Re: Stop sendmail deamon !!
Have a look at this thread.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x94c40bce6f33d6118fff0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 01:43 AM
06-17-2002 01:43 AM
Re: Stop sendmail deamon !!
You can stop sendmail and continue to send messages to outside your server.
I mean a message from 1 unix user to another unix user in the same server will not work,
But you can send a message to another MTA outside your system.
Of course without sendmail daemon you can't receive email (no listener on SMTP port !).
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 02:02 AM
06-17-2002 02:02 AM
Re: Stop sendmail deamon !!
Try to do (after deactivating the sendamil service):
echo hello | mail user
Is this your problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 02:42 AM
06-17-2002 02:42 AM
Re: Stop sendmail deamon !!
Set in your sendmail.cf :
DS127.0.0.1
Systemwarnings will be prompted in local mailboxes. This is no problem at all.
Regards,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 06:14 AM
06-17-2002 06:14 AM
Re: Stop sendmail deamon !!
If you stop the daemon none of the users will be able to get any messages ,including the system alerts , neither you will be prompted that soemthing is there in the mail box too .
It is never a good practice to do that as this also contains lots of infoprmation abput system alerts , cron jobs messages , lp requests etc . The better way I will suggest is to cleant the mailbox every week atleast for the users and also for the root .
Manoj Srivastava