I consistently come up with "You have new mail in /var/mail/root" message in command line mode of my Ubuntu server. How to disable the new mail messages?
I consistently come up with "You have new mail in /var/mail/root" message in command line mode of my Ubuntu server. How to disable the new mail messages?
Disabling this setting is easy. Simply include
in your .bashrc file (for login shell) or .bash_profile (for non-login shells, i.e. ssh) and the message shouldn’t appear.
For me it speeds up login for my linux server and removes clutter.
I think that un-setting the MAIL variable should do the trick.