Skip to main content

Compressed messages: moving to another server

Comments

3 comments

  • cPanelLauren
    Honestly I don't know the answer for this in terms of the transfer, the issue being that you typically wouldn't ever *need* to decompress messages. I know that Dovecot uses the zlib plugin here: to compress them. It could be a matter of adding that plugin to the dovecot conf on the new server. They may also benefit from or imapsync
    0
  • Arvy
    Hello @cPanelLauren, thanks for the info. I'll try the Zlib plugin as mentioned. Imapsync is a good idea too, but not so easy. Rogerio
    0
  • Arvy
    Thanks, working fine. Just for record: dovecot.conf (or 10* files on conf.d): # global mail_plugins = $mail_plugins zlib # insert 2 lines plugin { (...) zlib_save_level = 9 zlib_save = gz } # append zlib (create if not exists) protocol imap { mail_plugins = (...) zlib } # append zlib (create if not exists) protocol pop3 { mail_plugins = (...) zlib }
    ... and restart dovecot.
    0

Please sign in to leave a comment.