• RSS
  • Twitter
  • FaceBook

Exchange Server Forums

Forums | Register | Login | My Profile | Inbox | RSS RSS icon | My Subscription | My Forums | Address Book | Member List | Search | FAQ | Ticket List | Log Out

Outlook 0x80040610 exceeds message size

Users viewing this topic: none

Logged in as: Guest
  Printable Version
All Forums >> [Microsoft Exchange 2007] >> Message Routing >> Outlook 0x80040610 exceeds message size Page: [1]
Login
Message << Older Topic   Newer Topic >>
Outlook 0x80040610 exceeds message size - 1.Feb.2007 5:46:01 PM   
mleklund

 

Posts: 7
Joined: 1.Feb.2007
Status: offline
I am using outlook 2003 to connect to exchange and when I send an email with attachment that is over 10MB I get error 0x80040610 "the message size being sent exceeds the message size established for this user"

get-sendconnector shows all send connectors have a maxmessagesize of 150MB
get-recieveconnector shows all recieve connectors have a maxmessagesize of 150MB

get-transportconfig shows MaxSendSize is unlimited

get-Mailbox shows MaxSendSize is unlimited.

I can recieve large emails fine.  I am pulling my hair out over this....

Any help would be appreciated.

Mike






Post #: 1
RE: Outlook 0x80040610 exceeds message size - 2.Feb.2007 3:01:59 AM   
Henrik Walther

 

Posts: 6928
Joined: 21.Nov.2002
From: Copenhagen, Denmark
Status: offline
You might want to try to force these changes through by restarting the Microsoft Exchange Transport Service.

There's no other places in Exchange 2007 you can configure the message size limits.


_____________________________

HTH
Henrik Walther
Lead Moderator/author
MSExchange.org

Follow me on Twitter!

(in reply to mleklund)
Post #: 2
RE: Outlook 0x80040610 exceeds message size - 2.Feb.2007 11:42:31 AM   
mleklund

 

Posts: 7
Joined: 1.Feb.2007
Status: offline
I tried that, I tried rebooting the server, is there a per attachement limit?

Mike

(in reply to Henrik Walther)
Post #: 3
RE: Outlook 0x80040610 exceeds message size - 2.Feb.2007 12:07:39 PM   
mleklund

 

Posts: 7
Joined: 1.Feb.2007
Status: offline
false alarm.  It now appears to be working.  I believe that maybe it has to do with caching or something of the like..... ad propagation maybe.... I hate it when something starts working without explaination though....

(in reply to mleklund)
Post #: 4
RE: Outlook 0x80040610 exceeds message size - 3.Feb.2007 4:51:17 AM   
Henrik Walther

 

Posts: 6928
Joined: 21.Nov.2002
From: Copenhagen, Denmark
Status: offline
Hi Mike,

I know what you mean

BTW there's no other places to configure these limits, so you did it corretly in the first place...


_____________________________

HTH
Henrik Walther
Lead Moderator/author
MSExchange.org

Follow me on Twitter!

(in reply to mleklund)
Post #: 5
RE: Outlook 0x80040610 exceeds message size - 22.Mar.2007 12:23:54 PM   
mijo

 

Posts: 1
Joined: 22.Mar.2007
Status: offline
I am having the same issue.  I have restarted the transport service and the server.  I am having this issue with only select users, not all.  I also have set the TransportConfig and Mailbox to unlimited.

(in reply to Henrik Walther)
Post #: 6
RE: Outlook 0x80040610 exceeds message size - 26.Mar.2007 5:20:07 PM   
sfosmire

 

Posts: 7
Joined: 26.Mar.2007
Status: offline
Sorry to chime in, but I could almost verbatim write the subject and text of the original poster, with the exception that when I try to send a file larger than 10 MB from the outside to the Exchange server I get "This message is larger than the current system limit or the recipient's mailbox is full"  So we can't send or receive large attachments. So same error message exactly in Outlook 2003 with an Exchange 2007 server.  MaxMessageSize set to 100MB on send and both receive connectors (defualt 25 & client 587), unlimited MaxSendSize and MaxReceiveSize in transportconfig & mailbox.  I've restarted the MS Exchange Transport Service twice and that was on Thursday of last week, it's now Monday and it's still not working, so whatever caching of values would surely be gone by now, or do I really have to stop all Exchange services or reboot the server? It's a single server install with all roles local, no edge transport.  This is a short set of postings and I did read the "there's no other places to configure these limits" but something isn't configured right.  If you have any other ideas I would appreciate it.  And I am seriously considering buying your book. -Steve

