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 is the command to check wwn # in linux?
What is tty in linux command?
Explain the ‘ls’ command in linux
What are the options of wc command?
What is the command to see on which port which service is running?
How to shuffle the GRUB booting from one Disk to other?
how to run the boot loader in the linux.......
Explain shift command of linux?
Send me some of the commands being used in linux
5 Answers Aurobindo, Dr Reddys, IBM, Reddy Labs,
To move /home/ben/memos dir in /home/bob/memos, what is the result by mv /home/ben/memos /home/bob
How does grep work in linux?
how do u extract files from iso cd images in linux?