- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disable Mail Delivery Subsystem emails with sendma...
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
08-26-2003 01:41 PM
08-26-2003 01:41 PM
Disable Mail Delivery Subsystem emails with sendmail.
I was wondering if there was a way to disable Mail Delivery Subsystem emails going to root or postmaster? I am checking postmaster email and getting alot of junk I dont want from Mail Delivery Subsystem.
In /etc/mail/aliases
I have
MAILER-DAEMON : /dev/null
And that is not doing it for me.
Anyone have any ideas?
thanks
richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 03:15 PM
08-26-2003 03:15 PM
Re: Disable Mail Delivery Subsystem emails with sendmail.
In that same aliases file make sure that the alias for root doesn't point to you. And verify that postmaster goes to root at the same time - problem solved.
Then don't forget to run newaliases
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 03:36 PM
08-26-2003 03:36 PM
Re: Disable Mail Delivery Subsystem emails with sendmail.
put an entry in aliases on linux its /etc on HP-UX its /etc/mail
root yourname@yourdomain.net
save it
newaliases
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 03:44 PM
08-26-2003 03:44 PM
Re: Disable Mail Delivery Subsystem emails with sendmail.
You probably should receive non-sendmail related root mail.
Just setup an account for postmaster on the system(s) & let the postmaster mail go there & check it from time to time.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 07:21 AM
08-27-2003 07:21 AM
Re: Disable Mail Delivery Subsystem emails with sendmail.
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 07:26 AM
08-27-2003 07:26 AM
Re: Disable Mail Delivery Subsystem emails with sendmail.
with a valid e-mail id in it.
All the mails will deliver it to that account related to root.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 09:05 AM
08-27-2003 09:05 AM
Re: Disable Mail Delivery Subsystem emails with sendmail.
From: Mail Delivery Subsystem
Message-Id:
To: postmaster
richard