Proxy Addresses and Shared Mailboxes

General eFa discussion
Post Reply
kingramon0
Posts: 27
Joined: 28 Jun 2014 19:17

Proxy Addresses and Shared Mailboxes

Post 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.
User avatar
shawniverson
Posts: 3650
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Proxy Addresses and Shared Mailboxes

Post by shawniverson »

In MailWatch, next to each user, is a User Filters option. You can add proxyaddresses and shared addresses to each user here.
kingramon0
Posts: 27
Joined: 28 Jun 2014 19:17

Re: Proxy Addresses and Shared Mailboxes

Post 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.
Post Reply