Notifications
Clear all
Topic starter
08/13/2023 18:59
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
08/17/2023 14:14
When doing imapsync, i got an imapsync message with "BAD maximum message size exceeded".
I hope you got your answer in another post.
Thanks
Sharif
Topic starter
08/17/2023 14:46
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:~$
manu67a and Md. Shariful Islam reacted
10/10/2023 14:34
When i try that, i get a postfix not installed message...