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 does chmod 666 do?
What does grep grep do?
why context switching time should be minimum? How it depends on hardware support?
What is cpu utilization linux?
What does bash stand for?
What can you tell about the tar command?
Brief about the command nn?
What does touch do in linux?
How do find hard disk revolutions speed?
A file which is not deleted by normal user and also root (using rm), for that type of file how we delete it?
What are whois tools?
What is s in permission linux?