@lbutlr:
> On Feb 6, 2016, at 5:33 PM, Wietse Venema <[email protected]> wrote:
> > @lbutlr:
> >> # postmap -q [email protected] hash:/etc/postfix/virtual
> >> [email protected],[email protected],[email protected]
> >>
> >> The address I am redirecting to is getting sent to dovecot without
> >> hitting virtual.
> >
> > You haven't shown that Postfix is configured to use that table.
>
> To use virtual?
>
> Yeah, I have dozens of things in virtual. If that failed things
> would go pear-shaped very quickly.
>
> # postconf virtual_alias_maps
> virtual_alias_maps = hash:$config_directory/virtual
> proxy:mysql:$config_directory/mysql_virtual_alias_maps.cf
What is config_directory?
The same program that does the sender_bcc_maps lookups also does
the virtual_alias_maps expansions. You can't have one without the
other unless you have "-o name=value" settings in master.cf.
Wietse