How will retrieves incoming mails from different web sites
Answer Posted / 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 |
Post New Answer View All Answers
You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?
How do you run command every time a file is modified?
Can I delete .bash history?
What is clang space engineers?
Which Command used to lock user password in Linux?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
The command ‘umask -S’
How find ip address linux?
Which command will show you free/used memory?
How do you execute more than one command or program from a single command line entry?
What is the use of mv command in linux?
What is git command?
What the command used for list the contents of your home directory, current directory and all subdirectories?
What is command grouping?
What is the role of case sensitivity in affecting the way commands are used?