Question : Organize exchange emails on SBS2008 - Multiple domains, set for specific users

Setting up a SBS2008 server which will host mail for 4 of our domain names. Set up exchange to receive email but not sure how best to set the email policy so people only get access to email addresses the require.

So say we have domain1, domain2, domain3 and domain4.

I have users that need to get emails from all 4 domains, some that would get only from domain1, some from only domain2.

I would probably use the same settings to set users access to certain functions if that helps.


TIA

Answer : Organize exchange emails on SBS2008 - Multiple domains, set for specific users

Custom Attributes in Exchange, right click on a mailbox / recipient and take properties, then edit custom attributes as per the screenshots in the tutorial.

if you have alot of users or would have, it will be good to categorize them in an OU, so you can powershell it all those users at once or if you have a few users and can do via Exchange Management Console, then right click on a user's mailbox, properties, on the "General" tab, you would see the "Custom Attributes" button.


http://social.technet.microsoft.com/Forums/en-US/exchangesvradmin/thread/11bdf8d2-9ea3-4c92-b130-d6be8c537b5d

Get-Mailbox -OrganizationalUnit "OU=Test,DC=Contoso,DC=com" |  Set-Mailbox -CustomAttribute1 "test"
Random Solutions  
 
programming4us programming4us