How will retrieves incoming mails from different web sites

Answer Posted / bc

telnet mail.domain-name 110
USER <user-name>
PASS <password>

Now to see a list of emails awaiting for collection use the
command LIST

To view the contents of email type RETR <id>

==============

retrieving mail using IMAP

telnet mail.domain-name 143
a01 login <user-name> <password>

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I run a command in linux?

538


Is llvm a virtual machine?

550


What is tail command in linux?

528


How do I find command history in linux?

473


What is difference between comm and CMP command?

511






How can I delete a file in linux?

525


How do I check my cpu cores?

515


How do you create a file in linux?

482


Which daemon is used for scheduling of the commands?

558


What is mkdir p?

547


What is cpu in top command?

541


Explain about lprm job number?

626


What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?

509


What are the 7 types of sentences?

544


How do I find previous commands in linux?

522