Results 1 to 5 of 5

Thread: You have new mail

  1. #1
    Join Date
    Aug 2008
    Beans
    108

    You have new mail

    I administer a server for a small business. I usually access it through Webmin without a problem. Today I logged in through Putty to restart Webmin and received a message saying "You have new mail". The server is only a file server and not a mail server. How do I read this mail.

    Sorry for asking what is most likely a very obvious question.

  2. #2
    Join Date
    Jun 2008
    Location
    Sheffield, UK
    Beans
    18

    Re: You have new mail

    It will most likely be a notification message from a process running on the server.

    The easiest way to look at the mail file through putty would be to use
    Code:
    more /var/mail/<username>

  3. #3
    Join Date
    May 2007
    Beans
    314
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: You have new mail

    Perhaps, this is a system mail, which may report some problem or warning. Look in /var/mail or in user's home directory.

  4. #4
    Join Date
    Oct 2007
    Location
    Chennai, India
    Beans
    3,804
    Distro
    Ubuntu Development Release

    Re: You have new mail

    Quote Originally Posted by damo12 View Post
    received a message saying "You have new mail". How do I read this mail.
    In the terminal, type
    Code:
    mail
    then "r" to read, "d" to delete, "n" for next message, and so on.
    Cheers,PRShah
    Make your own: Ubuntu, Kubuntu, Xubuntu, Mythbuntu All-in-One Live DVD
    "I never make mistakes; I thought I did, once.. but I was wrong."

  5. #5
    Join Date
    Aug 2008
    Beans
    108

    Re: You have new mail

    Thank you for your help, I'll give it a try and see what the message is.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •