From: (no name) (no email)
Date: Mon Feb 23 2004 - 17:02:21 EST
On Mon, 23 Feb 2004, David Hill wrote:
> Hello -
> I have a postfix server hosting email for several virtual domains.
>
> virtual_mailbox_domains = domain.com, site.net, another.com.
>
> I need to add another domain, domain.net, which is really domain.com users.
>
> How do i configure postfix to make all domain.net match the users for the domain.com domain?
>
virtual_alias_domains = domain.net
virtual_alias_maps = hash:/etc/postfix/virtual
virtual:
...
If using a database that supports multiple keys for the same record
(e.g. LDAP) just list multiple addresses with each mailbox. Do not to
wildcard rewrites (@domanA @domainB), these defeat recipient validation.
-- Viktor.
|
|
|