InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What Is Canonical Table? |
|
Answer» A canonical OBJECT means an object with a single REFERENCE pointed to it, with no copies holding the same STATE possible. The ACTIVITY of replacing multiple copies of an object with just a few OBJECTS is often referred to as canonicalizing objects. A canonical object means an object with a single reference pointed to it, with no copies holding the same state possible. The activity of replacing multiple copies of an object with just a few objects is often referred to as canonicalizing objects. |
|
| 2. |
If Your Mail Server Is Working Properly But When You Are Trying To Send Mail For Hotmail It Is Showing Error Relay Access Denied How Will You Troubleshoot? |
|
Answer» CHECK for the PROPER RELAY or postifx main.cf FILE for the relay ADDRESS. check for the proper relay or postifx main.cf file for the relay address. |
|
| 3. |
Describe Below Mentioned Postfix Support Commands? |
Answer»
|
|
| 4. |
If Reverse Dns Entry For Your Mail Server Is Wrong Which Error You Will Get And How It Will Effect Your Mail Server? |
|
Answer» Server REFUSED to talk to me: 550 Reverse DNS lookup FAILED for host XX.XXX. (PORT 25) Server refused to talk to me: 550 Reverse DNS lookup failed for host XX.XXX. (port 25) |
|
| 5. |
You Mail Server Is Working Properly Still Your Users Are Not Getting Mail How Will You Troubleshoot? |
|
Answer» CHECK log (EG /var/log/maillog) and TRY to find the ERROR Check log (eg /var/log/maillog) and try to find the error |
|
| 6. |
If You Have 40000 Mail In Queue Of Your Mail Server How Will You Troubleshoot Step By Step? |
|
Answer» DEPENDS on what MAILS are there WHETHER important mail or not important (delete not important mails and for important email re-queue postfix to send mail again). Depends on what mails are there whether important mail or not important (delete not important mails and for important email re-queue postfix to send mail again). |
|
| 7. |
What Is Spamassassin? |
|
Answer» SpamAssassin is a MAIL filter to identify spam. It is an intelligent email filter which USES a DIVERSE range of TESTS to identify unsolicited bulk email, more COMMONLY known as Spam. These tests are applied to email headers and content to classify email using advanced statistical methods. SpamAssassin is a mail filter to identify spam. It is an intelligent email filter which uses a diverse range of tests to identify unsolicited bulk email, more commonly known as Spam. These tests are applied to email headers and content to classify email using advanced statistical methods. |
|
| 8. |
Which Command Is Used To Find Out That Postfix Is Complied With Mysql Or Not? |
|
Answer» # postconf -m # postconf -m |
|
| 9. |
What Is An Open Mail Relay? |
|
Answer» An open mail relay is an SMTP server CONFIGURED in such a way that it allows anyone on the Internet to send e-mail through it, not just mail destined to or ORIGINATING from known users.This USED to be the default configuration in many mail servers. It was the way the Internet was initially SET up, but open mail relays have become unpopular because of their exploitation by SPAMMERS and worms. An open mail relay is an SMTP server configured in such a way that it allows anyone on the Internet to send e-mail through it, not just mail destined to or originating from known users.This used to be the default configuration in many mail servers. It was the way the Internet was initially set up, but open mail relays have become unpopular because of their exploitation by spammers and worms. |
|
| 10. |
How To Send A Test Mail From Command Line? |
|
Answer» # ECHO “TEST MAIL from postfix” | mail -s “Plz ignore” user@company.com # echo “Test mail from postfix” | mail -s “Plz ignore” user@company.com |
|
| 11. |
Which Command Is Used To See Live Mail Logs In Postfix? |
|
Answer»
tailf /var/log/maillog # tail -f /var/log/maillog OR tailf /var/log/maillog |
|
| 12. |
How To Check Postfix Configuration From The Command Line? |
|
Answer» psotconf -N psotconf -n |
|
| 13. |
How You Will Reload The Postfix Queue? |
|
Answer» # postsuper -R ALL # postsuper -r ALL |
|
| 14. |
How To Delete Mails From The Queue In Postfix? Or How Can I Clear Postfix Mail Server Queue? |
|
Answer» # postsuper -d ALL # postsuper -d ALL |
|
| 15. |
How To Check The Mail’s Queue In Postfix? |
|
Answer» To DISPLAY the list of queued mails: To display the list of queued mails: |
|
| 16. |
What Are The Configuration Files Of Postfix Server? |
|
Answer» There are TWO MAIN CONFIGURATION FILES of POSTFIX:
There are two main Configuration files of postfix: |
|
| 17. |
What Is The Use Of Postmaster Account In Mail Server? |
Answer»
|
|
| 18. |
Tell Me About Latest Version Of Postfix On Which U Have Worked? |
|
Answer» POSTFIX 2.6 postfix 2.6 |
|
| 19. |
How To Check Version Of Postfix? |
|
Answer» # postconf –d | GREP mail_version # postconf –d | grep mail_version |
|
| 20. |
What Is Mua? |
|
Answer» MUA stands for Mail User Agent. MUA is an Email client software used to compose, send, and RECEIVE email MESSAGES. It sends messages through an MTA. Retrieves messages from a mail store either directly or through a POP/ IMAP server. Examples Outlook and Thunderbird. MUA stands for Mail User Agent. MUA is an Email client software used to compose, send, and receive email messages. It sends messages through an MTA. Retrieves messages from a mail store either directly or through a POP/ IMAP server. Examples Outlook and Thunderbird. |
|
| 21. |
What Is Mda? |
|
Answer» MDA STANDS for Mail DELIVERY Agent. MDA is a PROGRAM that handles FINAL delivery of messages for a system’s local recipients. MDA stands for Mail Delivery Agent. MDA is a Program that handles final delivery of messages for a system’s local recipients. |
|
| 22. |
What Is Mta And Its Role In Mailing System? |
|
Answer» A message TRANSFER AGENT (MTA) is a software application USED within an INTERNET message handling SYSTEM. It is responsible for transferring and routing an email messages from the sender's computer to the recipient's computer. A message transfer agent (MTA) is a software application used within an Internet message handling system. It is responsible for transferring and routing an email messages from the sender's computer to the recipient's computer. |
|
| 23. |
What Is Dovecot? |
|
Answer» Dovecot is an open-source IMAP and POP3 SERVER for Linux/UNIX-like SYSTEMS, written primarily with security in MIND. Dovecot is an open-source IMAP and POP3 server for Linux/UNIX-like systems, written primarily with security in mind. |
|
| 24. |
What Is Smtp And Its Default Port? |
|
Answer» SMTP is PART of the application layer. SMTP moves your EMAIL ACROSS the networks. SMTP by default uses TCP port no 25. It also uses port no 587 for connections SECURED by SSL, known as SMTPS. SMTP is part of the application layer. SMTP moves your email across the networks. SMTP by default uses TCP port no 25. It also uses port no 587 for connections secured by SSL, known as SMTPS. |
|
| 25. |
What Is Postfix And Default Port Used For Postfix? |
|
Answer» Postfix is an open SOURCE MTA (MAIL Transfer AGENT) which is used to ROUTE & deliver EMAILS. Default port for postfix is 25. Postfix is an open source MTA (Mail Transfer agent) which is used to route & deliver emails. Default port for postfix is 25. |
|
| 26. |
What Is The Location Of Postfix Mail Server Queue? |
|
Answer» By default, the POSTFIX MAIL QUEUES are located in the /var/spool/postfix DIRECTORY. By default, the Postfix mail queues are located in the /var/spool/postfix directory. |
|
| 27. |
What Is A Postfix Mail Server? |
|
Answer» A MAIL server is an application that receives incoming e-mail from local USERS and forwards OUTGOING e-mail for delivery. A computer dedicated to RUNNING such applications is CALLED a Mail Server. A mail server is an application that receives incoming e-mail from local users and forwards outgoing e-mail for delivery. A computer dedicated to running such applications is called a Mail Server. |
|