On Sun, Jun 28, 2015 at 10:20:05PM -0500, John Gateley wrote:

> My question: what do I set mydomain to?
> 
> I have myhostname set to mx[12].example.com,
> myorigin to myhostname, and mydestination to myhostname, localhost.
> 
> The docs for mydomain say it is used " $mydomain
> <http://www.postfix.org/postconf.5.html#mydomain>is used as a default value
> for many other configuration parameters."

"postconf -d | grep mydomain" shows that the only such parameter
is mydestination:

    mydestination = $myhostname, localhost.$mydomain, localhost

In any case, that's not really the right question, since mydomain
is used to fully qualify hostnames that have no dots (as with
localhost above), choose the right domain to append to hosts you
control should any of their names appear in mail headers or
envelopes in an unqualified short form.

-- 
        Viktor.

Reply via email to