Maximum IMAP Message Size Limit not just MTA Size Limit

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
kurt2
Posts: 13
Joined: Fri Sep 12, 2014 10:07 pm

Maximum IMAP Message Size Limit not just MTA Size Limit

Post by kurt2 »

Hello Folks,
I have been using IMAPSYNC to extract all the email from our Old IMAP server and import it into our brand new Zimbra Server..... anyway Zimbra refuses to except messages greater than 10MB in size...... how can I adjust the Zimbra Message Size Limit to be greater than 10MB or preferably Unlimited.... we have huge hard drives and lots of bandwidth so we don't care about size limits or quotas.
Later guys
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

Maximum IMAP Message Size Limit not just MTA Size Limit

Post by phoenix »

You can change the message size limits in the admin console.
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
kurt2
Posts: 13
Joined: Fri Sep 12, 2014 10:07 pm

Maximum IMAP Message Size Limit not just MTA Size Limit

Post by kurt2 »

OK, Well I adjusted the "Maximum Message Size" to be 2097151 kb and I still get this problem when transfering files from my Courier IMAP server to the Zimbra IMAP server that refuses to allow messages over 10MB to be sent.
it seems that "Maximum Message Size" Setting only applies to SMTP transfers and not IMAP.... there must be a way of adjusting the maximum size of IMAP message.
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

Maximum IMAP Message Size Limit not just MTA Size Limit

Post by phoenix »

Sorry, http://zimbra.com/forums/showpost.php?p ... ostcount=6 ]this should do what you want.
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
kurt2
Posts: 13
Joined: Fri Sep 12, 2014 10:07 pm

Maximum IMAP Message Size Limit not just MTA Size Limit

Post by kurt2 »

very interesting....

now what would happen if we went
zmprov mcf zimbraFileUploadMaxSize 0
would that make it unlimited?
and does setting the Maximum Message Size to 0 in web interface make the smtp message size unlimited as well?
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

Maximum IMAP Message Size Limit not just MTA Size Limit

Post by phoenix »

Yes, setting it to zero should be unlimited. :)
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
umarzuki
Advanced member
Advanced member
Posts: 97
Joined: Sat Sep 13, 2014 12:46 am

Maximum IMAP Message Size Limit not just MTA Size Limit

Post by umarzuki »

there's no web interface for this? incase i don't want any email more than 1 MiB stored in my inbox.
edit: there is.
Does Maximum message size (kb) applies for both sent and received mails?
Fox_sibirsky
Posts: 19
Joined: Sat Sep 13, 2014 12:44 am

Maximum IMAP Message Size Limit not just MTA Size Limit

Post by Fox_sibirsky »

Web -limit. Settings proxy server
zimbra@host: chmod 644 /opt/zimbra/conf/nginx/templates/nginx.conf.web.http.template

zimbra@host: chmod 644 /opt/zimbra/conf/nginx/templates/nginx.conf.web.https.template

---

in file:

listen ${web.http.port};

# client_max_body_size ${web.http.maxbody};

client_max_body_size 50331648;
---

zimbra@host:$: zmproxyconfgen

zimbra@host:$: zmproxyctl restart
MTA-limit
Admin web-interface

Global settings -> MTA -> Maximum size 65535
It Work. until upgrade.... ^)
Post Reply