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?
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?
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.
C is correct mydestination hostname1, hostname2 mydestination = $myhostname, localhost.$mydomain $mydomain mydestination = $myhostname, localhost.$mydomain www.$mydomain, ftp.$mydomain
mydestination : spécifies the domain(s) for wich postfix will accept mail
C is correct!