(in reply to mijo)
Post #: 7
RE: Outlook 0x80040610 exceeds message size - 27.Mar.2007 9:48:53 AM   
sfosmire

 

Posts: 7
Joined: 26.Mar.2007
Status: offline
Update, I rebooted the server last night and still can't send larger than 10MB files.  I can receive 10MB from the Internet.  So rebooting didn't help...  -Steve

(in reply to sfosmire)
Post #: 8
RE: Outlook 0x80040610 exceeds message size - 29.Mar.2007 10:19:07 AM   
sfosmire

 

Posts: 7
Joined: 26.Mar.2007
Status: offline
Yet another update:  I decided to change the Mailbox limits from "unlimited" to an actual limit and see if that made a difference, and it did.  In the Exchange Management Console (the GUI tool) I went to the Recipient Configuration area and then to the Mailboxes.  I edited the properties of one user and went to the "Mail Flow Settings" tab.  Highlight the "Message Size Restrictions" and click the properties button.  Now, the Sending Message SIze and Receiving Message Size "Maximum Message Size in KB" were unchecked, hence the get-Mailbox report of MaxMessageSize = unlimited.  I checked both boxes and entered 102400 (100 MB in KB) and saved.  I didn't even restart the transport service or anything and voila!  I was able to send files larger than 10 MB.  I then changed all the users the same way (there's probably a global way to do this, but I only have 15 users.)  Now get-Mailbox in the Exchange Management Shell shows 100 MB on all mailboxes.  I still don't understand why not setting a limit and get-mailbox showing unlimited isn't actually unlimited, but there's probably a twisted Microsoft logic to it somewhere.  If someone has an actual different answer with the mailboxes not limited at all, please fill me in.
-Steve

(in reply to sfosmire)
Post #: 9
RE: Outlook 0x80040610 exceeds message size - 2.Apr.2007 10:22:59 PM   
mleklund

 

Posts: 7
Joined: 1.Feb.2007
Status: offline
Sorry for not posting earlier, I ran into this and figured out the same thing that unlimited is not really unlimited, when all is set to unlimited it appears to fall back to exchange 2003's base setting of 10MB.  So you can set all users to some amount, or you can set the transport config and it applies this to all users

Ex.

Set-TransportConfig -MaxReceiveSize 30MB -MaxSendSize 30 MB

This seems to work on my setup

(in reply to sfosmire)
Post #: 10
RE: Outlook 0x80040610 exceeds message size - 7.Apr.2007 7:58:50 PM   
sfosmire

 

Posts: 7
Joined: 26.Mar.2007
Status: offline
Well, that would have been a lot easier than doing it for each user, duh.  I'm glad I only have 15 users.  I guess if I had hundreds, I would have tried something different after the first 50 or so.  Thanks for that tip with the TransportConfig.  -Steve

(in reply to mleklund)
Post #: 11
RE: Outlook 0x80040610 exceeds message size - 1.Feb.2008 5:16:44 PM   
naughtyboy119

 

Posts: 6
Joined: 17.Jan.2007
Status: offline
I got the same problem, All users are unlimited. The send connector has unlimited.
The transportconfig maxsendsize is unlimited also.
I have try to chang transportconfig to maxsendsize to 100MB, but it doesnt help.
Now i change all to 100MB even my mailbox account. Is there any other place that i can change the Maxmessagesize limited....
This is really annoyed, i have only on exchange 2007 server RTM, not upgrade form exchange 2003. Please help

(in reply to sfosmire)
Post #: 12
RE: Outlook 0x80040610 exceeds message size - 8.Feb.2008 9:38:20 AM   
DHighsmith

 

Posts: 23
Joined: 8.Feb.2008
Status: offline
I had the exact same problem. Our consultant fixed this so i do not know the specific commands he used but i do know the general idea. We stopped the Edge Syncornization -- Configured the Hub transporter to allow the size limits we wanted. Then, restarted the Edge Sync with the updated Hub transporter configuration. Haven't had a problem since.

(in reply to naughtyboy119)
Post #: 13

Page:   [1] << Older Topic    Newer Topic >>
All Forums >> [Microsoft Exchange 2007] >> Message Routing >> Outlook 0x80040610 exceeds message size Page: [1]
Jump to:

New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Follow TechGenix on Twitter