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
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?
How do I navigate in cmd?
How do I check memory usage on linux?
How do I create a .txt file?
What is Syntax of any Linux command?
What does uname command do?
What are the basic commands in command prompt?
What is the use of cp p command?
What does cd do in linux?
Which command is used to see the online manual?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc..?
The command ‘umask -S’
What is ls command and what it does?
Explain about gzip filename?
What are system commands?