Preguntes Freqüents - FAQ

How to check and read emails using telnet?  Imprimeix aquest Article

To check and read emails using telnet, follow the below steps.

1. In the command prompt, type the code "telnet example.com 110"
2. Type username and password of the user for which you want to view the emails using the codes "user username@example.com" and "pass yourpasswordgoeshere".
3. Type list to view the list of emails in that account. It will be like,
list  
1  897
2  5136
4. To read an email like 1 897, type the code "retr 1".
5. To delete an email like 1 897, type the code "dele 1".
6. When you are done checking your emails, type quit to exit telnet.

Ha estat útil la resposta?

Articles Relacionats

How to enable SSH?
In your Grid service, the SSH is disabled by default, but you can enable it using the below...
How to enable root access to dedicated virtual servers?
Root access is not enabled by default for dedicated virtual servers, but you can enable it in...
What is SSH?
SSH or Secure Shell is an Unix based command interface which allows you to connect to your server...
What is YUM?
CentOS is an operating system for virtual servers and YUM is a package manager for CentOS.You can...
How to use telnet to send email?
To send emails using telnet, follow the below steps. 1. In the command prompt, use the code...