Thursday, May 31, 2007

Can't Send an attachment over 10mb WHY!!??

The other day I was trying to send an attachment that was 12mb. I got an error 0x80040610.

My ReceiveConnector and SendConnector was set for Unlimited.

Where was the issue!!!

The issue was with my Active Directory! It seems there is a known issue with New and Upgraded installs of Exchange 2007.

Here are the Global Limits:
Active Directory
delivContLength
10240 KB for the following circumstances:

* Exchange 2007 was the first Exchange server installed in the organization.
* The organization was upgraded from Exchange 2003 to Exchange 2007, and the value of the global Incoming message size limit was set to No Limit.

If the organization was upgraded from Exchange 2003, and a specific value was set for Incoming message size, that value is preserved after the upgrade to Exchange 2007.
submissionContLength
10240 KB for the following circumstances:

* Exchange 2007 was the first Exchange server installed in the organization.
* The organization was upgraded from Exchange 2003 to Exchange 2007, and the value of the global Outgoing message size limit was set to No Limit.

If the organization was upgraded from Exchange 2003, and a specific value was set for Incoming message size, that value is preserved after the upgrade to Exchange 2007

msExchRecipLimit
5000 for the following circumstances:

* Exchange 2007 was the first Exchange server installed in the organization.
* The organization was upgraded from Exchange 2003 to Exchange 2007, and the value of the global Maximum number of recipients limit was set to No Limit.

If the organization was upgraded from Exchange 2003, and a specific value was set for Maximum number of recipients, that value is preserved after the upgrade to Exchange 2007.
So with that explained where do you change these settings?! See Next Post!

Wednesday, May 30, 2007

power shell commands to live by!

So you want to access someone mail file!

ADD-MailboxPermission -Identity "mailbox you want access to" -User "your id" -Accessright FullAccess -InheritanceType all


Done! You have 100% access

Tuesday, May 29, 2007

So your Company wants to migrate to Exchange 07!

So your Company wants to migrate to Exchange 2007!

Plan Plan Plan!!!

There are so many Gotcha's its not funny!

My Mistakes!
1. Don't let Management bully you into a Really Really tight time frame!
2. Document everything! I got burned on E-mails Alaises the were configure wrong in Lotus Notes
3. Get other Department involved. When you make a major change little item will reappear!

Mark