HPE GreenLake Administration
Operating System - Linux
1830219
Members
2059
Online
109999
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-14-2006 11:39 PM
11-14-2006 11:39 PM
Mail
Dear Gurus
i want to know that how can i Stop the Message "You have new Mail" IN Linux System . is it Possible or not . if Yes then plz let me know , how to Stop
Dushyant
i want to know that how can i Stop the Message "You have new Mail" IN Linux System . is it Possible or not . if Yes then plz let me know , how to Stop
Dushyant
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 12:35 AM
11-15-2006 12:35 AM
Re: Mail
Yes, you must unset the MAILCHECK environment variable in the .bash_profile or /etc/profile, or set to a value like -1. For example:
vi .bash_profile
export MAILCHECK=-1
or
vi .bash_profile
unset MAILCHECK
vi .bash_profile
export MAILCHECK=-1
or
vi .bash_profile
unset MAILCHECK
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 03:13 PM
11-15-2006 03:13 PM
Re: Mail
Thank You Ivan
I tried to put the entry in #/etc/profile and
#.bash_profile also . but it not Worked . i m still getting the alert "You Have Mail".
=============================================
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
BASH_ENV=$HOME/.bashrc
USERNAME="root"
export USERNAME BASH_ENV PATH
export MAILCHECK=-1
=============================================
I tried to put the entry in #/etc/profile and
#.bash_profile also . but it not Worked . i m still getting the alert "You Have Mail".
=============================================
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
BASH_ENV=$HOME/.bashrc
USERNAME="root"
export USERNAME BASH_ENV PATH
export MAILCHECK=-1
=============================================
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 09:49 PM
11-15-2006 09:49 PM
Re: Mail
Hello!
If you receive a "new mail" is probable you have something not work correctly with crontab.
See into the crontab if a script corrupted is launched.
Then, you can edit the /etc/aliases and change the root address:
root : your_mail_account@yourdomain.com
or
you can create another user then "su" and become root, then you don't see mail message.
If you receive a "new mail" is probable you have something not work correctly with crontab.
See into the crontab if a script corrupted is launched.
Then, you can edit the /etc/aliases and change the root address:
root : your_mail_account@yourdomain.com
or
you can create another user then "su" and become root, then you don't see mail message.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP