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

Where can I find bash in linux?

0 Answers  


Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?

0 Answers  


In /boot/grub/grub.conf file there is a line kernel /vmlinuz-version ro root=/dev/sda2, What is the meaning of "/" before vmlinuz? Pls explain?

1 Answers   HCL,


How do I know my shell?

0 Answers  


I have my default runlevel is init5 now i have configured to init 3,now i wanna run my system in init3 process without reboot the system .How will you do for this scenario?

6 Answers   Span Systems,






How to give acl permission in numerical mode on linux?

0 Answers  


What would be the result of issuing the command cat phonenos?

0 Answers  


What is build process?

0 Answers  


What the command used for search file or files for specific text?

0 Answers  


what is the command for finding the higest memory occupied file in linux?

9 Answers   IBM,


Write a cron entry for the following scenario:- At 10:30 AM for every Sunday of every 1st month of a quarter.

7 Answers   HP, IBM,


What does in makefile do?

0 Answers  


Categories