Find the answer to your Linux question:
Results 1 to 2 of 2
I'd like to know how I can be able to view mails from the terminal on a remote host, so far i gather telnet to the remote host on port ...
  1. #1
    Just Joined!
    Join Date
    Oct 2007
    Posts
    2

    Question viewing user mailbox from Konsole

    I'd like to know how I can be able to view mails from the terminal on a remote host, so far i gather telnet to the remote host on port 110 and then user name, but how do you manipulate mails i.e deleting , viewing etc. please help..

  2. #2
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    Well I wouldn't bother with telnet at all. It's insecure and is far exceeded by ssh. I would recommend connecting via ssh (the service is already running by default, just open the firewall port). Once connected you can run the mail command to interact with the mailbox - check out the manpage for specific commands.

Posting Permissions

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