I have been using sendmail's 'virtualusertable' to map domains, so my setup looks like
-- internet --> ASSP --> Sendmail --> Exchange. Having the ability to map domains AND users would allow be to drop that step entirely. eg.. mail for '[EMAIL PROTECTED]' delivered as '[EMAIL PROTECTED]' and mail for '[EMAIL PROTECTED]' and '[EMAIL PROTECTED]' delivered as '[EMAIL PROTECTED]'.. (The first merely translates the domain part, the second directs an entire domain and subdomains worth of email to a single user. more specific cases would be an advantage for many.) This would come under 'recipient rewriting', and could accept a file with two columns left would be a pattern, and right would be a 'replacement' either using $1.$2 style syntax for substituting groups from the pattern, or '[EMAIL PROTECTED]' '[EMAIL PROTECTED]' or even '[EMAIL PROTECTED]'. Mind you, creating this as a database table in 2.0.0 would be the way to go. Cheers. Dave > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:assp-test- > [EMAIL PROTECTED] On Behalf Of JP van Melis > Sent: Monday, 5 May 2008 9:00 PM > To: 'Matti Haack'; 'ASSP development mailing list' > Subject: [Assp-test] Domainname translation > > > Is there a way to let ASSP do some domainname translations on incoming > mail? > If not, this could be a valuable enhancement for Exchange-servers which > can't do that natively. > > JP > > > ----------------------------------------------------------------------- > -- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/ > javaone > _______________________________________________ > Assp-test mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/assp-test ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
