Page 1 of 1

Proxy Addresses and Shared Mailboxes

Posted: 10 Nov 2014 17:10
by kingramon0
I'm looking for a way for users to see recent messages and quarantine lists for all emails they have access to. Specifically, all their proxyaddresses (which may already by the case, but I haven't tested it) and all shared mailboxes they have permissions to. The shared mailboxes for a user can be found by querying ldap for (MSExchDelegateListLink=$userDN) where $userDN is the full distinguished name of the user account, and then also getting the proxyaddresses of those accounts.

I could try to hack this myself, but I'm not really sure what function to modify. If someone could point me at a good starting point, I would appreciate it.

Thanks.

Re: Proxy Addresses and Shared Mailboxes

Posted: 11 Nov 2014 02:18
by shawniverson
In MailWatch, next to each user, is a User Filters option. You can add proxyaddresses and shared addresses to each user here.

Re: Proxy Addresses and Shared Mailboxes

Posted: 11 Nov 2014 02:23
by kingramon0
Well, I have no desire to manually type in filters for 150 users, but knowing that field exists might help me find a place in the code I can modify.

Thanks.