Self serve Distribution List management for exchange 2003/2008

active-directoryexchangeexchange-2007exchange-2010

I'm about to embark on a writing a project to allow my users to subscribe and unsubscribe from a subset of distribution lists. Before I start I did a little research and found an old Microsoft product for exchange 2000 called AutoDL (More).

It allowed people to join and leave groups based upon permissions and it let group administrators add and remove people from their group as well. All from a little web app.

Before I reinvent the wheel, does something like this exist for exchange 2007-2010?

Thanks

Best Answer

Exchange 2010 has this functionality already baked in. It's not entirely based on permissions like AutoDL sounds like it was, but I would argue it's comparable.

For each distribution list you can set group owners and set the membership type of the group to any one of the following.

  • Open. Anyone can join the group without being approved by the group owners.
  • Closed. Members can only be added by group owners. All requests to join will be automatically rejected.
  • Owner approved. Group owners must approve or reject requests to join the group.

Similarly, leaving the group is either "anybody can leave at will" or "group owners must remove users".