> Some of my users and have hundreds or thousands of email > addresses in their > lists. We are currently using the :include:/path/to/file functionality of > sendmail. I'd love to create another table that has a one-to-many > relationship with with virt user table, so we can associate an arbitrary > number of emails with a list.
I'm currently running a mailet which does this, IMO its a nice way to do this, aliases, mailing lists, forwarding are all controlled from a single web interface maintaining three tables, people, lists and list-people. Its a pretty ropey hack, so don't expect to see it in James, but do try to roll your own, its worth it. (and if its nice, submit it to James or www.mailet.org) d. -- To unsubscribe, e-mail: <mailto:james-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:james-user-help@;jakarta.apache.org>
