On 10/23/2011 10:06 PM, Chris Richards wrote:
> My question is this: how do I setup to alias all of my users in domain A
> so that they also appear in domain B, and do so WITHOUT turning my server
> into a backscatter source?

virtual_alias_maps is the feature you need.  But *don't* use @domain
wildcards, rather use 1-1 mapping for each user.

us...@example.com us...@example.org
us...@example.com us...@example.org
userN...

Use a script to generate the file.

If you're using SQL maps, you can query for a user in one domain and
return a result in another domain.  Examples have been posted here
in the past.


  -- Noel Jones

Reply via email to