View Single Post
  #2 (permalink)  
Old 08-11-2007, 09:52 AM
mmorse mmorse is offline
Moderator
 
Posts: 6,236
Default

Hm, "Zimbra Exception: message not added, No upload token returned" means (WAG: Did the FileUploadServlet not return a token for the AddMsgRequest?)
If you wanted to continue on to see what happens past it: set HKEY_CURRENT_USER\Software\Zimbra\ErrorThreshold to 0

Also be sure you adjust HKEY_CURRENT_USER\Software\Zimbra\MaxAttachSizeMB (the default only allows 10MB)
You will see errors like "Message skipped, MIME representation too large"
Be sure to adjust this server side (global settings > mta tab> max attachment size and max message size)
or
zmprov mcf zimbraMtaMaxMessageSize 51200000 (whatever you want to set it too)
zmprov mcf zimbraFileUploadMaxSize 51200000

Last edited by mmorse; 03-14-2008 at 03:57 PM.. Reason: 0 is unlimited
Reply With Quote