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 |
Explain the linux directory commands along with the description?
Which Command used to lock user password in Linux?
How do find hard disk revolutions speed?
What is the command to check wwn # in linux?
What is grep command in linux with examples?
How can we see the default gateway ip ini linux.
how do find all failed login attempts via ssh?
What is clang format?
What does c mean in linux?
How does grep work in linux?
What does df command do in linux?
How do I check dns entry?