Ville Walveranta wrote:

> To continue on this issue... I was able to get the functionality I was
> looking for by first creating an alias with multiple recipients on the local
> domain, then using that alias in recipient_bcc_maps to send a copy of a
> message delivered to a local mailbox to multiple external recipients (as
> recipient_bcc_maps doesn't directly accept multiple recipients).
> 
> Is this the easiest way to send a copy of a message delivered to a local
> mailbox to multiple recipients (local or remote)?

Why use recipient_bcc_maps?

/etc/postfix/main.cf:
    virtual_alias_maps = hash:/etc/postfix/virtual

/etc/postfix/virtual:
    u...@domain.tld u...@domain.tld, u...@domain2.tld

In the example above, domain.tld can be a virtual_mailbox_domain while
domain2.tld is an external domain.  You can modify the virtual file as
necessary for delivery to local users, additional virtual users or
external destinations.

-- 
Sahil Tandon <sa...@tandon.net>

Reply via email to