<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Notes from the Field</title><subtitle type="html" /><id>http://www.mmmug.co.uk/blogs/notes_from_the_field/atom.aspx</id><link rel="alternate" type="text/html" href="http://www.mmmug.co.uk/blogs/notes_from_the_field/default.aspx" /><link rel="self" type="application/atom+xml" href="http://www.mmmug.co.uk/blogs/notes_from_the_field/atom.aspx" /><generator uri="http://communityserver.org" version="2.0.60217.2664">Community Server</generator><updated>2007-09-14T08:49:00Z</updated><entry><title>SMTP 5.1.1.  The e-mail account does not exist at the organization this message was sent to. </title><link rel="alternate" type="text/html" href="http://www.mmmug.co.uk/blogs/notes_from_the_field/archive/2008/01/18/1965.aspx" /><id>http://www.mmmug.co.uk/blogs/notes_from_the_field/archive/2008/01/18/1965.aspx</id><published>2008-01-18T15:53:00Z</published><updated>2008-01-18T15:53:00Z</updated><content type="html">&lt;P&gt;This was a nice little problem, and a neat fix, so I thought I'd share it.&lt;/P&gt;
&lt;P&gt;I got a call from a customer who was having a small problem with a senior manager, which always seems to be the way!&lt;/P&gt;
&lt;P&gt;The managers PA had left, and the user object and Mailbox had been deleted and purged. &lt;/P&gt;
&lt;P&gt;Now, everytime anybody booked a meeting/sent a meeting request to Mr Manager,&amp;nbsp;the sender&amp;nbsp;got an NDA from the missing PA!&lt;/P&gt;
&lt;P&gt;The error&amp;nbsp;was " The e-mail account does not exist at the organization this message was sent to. " which makes sense, with an SMTP status code 5.1.1&lt;/P&gt;
&lt;P&gt;5.1.1 is a fairly new code, I won't break them all out here, but 5.x.y is a fatal error, and the first 1 is an information report. 5.1.1 basically is informing you that the mail didn't get thru, because the user doesn't exist, which is no real surpirse.&lt;/P&gt;
&lt;P&gt;The reason this happens is pretty simple.&lt;/P&gt;
&lt;P&gt;When you set up delegate access to a calendar using the Delegate Access Wizard in Outlook, you have options (depending on which version of Outlook) to have meeting requests sent to your delegate.&lt;/P&gt;
&lt;P&gt;The wizard sets up a hidden rule within the mailbox.&lt;/P&gt;
&lt;P&gt;If the delegate is deleted before the delegate permissions are removed, then the rule is orphaned.&lt;/P&gt;
&lt;P&gt;There is a download detailed in PSS ID: 253557&amp;nbsp;&lt;A href="http://support.microsoft.com/kb/253557/en-us"&gt;http://support.microsoft.com/kb/253557/en-us&lt;/A&gt; that walks you thru the MDBView utility, which can be fun, but try this first.&lt;/P&gt;
&lt;P&gt;Log in via Outlook Web Acces. &lt;/P&gt;
&lt;P&gt;Click the Rules button.&lt;/P&gt;
&lt;P&gt;There is a rule listed with &amp;lt;no name&amp;gt;&lt;/P&gt;
&lt;P&gt;Delete it.&lt;/P&gt;
&lt;P&gt;Problem solved!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://www.mmmug.co.uk/aggbug.aspx?PostID=1965" width="1" height="1"&gt;</content><author><name>conroyd</name><uri>http://www.mmmug.co.uk/members/conroyd.aspx</uri></author></entry><entry><title>LDAP OR what?</title><link rel="alternate" type="text/html" href="http://www.mmmug.co.uk/blogs/notes_from_the_field/archive/2008/01/17/1960.aspx" /><id>http://www.mmmug.co.uk/blogs/notes_from_the_field/archive/2008/01/17/1960.aspx</id><published>2008-01-17T14:28:00Z</published><updated>2008-01-17T14:28:00Z</updated><content type="html">&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;Using LDAP OR in Address lists.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This has bugged me for a little while.&lt;/P&gt;
&lt;P&gt;Imagine the following scenario...&lt;/P&gt;
&lt;P&gt;You have several departments, or entities, or even companies hosted in a single Exchange 2003 organisation.&lt;/P&gt;
&lt;P&gt;You want to provide each with their own seperate address list. Out of the box you get four&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;All contacts 
&lt;LI&gt;All groups 
&lt;LI&gt;All users 
&lt;LI&gt;Public folders&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;By default, the LDAP Query options in ESM use a logical AND, and this can be restrictive.&lt;/P&gt;
&lt;P&gt;Let me give you my real world example.&lt;/P&gt;
&lt;P&gt;I have a seperate mailbox store database SG1DB2 just for the members of a specific department in a university, where the GAL contains over 60 thousand student mailboxes.&lt;/P&gt;
&lt;P&gt;This dept is happy with the GAL, we don't have to do anything clever with permissions or address list views, but they have requested that in addition to the four address lists displayed above, that I create a fifth departmental list.&lt;/P&gt;
&lt;P&gt;So I right click &lt;STRONG&gt;All Address&lt;/STRONG&gt; &lt;STRONG&gt;Lists&lt;/STRONG&gt; in ESM, and select &lt;STRONG&gt;&lt;U&gt;N&lt;/U&gt;ew&lt;/STRONG&gt;, &lt;STRONG&gt;&lt;U&gt;A&lt;/U&gt;ddress List... &lt;/STRONG&gt;and give it an &lt;STRONG&gt;&lt;U&gt;A&lt;/U&gt;ddress List name:&lt;/STRONG&gt; and select &lt;STRONG&gt;Filter &lt;U&gt;R&lt;/U&gt;ules...&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;On the &lt;STRONG&gt;General&lt;/STRONG&gt; tab I tick the box for &lt;STRONG&gt;Users with Exchange &lt;U&gt;m&lt;/U&gt;ailbox&lt;/STRONG&gt; and on the Storage tab, under &lt;STRONG&gt;Mailboxes in this &lt;U&gt;m&lt;/U&gt;ailbox store:&lt;/STRONG&gt; I select SG1DB2.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;OK&lt;/STRONG&gt;, &lt;STRONG&gt;Finish&lt;/STRONG&gt; and we're done, everybody is happy, especially me, 'cos it was easy.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Then, &lt;/EM&gt;the phone rings, and now this department thinks it would be kinda nice if the department address list also contains the department distribution groups.&lt;/P&gt;
&lt;P&gt;So I open ESM, right click my newly created address list and get &lt;STRONG&gt;P&lt;U&gt;r&lt;/U&gt;operties.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I select &lt;STRONG&gt;&lt;U&gt;M&lt;/U&gt;odify...&lt;/STRONG&gt; and go to the A&lt;STRONG&gt;dvanced&lt;/STRONG&gt; tab&lt;/P&gt;
&lt;P&gt;I drop down &lt;STRONG&gt;Fie&lt;U&gt;l&lt;/U&gt;d&lt;/STRONG&gt; to &lt;STRONG&gt;Group&lt;/STRONG&gt; and in my case select &lt;STRONG&gt;Name,&amp;nbsp;&lt;/STRONG&gt;under &lt;STRONG&gt;Condi&lt;U&gt;t&lt;/U&gt;ion:&amp;nbsp;&lt;/STRONG&gt;I select &lt;STRONG&gt;starts with, &lt;/STRONG&gt;and in &lt;STRONG&gt;Val&lt;U&gt;u&lt;/U&gt;e:&lt;/STRONG&gt; I type &lt;STRONG&gt;ABC&lt;/STRONG&gt;, because in my case all of the departmental groups in question start with &lt;STRONG&gt;ABC&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;I select &lt;STRONG&gt;&lt;U&gt;A&lt;/U&gt;dd&lt;/STRONG&gt; and &lt;STRONG&gt;OK&lt;/STRONG&gt;, and then to check my work I select &lt;STRONG&gt;&lt;U&gt;P&lt;/U&gt;review...&lt;/STRONG&gt; and guess what, empty address list. It's blank!&lt;/P&gt;
&lt;P&gt;What happens here is that I'm now looking for all of the users in SG1DB2 that are &lt;EM&gt;&lt;STRONG&gt;also&lt;/STRONG&gt;&lt;/EM&gt; a group starting with ABC! ESM has used a logical AND filter in the LDAP query, and of course the results are useless.&lt;/P&gt;
&lt;P&gt;So now I have to figure out the LDAP filter to give me all mailboxes in a particular mailbox store, OR any department starting with ABC.&lt;/P&gt;
&lt;P&gt;The LDAP for &lt;STRONG&gt;AND &lt;/STRONG&gt;is &lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt;. For &lt;STRONG&gt;OR &lt;/STRONG&gt;it's &lt;STRONG&gt;|&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The simplest way to do this, and&amp;nbsp;I appreciate it depends on the complexity of the LDAP query you are trying to perform, is to do the following.&lt;/P&gt;
&lt;P&gt;Do two seperate queries.&lt;/P&gt;
&lt;P&gt;The first one is for mailboxes in a particular mailbox store, which is where we started. On the &lt;STRONG&gt;P&lt;U&gt;r&lt;/U&gt;operties&lt;/STRONG&gt; for the address list, you can select the LDAP query and copy it to notepad.&lt;/P&gt;
&lt;P&gt;(&amp;amp;(&amp;amp;(&amp;amp; (mailnickname=*) (| (&amp;amp;(objectCategory=person)(objectClass=user)(homeMDB=CN=SG1DB2,CN=First Storage Group,CN=InformationStore,CN=EXCH01,CN=Servers,CN=First Administrative Group,CN=Administrative Groups,CN=University,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=UNI,DC=LOCAL)) ))))&lt;/P&gt;
&lt;P&gt;Next, I &lt;STRONG&gt;&lt;U&gt;R&lt;/U&gt;emove&lt;/STRONG&gt; the query, and click &lt;STRONG&gt;&lt;U&gt;M&lt;/U&gt;odify... &lt;/STRONG&gt;and from the &lt;STRONG&gt;Find: &lt;/STRONG&gt;drop-down list select &lt;STRONG&gt;Custom Search&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Now I re-enter my query for G&lt;STRONG&gt;roup&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;Name &lt;/STRONG&gt;&lt;STRONG&gt;starts with&lt;/STRONG&gt; &lt;STRONG&gt;ABC, &lt;/STRONG&gt;press &lt;STRONG&gt;&lt;U&gt;A&lt;/U&gt;dd&lt;/STRONG&gt;&amp;nbsp; and &lt;STRONG&gt;OK&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Now select this new LDAP query and copy it into the same notepad, on the next line down.&lt;/P&gt;
&lt;P&gt;(&amp;amp;(objectCategory=group)(cn=ABC*))&lt;/P&gt;
&lt;P&gt;Now, nearly there. We know that LDAP for &lt;STRONG&gt;OR&lt;/STRONG&gt; is &lt;STRONG&gt;|&lt;/STRONG&gt; so we need to stick these two conditions together.&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#ff0000&gt;(| &lt;/FONT&gt;(Condition one)(Condition two)&lt;FONT color=#ff0000&gt;)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#000000&gt;Open and close brackets with an OR statement, that's it, and it's far easier than trying to figure out how to do it from within the options available in ESM.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;One final step. Now that we have our LDAP query:&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#ff0000&gt;(| &lt;/FONT&gt;&lt;FONT color=#000000&gt;(&amp;amp;(&amp;amp;(&amp;amp; (mailnickname=*) (| (&amp;amp;(objectCategory=person)(objectClass=user)(homeMDB=CN=SG1DB2,CN=First Storage Group,CN=InformationStore,CN=EXCH01,CN=Servers,CN=First Administrative Group,CN=Administrative Groups,CN=University,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=UNI,DC=LOCAL)) ))))(&amp;amp;(objectCategory=group)(cn=ABC*))&lt;/FONT&gt;&lt;FONT color=#ff0000&gt;)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#000000&gt;we need to get ESM to use it, and that's not so simple.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;In theory it's a question of creating a &lt;STRONG&gt;Custom Search&lt;/STRONG&gt; and simply pasting the new query into the advanced tab, but I get some funnies when I try this, it either doesn't accept the paste, or it does but it modifies it to include an additional &lt;STRONG&gt;(&amp;amp;&lt;/STRONG&gt; at the start, neither of which work for me, the list always previews as empty!&lt;/P&gt;
&lt;P&gt;So, open ADSIEDIT, and browse the &lt;STRONG&gt;Configuration&lt;/STRONG&gt; container.&lt;/P&gt;
&lt;P&gt;CN=Services, CN=Microsoft Exchange, CN=Organisation Name, CN=Address Lists Container, CN=All Address Lists.&lt;/P&gt;
&lt;P&gt;Right click the address list in question and get &lt;STRONG&gt;P&lt;U&gt;r&lt;/U&gt;operties&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Find the &lt;STRONG&gt;purportedSearch&lt;/STRONG&gt; attribute, and &lt;STRONG&gt;&lt;U&gt;E&lt;/U&gt;dit&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Press &lt;STRONG&gt;&lt;U&gt;C&lt;/U&gt;lear&lt;/STRONG&gt; and paste the new LDAP in here. &lt;STRONG&gt;OK&lt;/STRONG&gt; twice, close ADSIEDIT and we're done.&lt;/P&gt;
&lt;P&gt;Now when you preview the Address List in ESM, it should contain mailboxes in a particular store, OR groups that start with ABC!&lt;/P&gt;
&lt;P&gt;Simple ;-)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://www.mmmug.co.uk/aggbug.aspx?PostID=1960" width="1" height="1"&gt;</content><author><name>conroyd</name><uri>http://www.mmmug.co.uk/members/conroyd.aspx</uri></author></entry><entry><title>Making sense of Mailbox Access in Exchange 2003</title><link rel="alternate" type="text/html" href="http://www.mmmug.co.uk/blogs/notes_from_the_field/archive/2007/10/10/1637.aspx" /><id>http://www.mmmug.co.uk/blogs/notes_from_the_field/archive/2007/10/10/1637.aspx</id><published>2007-10-10T09:50:00Z</published><updated>2007-10-10T09:50:00Z</updated><content type="html">&lt;H2&gt;&lt;FONT face="Trebuchet MS" color=#4f81bd size=3&gt;Delegates, shared folders, and sending mail as somebody else.&lt;/FONT&gt;&lt;/H2&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;I’m currently working on an Exchange 2003 deployment that has 1800 staff and 50,000 student mailboxes.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;SPAN&gt;
&lt;P class=MsoNormal&gt;&lt;/SPAN&gt;&lt;SPAN&gt;We have had so many generic requests for what has come to be known simply as “Delegate Access” that I’ve put a guide together for the project, and hopefully it will be of some use to other people so I thought I’d share it.&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Let me start by taking a step backwards.&amp;nbsp;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Outlook 2003 and Exchange 2003 are only 30% of the solution. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;B&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/B&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;B&gt;&lt;SPAN&gt;People, Process, Technology&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN&gt;. I know it’s a cliché, but it’s very true. Out of the box Outlook and Exchange can do some very clever things, but unless you put a bit of thought into what you are trying to achieve, then no amount of ticked boxes or level of granular permission is guaranteed to work for you.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;The Internet is full of custom guides on how to set up delegate access to mailboxes, and various ways to open other user’s folders, or open additional mailboxes. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;What we have struggled to find for this project is less technical and more business oriented guidance on when each of the various options is best used, and what the main differences between them are. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2&gt;&lt;FONT face="Trebuchet MS" color=#4f81bd size=3&gt;In the Beginning&lt;/FONT&gt;&lt;/H2&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Everything in a Microsoft world depends on principle based security. A security principle is an Active Directory object with a security identifier or SiD. Microsoft recognises three security principles, the user, the computer and the security enabled group. These are the only three Active Directory objects that have SiD’s, and these are the only objects that can be assigned security tokens. A security token is used to allow or restrict access to resources based on Access Control Entries (ACE’s) stored in Access Control Lists (ACL’s)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Way back in 1993 Microsoft decided that a username and password uniquely identified an individual, and today with Active Directory a mailbox is simply an extension of a user object. It’s owned by the uniquely identified individual.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;I digress a little bit here but it becomes relevant in the whole delegate access mailbox conversation because many requests for delegate access evolve from an attempt to implement role based security. For example, on Monday the helpdesk support function is performed by Joe, on Tuesday it’s performed by Fred, on Wednesdays it’s either Joe or Fred, and John actually does the role all week. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;So we have multiple people, multiple unique usernames, but with a desired public perception of a function, not an individual. There are countless examples, admissions, enquiries, complaints etc.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Now this can be achieved in some cases by creating a “Helpdesk” username and a “Helpdesk” mailbox and simply having the helpdesk staff log into this mailbox, but more often than not people turn to shared folder access or delegated permissions as a solution.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Anything we can do with Exchange and Outlook to solve this problem or address this need is a principle based security approach to a role based security requirement, and as such it usually requires a little thought from the user in question as to exactly what they are trying to achieve, and what the best way to do that would be.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;I haven’t mentioned resource mailboxes where the mailbox calendar is used to establish free/busy information for meeting rooms or equipment. These are a bit more mainstream once you get your head around the fact that you now need a user object called “Meeting Room 1” that never actually log’s in, but that does have a shared calendar.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;So, history lesson out of the way, what options do we have.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2&gt;&lt;FONT face="Trebuchet MS" color=#4f81bd size=3&gt;Granting Access to Shared Folders&lt;/FONT&gt;&lt;/H2&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Each mailbox contains a set of folders. Out of the box these include &lt;B&gt;Calendar&lt;/B&gt;, &lt;B&gt;Contacts&lt;/B&gt;, &lt;B&gt;Drafts&lt;/B&gt;, &lt;B&gt;Inbox&lt;/B&gt;, &lt;B&gt;Junk Mail&lt;/B&gt;, &lt;B&gt;Notes&lt;/B&gt;, &lt;B&gt;Sent Items&lt;/B&gt;, &lt;B&gt;Tasks&lt;/B&gt; and a few others, and obviously any folders that have been created by the mailbox owner or any plug-in or add-on components such as AV, Archive, or Anti-Spam software.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Each one of these folders is an object, owned by the mailbox owner. You can verify this by opening &lt;B&gt;DSA.MSC&lt;/B&gt;, and selecting a user object with a mailbox. Right click and select &lt;B&gt;P&lt;U&gt;r&lt;/U&gt;operties&lt;/B&gt;, go to the &lt;B&gt;Exchange Advanced&lt;/B&gt; tab and select &lt;B&gt;Mailbox Rights...&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;The mailbox rights include the &lt;B&gt;SELF&lt;/B&gt; object, which is allowed &lt;B&gt;full mailbox access&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;As the owner of the mailbox, you have the rights to share any of your folders, exactly the same way you would folders on your local hard disk. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;You simply right click, &lt;B&gt;Propert&lt;U&gt;i&lt;/U&gt;es&lt;/B&gt; and use the &lt;B&gt;Permissions&lt;/B&gt; tab to assign granular permissions to the folder.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;There are several levels of pre-defined permissions you can set most of which are pretty self explanatory, but just note for the minute the following, &lt;B&gt;Reviewer&lt;/B&gt;, &lt;B&gt;Author&lt;/B&gt;, &lt;B&gt;Editor&lt;/B&gt;. I’ll come back to these in a second. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;What you are doing here is modified the ACE’s on your folder ACL’s to grant or deny users granular access to your mailbox folders based on their Security Identifiers.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2&gt;&lt;FONT face="Trebuchet MS" color=#4f81bd size=3&gt;Gaining Access to Shared Folders&lt;/FONT&gt;&lt;/H2&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;There are two ways to gain access to folders once permissions have been granted to you. You either use &lt;B&gt;&lt;U&gt;F&lt;/U&gt;ile, &lt;U&gt;O&lt;/U&gt;pen, &lt;U&gt;O&lt;/U&gt;ther User’s Folder...&lt;/B&gt; if you want temporary access one of the six default folders which are &lt;B&gt;Calendar&lt;/B&gt;, &lt;B&gt;Contacts&lt;/B&gt;, &lt;B&gt;Inbox&lt;/B&gt;, &lt;B&gt;Journal&lt;/B&gt;, &lt;B&gt;Notes&lt;/B&gt;, or &lt;B&gt;Tasks&lt;/B&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Or you &lt;B&gt;Open these additional mailboxes:&lt;/B&gt; from the &lt;B&gt;Advanced&lt;/B&gt; tab, of the mailbox properties. You either get to this by right clicking on the mailbox root and selecting &lt;B&gt;Properties for “Mailbox – Declan Conroy“, &lt;/B&gt;or you go thru the more long winded &lt;B&gt;Tools, Account Settings..., Change..., More Settings..., Advanced&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;In order to be able to open an additional mailbox, you must have a minimum of reviewer access to the top level mailbox folder itself. This differs from &lt;B&gt;&lt;U&gt;F&lt;/U&gt;ile, &lt;U&gt;O&lt;/U&gt;pen, &lt;U&gt;O&lt;/U&gt;ther User’s Folder... &lt;/B&gt;where you are opening a folder within the mailbox to which you have been granted specific access. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;What have we got so far.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;For varying levels of granular permission, ranging from &lt;B&gt;Reviewer&lt;/B&gt; thru to &lt;B&gt;Owner&lt;/B&gt;, we can grant access to any folder within any mailbox, and have other users either temporarily open these individual folders (&lt;B&gt;&lt;U&gt;F&lt;/U&gt;ile, &lt;U&gt;O&lt;/U&gt;pen, &lt;U&gt;O&lt;/U&gt;ther User’s Folder...) &lt;/B&gt;or automatically&lt;B&gt; &lt;/B&gt;open all of the&lt;B&gt; &lt;/B&gt;shared folders to which they have permissions each time they open outlook using &lt;B&gt;Open these additional mailboxes:&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2&gt;&lt;FONT face="Trebuchet MS" color=#4f81bd size=3&gt;Delegate Access, Send-on-Behalf-of&lt;/FONT&gt;&lt;/H2&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;So what is delegate access all about then?&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Well, like it says on the Delegate Access tab from the &lt;B&gt;Tools&lt;/B&gt;, &lt;B&gt;Options...&lt;/B&gt; menu delegate access goes a step further than shared access, in that it grants &lt;B&gt;send on behalf&lt;/B&gt; rights to the mailbox delegate. To be more accurate, it populates the &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN&gt;publicDelegates&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN&gt; attribute of the AD user object for the user who is delegating access to his/her mailbox.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;You can verify this by looking up your user object in &lt;STRONG&gt;ADSIEDIT.MSC &lt;/STRONG&gt;under the domain partition and right clicking it to get &lt;B&gt;P&lt;U&gt;r&lt;/U&gt;operties&lt;/B&gt;. Tick the box to &lt;B&gt;Show only attributes that have &lt;U&gt;v&lt;/U&gt;alues&lt;/B&gt; and scroll down till you see &lt;STRONG&gt;publicDelegates&lt;/STRONG&gt;. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;This attribute is a multi-valued attribute that will contain the DN of every object you have assigned delegate access to.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Interesting point to note, the following attribute called &lt;B&gt;publicDelegatesBL &lt;/B&gt;is a list of the DN’s of all the user objects who have delegated access to you.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;You can use the following AD search to list all of the users&amp;nbsp;in a domain who have delegated mailbox access and the mailboxes they have delegated access to: (The line has been word wrapped for readability)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=list4&gt;&lt;B&gt;&lt;SPAN&gt;LDIFDE.EXE -F DELEGATES.TXT -D "DC=DOMAIN,DC=COM"&lt;BR&gt;-L NAME,PUBLICDELEGATES,PUBLICDELEGATESBL&lt;BR&gt;-R "(|(PUBLICDELEGATES=*)(PUBLICDELEGATESBL))"&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=list4&gt;&lt;SPAN&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;The &lt;B&gt;publicDeleagetes&lt;/B&gt; attribute values can been seen in AD users and computers. Open &lt;STRONG&gt;DSA.MSC &lt;/STRONG&gt;and find your user object. Right click and select &lt;B&gt;P&lt;U&gt;r&lt;/U&gt;operties.&lt;/B&gt; Clicking on the &lt;B&gt;Exchange General&lt;/B&gt; tab and open &lt;B&gt;Delivery Option&lt;/B&gt;s... Your delegates are listed under &lt;B&gt;Grant this permission to:&lt;/B&gt; in the &lt;B&gt;send of behalf&lt;/B&gt; box&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;A blog for another day, but don’t modify the user attribute properties using &lt;STRONG&gt;ADSIEDIT.MSC&lt;/STRONG&gt;, bad things will happen....&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;OK, so back to Outlook. There are a couple of things here. There are only six folders listed by the delegate access wizard when you click &lt;B&gt;Tools&lt;/B&gt;, &lt;B&gt;Options&lt;/B&gt; ..., &lt;B&gt;Delegates&lt;/B&gt;, &lt;B&gt;A&lt;U&gt;d&lt;/U&gt;d. &lt;/B&gt;These are the same six folders you can gain access to using &lt;B&gt;&lt;U&gt;F&lt;/U&gt;ile, &lt;U&gt;O&lt;/U&gt;pen, &lt;U&gt;O&lt;/U&gt;ther User’s Folder...&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;There are only three levels of permissions you can grant directly via the delegate access wizard, &lt;B&gt;Reviewer&lt;/B&gt;, &lt;B&gt;Author &lt;/B&gt;and &lt;B&gt;Editor&lt;/B&gt;. You will find many references to shared folder permissions on the Internet and Microsoft documentation that list and describe the various granular permissions that can be assigned, and most of these descriptions are accompanied by the rather vague references that this permission&lt;B&gt; (Does not apply to delegates.)&lt;/B&gt; All this simply means is that you can only assign one of the three levels of permissions above via the delegate access wizard.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2&gt;&lt;FONT size=3&gt;&lt;FONT color=#4f81bd&gt;&lt;FONT face="Trebuchet MS"&gt;It doesn’t quite hang together&lt;SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/H2&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;I have to be honest I don’t think the various options hang together well. Here’s why.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;When you use the delegate access wizard, you are limited to six folders, and three &lt;/SPAN&gt;&lt;SPAN&gt;permissions. These folders don’t include the top level mailbox, and the permissions don’t include &lt;B&gt;Owner&lt;/B&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;So your mailbox delegate can gain temporary access to your inbox, and can send mail on your behalf. (Interesting point to note here, if you&amp;nbsp;grant no access to any of the folders via the delegate access wizard (set them all to &lt;B&gt;None&lt;/B&gt;) the &lt;B&gt;publicDelegates&lt;/B&gt; attribute is still populated, but the user you have delegated to has no access to your inbox, so even though they are authorised to send mail on your behalf they have no access to your inbox to actually do it. That’s just odd.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;The answer really is on the tab, if you use the delegate access wizard, you are granting people the authority to send on your behalf!&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;What delegate access doesn’t do is allow your delegates to &lt;B&gt;Open these additional mailboxes:&lt;/B&gt;&lt;/SPAN&gt;&lt;FONT face=Calibri&gt; &lt;/FONT&gt;&lt;SPAN&gt;as the top level mailbox folder permissions aren’t modified by the wizard.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Now in most cases I’ve come across, if you are granting &lt;B&gt;send on behalf&lt;/B&gt; rights to somebody they will usually want to spend a lot of time in your &lt;B&gt;Inbox&lt;/B&gt;, and as such temporary access using &lt;B&gt;&lt;U&gt;F&lt;/U&gt;ile, &lt;U&gt;O&lt;/U&gt;pen, &lt;U&gt;O&lt;/U&gt;ther User’s Folder... &lt;/B&gt;just isn’t the best way to work.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;So to craft a working solution you have to assign delegate access for everybody that you may want to send mail on your behalf in order to populate the &lt;B&gt;publicDelegates&lt;/B&gt; attribute, and then manually, granularly set folder permissions at the top level mailbox folder, and also &lt;B&gt;Sent Items&lt;/B&gt; and any other folder that is not one of the default six, so that they can automatically and permanently access your mailbox thru &lt;B&gt;Open these additional mailboxes:&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Worth pointing out, if you set the top level mailbox folder permissions to &lt;B&gt;Owner&lt;/B&gt; for one of your delegates he or she can then &lt;B&gt;Open these additional mailboxes: &lt;/B&gt;and once logged in to his/her own mailbox have the option to right click on your mailbox in his/her profile folder list, access the permissions tab and modify folder permissions for other people.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Finally, unless you grant a minimum of &lt;B&gt;Reviewer&lt;/B&gt; access at the top level “&lt;B&gt;Mailbox -”&lt;/B&gt; to your delegates there is no point in granting any shared access permissions to any mailbox folder other than the default six. Without top level &lt;B&gt;Reviewer&lt;/B&gt; permissions the only access to the shared or delegated folders is via &lt;B&gt;&lt;U&gt;F&lt;/U&gt;ile, &lt;U&gt;O&lt;/U&gt;pen, &lt;U&gt;O&lt;/U&gt;ther User’s Folder... &lt;/B&gt;and &lt;B&gt;&lt;U&gt;F&lt;/U&gt;ile, &lt;U&gt;O&lt;/U&gt;pen, &lt;U&gt;O&lt;/U&gt;ther User’s Folder... &lt;/B&gt;is hardcoded to only list these six folders.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2&gt;&lt;FONT face="Trebuchet MS" color=#4f81bd size=3&gt;Making some kind of sense of the options&lt;/FONT&gt;&lt;/H2&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;To make some sense of the various options available in shared folder access, delegate mailbox access, open other user’s folder, open additional mailboxes, and send-on-behalf-of, here’s what we came up with.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpFirst&gt;&lt;SPAN&gt;&lt;SPAN&gt;·&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN&gt;Resource mailboxes.&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN&gt; If you want to use a resource mailbox, either for a meeting room, or a piece of equipment you simply need to create the resource mailbox and change the default permissions on the &lt;STRONG&gt;Calendar &lt;/STRONG&gt;to something like &lt;STRONG&gt;Author&lt;/STRONG&gt;, which allows people to create and read appointments, and delete their own appointments.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpFirst&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Anybody can now use &lt;B&gt;&lt;U&gt;F&lt;/U&gt;ile, &lt;U&gt;O&lt;/U&gt;pen, &lt;U&gt;O&lt;/U&gt;ther User’s Folder... &lt;/B&gt;or use a Free/Busy search to book an appointment in the diary for the resource mailbox. (There are two other options for shared calendars in Exchange 2003, which are Public Folders and Moderated Public Folders, but if you want to use automatic free/busy searches you need to use the resource mailbox)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;You may want to restrict the &lt;B&gt;Author&lt;/B&gt; permissions based on security group membership, and the options here are limitless, in terms of granting certain groups &lt;B&gt;Author&lt;/B&gt; and other groups &lt;B&gt;Reviewer&lt;/B&gt; etc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpMiddle&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN&gt;&lt;SPAN&gt;·&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN&gt;Shared or departmental calendars.&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN&gt; If you want to more easily use a resource mailbox as a departmental or shared calendar you then need to add &lt;B&gt;Reviewer&lt;/B&gt; permission for the department security group to the top level “&lt;B&gt;Mailbox -&lt;/B&gt;” folder so that department staff can &lt;B&gt;Open these additional mailboxes:&lt;/B&gt; and have more permanent access to the calendar. This also applies to any other folder, but I can’t think of any folder apart from &lt;B&gt;Calendar&lt;/B&gt; that really requires a mailbox of its own.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN&gt;&lt;SPAN&gt;·&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN&gt;Delegated mailboxes. &lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN&gt;There isn’t really any call for shared access to a mailbox unless you need to send mail on behalf of somebody. I’m sure there are situations out there where this is being done, but from a business logic or work flow perspective if you can’t respond to the mail that’s arriving what use is reading it?&lt;B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN&gt;In this situation you have to jump thru all the hoops. Delegate the access to the default six, then manually modify the permissions on any remaining folders including the top level “&lt;B&gt;Mailbox -&lt;/B&gt;” so that your delegates can use the &lt;B&gt;Open these additional mailboxes:&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2&gt;&lt;FONT face="Trebuchet MS" color=#4f81bd size=3&gt;Finally&lt;/FONT&gt;&lt;/H2&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;It’s worth pointing out that the delegate access wizard doesn’t do any kind of enumeration or checking of permissions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;You can get into trouble very fast. In a situation where you remove delegate access using the wizard, users can still &lt;STRONG&gt;&lt;U&gt;F&lt;/U&gt;ile, &lt;U&gt;O&lt;/U&gt;pen, &lt;U&gt;O&lt;/U&gt;ther User’s Folder... &lt;/STRONG&gt;or even&lt;STRONG&gt; Open these additional mailboxes: &lt;/STRONG&gt;because the wizard does not undo any granular permissions that you have set manually on other folders.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;You also will come across a situation where you reapply permissions via the wizard and they will overwrite any you had manually specified at the folder level.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;There is a lot you can do, but most of the complexity is in deciding what solution fits what purpose and then maintaining some control over it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;I haven’t touched on &lt;B&gt;Send-as&lt;/B&gt;, I’ve restricted the options to those at the users fingertips and in my case &lt;B&gt;Send-as&lt;/B&gt; violates an e-mail policy that mandates all outbound e-mail must be attributable to the sender, and I’m sure there are dozens of questions about specifics that I haven’t covered but hopefully my many hours of experimentation and Googling will save somebody else some time.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpLast&gt;&lt;SPAN&gt;&lt;o:p&gt;&amp;nbsp;Declan&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://www.mmmug.co.uk/aggbug.aspx?PostID=1637" width="1" height="1"&gt;</content><author><name>conroyd</name><uri>http://www.mmmug.co.uk/members/conroyd.aspx</uri></author></entry><entry><title>Dedicating an SMTP bridgehead server</title><link rel="alternate" type="text/html" href="http://www.mmmug.co.uk/blogs/notes_from_the_field/archive/2007/09/14/1554.aspx" /><id>http://www.mmmug.co.uk/blogs/notes_from_the_field/archive/2007/09/14/1554.aspx</id><published>2007-09-14T07:49:00Z</published><updated>2007-09-14T07:49:00Z</updated><content type="html">&lt;P&gt;I got a panic stricken phone call from a customer at 18:00 on Wednesday evening.&lt;/P&gt;
&lt;P&gt;They had over 10,000 inbound messages stuck on the SMTP bridgehead server that were not being delivered to mailboxes. Outbound SMTP was working fine. Inbound wasn't.&lt;/P&gt;
&lt;P&gt;We worked out that the last inbound message has been delivered at about 11:00 on Wednesday, so assuming the default, by 11:00 on Friday these messages would start to be NDR'd.&lt;/P&gt;
&lt;P&gt;We had a bit of time, bit not a lot.&lt;/P&gt;
&lt;P&gt;Oh, and I was 200 miles away, on another site. It was going to be one of those nights.&lt;/P&gt;
&lt;P&gt;So, first, what's changed. Well nothing, apparently. I don't believe that things ever just stop working, but trying to find anything that has changed is a fruitless excercise sometimes.&lt;/P&gt;
&lt;P&gt;The SMTP bridgehead is in a DMZ, so we open up the firewall, and permit any any, but no luck.&lt;/P&gt;
&lt;P&gt;We telnet to port 25 on the internal mailbox server, and sure enough we get a 220 ready.&lt;/P&gt;
&lt;P&gt;We stop and restart the Default SMTP virtual server, and it takes a while, but it starts with absolutely no problem. &lt;/P&gt;
&lt;P&gt;We increase diagnostic logging, and try again, and sure enough, no problem, no errors.&lt;/P&gt;
&lt;P&gt;Time to get a little curious. SMTP seems perfectly happy. &lt;/P&gt;
&lt;P&gt;We check the c:\program files\exchsrvr\mailroot\vsi 1\ directory structure. Badmail is empty, Queue is full.&lt;/P&gt;
&lt;P&gt;This is good, it means if we can kick start SMTP the mail is not yet lost.&lt;/P&gt;
&lt;P&gt;I ask them to check which Queue the message are stuck in. Its messages awaiting directory lookup....&lt;/P&gt;
&lt;P&gt;This is the Active Directory, not DNS, but just to be safe we ping the internal server using it's IP, and name, and FQDN, and yep no problem.&lt;/P&gt;
&lt;P&gt;This is one of the servers I built years ago, so I know the Support Tools are installed.&lt;/P&gt;
&lt;P&gt;We run LDP, and we connect and bind to AD. I can even run eventvwr and open the event logs on the internal server, so we know RPC is working fine.&lt;/P&gt;
&lt;P&gt;In a fit of hunger fueled desperation, I suggested we cross a bridge we would have to cross at some point anyway, and reapply SP2.&lt;/P&gt;
&lt;P&gt;This gives me time to eat :-) I ordered&amp;nbsp; a pint of Stella, and a chicken, bacon, brie and cranberry burger.&lt;/P&gt;
&lt;P&gt;I consulted the oracle. I googled for messages awaiting directory lookup.&lt;/P&gt;
&lt;P&gt;I came up with these very usefull links...&lt;/P&gt;
&lt;P&gt;Messages awaiting directory lookup. This queue contains messages with recipient addresses that have not been resolved against the Active Directory. Messages are also held in this queue while distribution lists are expanded&lt;/P&gt;
&lt;DIV class=Section1&gt;
&lt;P class=MsoNormal&gt;Article ID: 251746 How to troubleshoot messages that remain in the "Messages awaiting directory lookup" queue in Exchange Server 2003 and in Exchange 2000 Server&lt;/P&gt;
&lt;P class=MsoNormal&gt;Article ID: 884996 Messages remain in the "Messages awaiting directory lookup" SMTP queue in Exchange Server 2003 or in Exchange 2000 &lt;/P&gt;
&lt;P class=MsoNormal&gt;Article ID: 308350 Problematic message may be continually retried and may hold up other messages in connection queue&lt;/P&gt;&lt;/DIV&gt;
&lt;P&gt;I also found this extremely detailed blog entry&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://msexchangeteam.com/archive/2006/06/23/428114.aspx" target=_blank&gt;&lt;FONT color=#0000ff&gt;http://msexchangeteam.com/archive/2006/06/23/428114.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;I sent all of this to my customer. When I rang them back, after going thru all of the troubleshooting steps, we were still no closer. As seems always to be the way, we had found&amp;nbsp;twenty references to a cause for this problem, but we had the twenty first!&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;In the mean time my customer had run the ExTRA against the server. This had told him that there was a corrupt log file, and he was trying to recover the IS off tape.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;Now this was brilliant news.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;I asked him to open AD users and computers, DSA.MSC&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;Right click the domain object, and choose &lt;STRONG&gt;Find...&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;With the default of &lt;STRONG&gt;Users, Contacts, and Groups&lt;/STRONG&gt; switch to the &lt;STRONG&gt;Advanced&lt;/STRONG&gt; tab&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;Drop down &lt;STRONG&gt;Fie&lt;U&gt;l&lt;/U&gt;d&lt;/STRONG&gt; to &lt;STRONG&gt;User&lt;/STRONG&gt; and select &lt;STRONG&gt;Exchange Home Server&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;Change the &lt;STRONG&gt;Condi&lt;U&gt;t&lt;/U&gt;ion:&lt;/STRONG&gt; filter to &lt;STRONG&gt;Ends with&lt;/STRONG&gt; and in the &lt;STRONG&gt;Val&lt;U&gt;u&lt;/U&gt;e:&lt;/STRONG&gt; enter the name of the SMTP bridgehead.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;In a situation where the IS isn't up, and you can't simply expand the Mailbox database, and check the Mailboxes container, this is the only way to determine how many mailboxes are actually on the server.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;There were none listed.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;There are actually three mailboxes, SystemMailbox, System Attendant and SMTP, but these are all system mailboxes, they don't show up in the AD LDAP search above, because the mailboxes don't belong to AD users.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;Now, the SMTP mailbox is used for generating NDRs. &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;If you run SMTP, and you want to generate NDR's you need a mailbox database to be mounted, which is one of the reasons I don't like to run SMTP on an FE server. I like to keep the FE server purely for HTTP/S traffic, but I digress...&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;This was brilliant news.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;I explained about message dial tone recovery. &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;&lt;STRONG&gt;Net Stop MSExchangeIS&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;Rename all of the &lt;STRONG&gt;MDBDATA&lt;/STRONG&gt; directories to &lt;STRONG&gt;MDBOLD&lt;/STRONG&gt;, this way we still have the original database and logs if we need them.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;Create a new &lt;STRONG&gt;MDBDATA&lt;/STRONG&gt; directory anywhere we have renamed the old one.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;&lt;STRONG&gt;Net Start MSExchangeIS&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;Right click Mailbox store, and &lt;STRONG&gt;Mou&lt;U&gt;n&lt;/U&gt;t Store&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;Ignore the error and press &lt;STRONG&gt;OK.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;Presto, 10,000 messages started to clear instantly.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;Now what's the lesson we learn here.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;We would not have had this dial tone option, if the SMTP mailbox was on a mailbox store database with live users...&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;The quick win option was only available here, because the SMTP mailbox&amp;nbsp;was in it's own storage group, there was nothing else that shared the transaction logs, so we had the option to sacrafice them and any content in the database.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;How much does a dedicated SMTP bridgehead server cost.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;How much even would a storage group dedicated to SMTP costs.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;Compare that to the price of 10,000 lost e-mail...&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;My burger was cold...&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;How much did that cost me, £8.75...&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://www.mmmug.co.uk/aggbug.aspx?PostID=1554" width="1" height="1"&gt;</content><author><name>conroyd</name><uri>http://www.mmmug.co.uk/members/conroyd.aspx</uri></author></entry></feed>