On Mon, Dec 27, 2010 at 06:23:43PM -0800, Steve Jenkins wrote:
> Dec 27 18:13:43 foo postfix/trivial-rewrite[25643]: warning: do not
> list domain bounce.foobar.com in BOTH virtual_mailbox_domains and
> relay_domains
>
> My guess is that since I don't have a relay_domains explicitly set,
> the default setting is somehow including bounce.foobar.com and
> generating the warning. Do I need to explicitly set relay_domains
> to something other than $mydestination to make this warning go
> away?
If you don't plan to use relay_domains, indeed, unset it:
relay_domains =
The $mydestination default setting was for backward compatibility.
Combined with the default of parent_domain_matches_subdomains, this
can cause problems, because all subdomains of mydestination domains
are now relay_domains.
--
Offlist mail to this address is discarded unless
"/dev/rob0" or "not-spam" is in Subject: header