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 |
how to restart apache server with out shatdown?
What is history command in linux?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc..?
What is kill 9 in linux?
What are system commands?
What is bash linux?
Why is unix used?
What is clang llvm?
Difference between swap partition and swap file?
What could be the problem when a command that was issued gave a different result from the last time it was used?
How will you suspend a running process and put it in the background?
What is ll command in unix?