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 ...
- 10-01-2007 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 2
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..
- 10-01-2007 #2Linux 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.


Reply With Quote