How will retrieves incoming mails from different web sites

Answers were Sorted based on User's Feedback



How will retrieves incoming mails from different web sites..

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 will retrieves incoming mails from different web sites..

Answer / guest

Logwatch

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Linux Commands Interview Questions

What is the command to check wwn # in linux?

4 Answers   Siemens,


What is tty in linux command?

1 Answers  


Explain the ‘ls’ command in linux

1 Answers  


What are the options of wc command?

1 Answers  


What is the command to see on which port which service is running?

1 Answers  


How to shuffle the GRUB booting from one Disk to other?

1 Answers  


how to run the boot loader in the linux.......

5 Answers  


Explain shift command of linux?

1 Answers  


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

4 Answers  


How does grep work in linux?

1 Answers  


how do u extract files from iso cd images in linux?

5 Answers   Wipro,


Categories