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 ll command in unix?

0 Answers  


Explain about refer?

0 Answers  


What is du -s * | sort -k1,1rn | head command used for?

0 Answers  


What does && mean in bash?

0 Answers  


How do I remove a soft link in linux?

0 Answers  






Did you work with linux? What flavors and versions?

5 Answers   HP,


What is bash linux?

0 Answers  


What is shell scripting commands?

0 Answers  


How would you find whether a remote server is up or not?

8 Answers   HP,


What is Data Command?

0 Answers  


How did you do the Health check in Linux?

1 Answers   Mind Tree,


Did you ever write any inerface files / profile file to support unix environment setup ?

1 Answers   HP,


Categories