Məlumat bazası
How to check and read emails using telnet? Məqaləni çap et
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.
Bu cavab sizə kömək etdi?
Uyğun məqalələr
How to Use SSH in Putty?
To use SSH in Putty you must have SSH login details and Putty software which you can download for...
To use SSH in Putty you must have SSH login details and Putty software which you can download for...
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...
Root access is not enabled by default for dedicated virtual servers, but you can enable it in...
How to use telnet to send email?
To send emails using telnet, follow the below steps. 1. In the command prompt, use the code...
To send emails using telnet, follow the below steps. 1. In the command prompt, use the code...
How to turn off safe mode in Plesk using SSH?
To turn off safe mode globally, follow the below steps. 1. Login to your server via SSH.2. Open...
To turn off safe mode globally, follow the below steps. 1. Login to your server via SSH.2. Open...
How to install and use YUM?
YUM is pre-installed on your dedicated virtual server. YUM has many uses, the basis use is...
YUM is pre-installed on your dedicated virtual server. YUM has many uses, the basis use is...