On 02/20/2011 11:03 AM, C. Comren wrote:
Hi,
I unsuccessfully tried to install Postfix with Dovecot as follows:
1. I have three domains with different users, e.g.,
al...@alice.com,
al...@bob.com,
b...@alice.com,
b...@bob.com
2. I have Unix users and corresponding email addresses, e.g.,
user equal for al...@alice.com and b...@bob.com
user cross for al...@bob.com and b...@alice.com
3. I'd like to have the header to not contain something like
equal@localhost, but just "Delivered-To: al...@alice.com", etc.
Without restriction (3), I could use virtual_alias_maps, which I got
working. When I use virtual_mailbox_maps, I don't see how I can tell
dovecot which user the email address corresponds to.
What am I missing?
Thanks,
CC
If al...@alice.com == al...@bob.com, just add both domains to mydestination.
You can then alias each non-native address (al...@bob.com,
b...@alice.com) with virtual_alias_maps.
The native address can be left as-is.
--
J.