Hi Ken & all, This is an extension off my previous question last week, about replacing deliver with straight LMTP. All of my shared folder posts come into addresses of a separate subdomain from my regular user email (e.g. @members.simunex.com -> user email, boards.simunex.com -> shared folders). This worked fine when using deliver, since I would have a Postfix transport map entry that routed the mail to two different definitions of the deliver command - one each for user folders and one for shared folders.
Now, since I'm converting to LMTP, I need the ability to tell Cyrus that all mail for a subdomain goes to shared folders, regardless of the username. This is because I'm using the username part of the address for access-control authorization. So I can't specify a normal postuser: option in imapd.conf, since the username is always changing, depending on who's doing the posting. How hard is it, and whereabouts in the code would I look, to implement the equivalent of postuser:, but for a subdomain? Or maybe just extend postuser:'s processing (e.g. a postuser entry of @boards.blah.com means all email of form [EMAIL PROTECTED] goes to shared.folder)? Thanks! --Scott Balmos --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html