I've used the following matcher to provide n:n virtual user mapping for a long 
time.

         <mailet match="[EMAIL PROTECTED]
                                   ,[EMAIL PROTECTED]
                                   " class="Forward">
             <forwardto> [EMAIL PROTECTED] </forwardto>
             <forwardto> [EMAIL PROTECTED] </forwardto>
         </mailet>

I just downloaded 2.2.0RC2 and was looking at the XMLVirtualUserTable but it 
doesn't list n:1 or n:n functionality.  This case is fairly simple and 2 1:n 
relationships would work, but what is more common is using this as an alias 
system (n:1) to route aliases in my domain to an external mailing address.

Is there any new way to do what I've described above or will I have to stay 
with my current solution?

Thanks,

Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to