202-450 Exam QuestionsBrowse all questions from this exam

202-450 Exam - Question 53


A company is transitioning to a new DNS domain name and wants to accept e-mail for both domains for all of its users on a Postfix server.

Which configuration option should be updated to accomplish this?

Show Answer
Correct Answer: C

In a Postfix server, the mydestination configuration option is used to specify the domains for which the server should accept mail. By updating this option, the server can be configured to recognize and accept email for both the old and new DNS domain names. This ensures that emails sent to users at either domain will be properly routed and delivered.

Discussion

3 comments
Sign in to comment
ArminaOption: C
Feb 15, 2022

C is correct mydestination hostname1, hostname2 mydestination = $myhostname, localhost.$mydomain $mydomain mydestination = $myhostname, localhost.$mydomain www.$mydomain, ftp.$mydomain

tvalOption: C
Jun 13, 2023

mydestination : spécifies the domain(s) for wich postfix will accept mail

ArminaOption: C
Feb 15, 2022

C is correct!