Wietse Venema:
> There is NO DEPENDENCY between Postfix virtual alias expansion and
> sender/recipient_bcc_maps. The result from vitual alias expansion
> is NOT used by sender/recipient_bcc_maps, and the result from
> sender/recipient_bcc_maps is NOT used by virtual alias expansion.
Correction: the flow is
recipient -> virtual_alias_maps
recipient -> recipient_bcc_maps -> virtual_alias_maps
That is, virtual alias processing happens after recipient_bcc_maps
processing. There can be no recipient_bcc_maps processing before
AND after virtual_alias_maps, because that could result in a loop.
Wioetse