mouss escribió:
kyoku cocinillas wrote:
Hi, i am also interested in this feature, with the aliases i can
figure out where to route all the incoming email without having to
use the recipient_bcc_maps, but i cant find a workaround for the
sender_bcc_maps, i can only configure one email account, and i would
like to forward email from some accounts to more than just one
mailbox, isnt it possible to acomplish?
as Viktor said, the result of bcc maps will pass through virtual alias
expansion. so bcc to an address, then add virtual aliases for this
address. if this is not clear:
sender_bcc_maps:
[EMAIL PROTECTED] [EMAIL PROTECTED]
virtual_alias_maps:
[EMAIL PROTECTED] [EMAIL PROTECTED], [EMAIL PROTECTED]
Actually i forgot to say that what i did to avoid this was to include
"[EMAIL PROTECTED]" to the virtual_alias_maps too. It might not be
very clear but works..