How will retrieves incoming mails from different web sites
Answer Posted / 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 |
Post New Answer View All Answers
What is history command in linux?
What is a make target?
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.
What is dos and its commands?
What is the syntax of mkdir?
Which are the linux directory commands?
What does c mean in linux?
What is the symbol of linux?
What is ulimit in linux?
Explain about lpr filename?
What does execute mean in linux?
How do you run command every time a file is modified?
What is env command in linux?
Who am I command in linux?
How do you create a text file in linux terminal?