Scenario:  I would like to deliver all mail for the @example.com domain to a
single mailbox as a single delivery (to preserve header information).  I
have set up:

-- main.cf
virtual_alias_domains = example.com
virtual_alias_maps = hash:/etc/postfix/virtual

-- virtual
@example.com  mail...@mydomain.com

This works fine, and all @example.com mail goes to mail...@mydomain.com.
(The mailbox is a Dovecot mailbox, if that matters.)

The problem is that I get a separate copy for every user under @example.com
to the other mailbox.  For example, if the original mail is addressed to
us...@example.com and us...@example.com, I will receive two copies in
mail...@mydomain.com.  

Is it possible to consolidate into a single delivery using this method?
I've looked at address rewrite, but I would like to keep the original header
intact showing the intended recipients, if that's possible.



Reply via email to