How will retrieves incoming mails from different web sites
Answers were Sorted based on User's Feedback
Answer / 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 |
What is the best cpu stress test?
Why bash is used in linux?
what are the basic elements of firewall?
2 Answers Athena Security Solutions, CMC,
What does chmod 666 do?
What is SFC command?
What is command line in unix?
What is know about grep commands?
What is a make target?
Explain how you would find a specific string in a file.
What is difference between egrep and grep?
What is file and example?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?