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

How can you check the amount of lines in a file?

0 Answers  


How to add Crete a new ftp user? or How to add a exiting user into FTP ?

1 Answers   Mind Tree,


What is nbtstat command?

0 Answers  


What is the bash in linux?

0 Answers  


if i have one folder say aaa and that folder having 100 files from that 50 files there aaa word is written how to find in which aaa is writen and without opening that file

6 Answers  






What is type command in linux?

0 Answers  


What could be the problem when a command that was issued gave a different result from the last time it was used?

0 Answers  


Explain the linux directory commands along with the description?

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,


What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc..?

0 Answers  


in unix how to change old name to new name

7 Answers   Google,


State and explain about features of UNIX?

0 Answers  


Categories