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 do you find files in Linux?
What does touch do in linux?
a remote shell is invoked by the command a)remote_shell b)remote_sh c)rsh d)remote conn
How do I run whois command?
What are linux commands useful?
How do I move to root in linux?
What is p in mkdir?
what is a command to display top 10 users who are using Huge Space?
Which command is used to uncompress gzip files?
What is clang format?
What u know abt tar Command?
What is ls command and what it does?