Wietse Venema:
> Noel Jones:
> > Don't bash OP too hard. He got bit by the interaction of the
> > default value of virtual_alias_domains = $virtual_alias_maps
> > and a static map in virtual_alias_maps. That made every
> > domain match the virtual_alias_domains lookup.
> >
> > Just a funny interaction with a seldom-used configuration.
>
> Indeed. With "virtual_alias_maps = static:[email protected]", and
> the default "virtual_alias_domains = $virtual_alias_maps", the
> virtual_alias_domains lookup will always succeed.
This probably needs to be documented under "basic configuration"
or "standard configuration". What appears to be an obvious
solutil (one-line alias) breaks in a way that is not obvious.
Wietse