What postfix configuration setting defines the domains for which Postfix will deliver mail locally? (Please provide only the configuration setting name with no other information)
Answer: mydomain
What postfix configuration setting defines the domains for which Postfix will deliver mail locally? (Please provide only the configuration setting name with no other information)
What postfix configuration setting defines the domains for which Postfix will deliver mail locally? (Please provide only the configuration setting name with no other information)
Answer: mydomain
Should be mydestination.
iori is correct:
example:
mydestination = localhost , some_local_domain.xxx
I thik “mydomain” is correct:
From man main.cf:
With locally submitted mail, append the string “.$mydomain” to addresses that have no “.domain” information.
Q say “…deliver mail locally?”
The mydestination parameter specifies what domains this machine will deliver locally, instead of forwarding to another machine. The default is to receive mail for the machine itself. See the VIRTUAL_README file for how to configure Postfix for hosted domains.
taken from postfix documentation..
answer is “mydestination”