which Postfix will deliver mail locally?

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



Leave a Reply 4

Your email address will not be published. Required fields are marked *


iori

iori

Should be mydestination.

Fernando

Fernando

iori is correct:

example:
mydestination = localhost , some_local_domain.xxx

marcus

marcus

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?”

sergiu

sergiu

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”