imapsync BAD maximu...
 
Notifications
Clear all

[Solved] imapsync BAD maximum message size exceeded

4 Posts
3 Users
2 Reactions
674 Views
(@pmedeiros)
Joined: 12 months ago
Posts: 4
Topic starter  

Hello,

When doing imapsync, i got an imapsync message with "BAD maximum message size exceeded".

How can check what is the message maximum size and change it?

Thank you in advance

Paulo


   
Quote
(@sharif)
Admin
Joined: 2 years ago
Posts: 450
 

Posted by: @pmedeiros

When doing imapsync, i got an imapsync message with "BAD maximum message size exceeded".

 

@pmedeiros

I hope you got your answer in another post.

Thanks

Sharif


   
ReplyQuote
(@pmedeiros)
Joined: 12 months ago
Posts: 4
Topic starter  

Solved as answer to another post;

 

zextras@mail:~$
zextras@mail:~$
zextras@mail:~$ #Check current Message Size Limit
zextras@mail:~$
zextras@mail:~$ postconf message_size_limit
message_size_limit = 10240000
zextras@mail:~$
zextras@mail:~$
zextras@mail:~$ #Your message size shows 18033379 which is beyond the limit.
zextras@mail:~$
zextras@mail:~$ # Try increasing your limit and try again
zextras@mail:~$
zextras@mail:~$ carbonio prov modifyConfig zimbraMtaMaxMessageSize 1024000000
zextras@mail:~$ postfix reload
/postfix-script: refreshing the Postfix mail system
zextras@mail:~$
zextras@mail:~$ #Check if the message size limit has increased or not?
zextras@mail:~$
zextras@mail:~$ postconf message_size_limit
message_size_limit = 1024000000
zextras@mail:~$
zextras@mail:~$ #Yes it has increased. Now try the impsync again.
zextras@mail:~$
zextras@mail:~$
zextras@mail:~$ #Remember to be on safe side always increase the destination server message size limit before any transfer
zextras@mail:~$ #After the transfer revert it back again to the default value
zextras@mail:~$
zextras@mail:~$

   
ReplyQuote
(@randalf)
Joined: 10 months ago
Posts: 4
 

When i try that, i get a postfix not installed message...


   
ReplyQuote