Hi Cyril, We decided to restrict the archive service to work on a single IMAP Server.
Archive process is done on a dedicated cyrus partition to be able to put data on a different filesystem. That way, we get a very fast archive process (using server-side copy), archived mails are reachable in the user mailbox and we are still able to store data where we want. It's definitively possible to implement what you want by extending current code, but mails would be transfered by the network and the user would still need to configure two accounts. If you are interested in implementing such an extension, we could give you a hand. Finally, if you want to test it, it's available on a "feature branch" (http://deb.obm.org/features/imap-archive/). It means that it can break at anytime and the documentation is not written yet. If you are really willing the try it now, ask for help on IRC #obm. Cheers, -- Matthieu Baechler Le vendredi 14 novembre 2014 à 19:08 +0100, Cyril Cadenel a écrit : > Hi, > > It's an interesting and exciting feature. > > Is it possible to store archived Mails on another IMAP server in order to > reduce disk size used on the main IMAP server and speed up full backup? > > Is the archive module available for test? > > We have made an archive mail server with synchronized ldap and cyrus IMAP > from obm using php and shell scripts archiving mails older than 1 year but it > need to be accessing from a second account in thunderbird. > > Regards, > > Cyril Cadenel > > > Le 14 nov. 2014 à 16:45, Jeremie Kornobis <[email protected]> a écrit : > > > > Hi, > > > > We are proud to show you a preview of the OBM Imap Archive module! > > > > As requested by many users, we are currently completing the implementation > > of this feature. > > > > The main goal is to provide a tool for archiving user emails, in order to > > mitigate the impact of imap quotas. > > Thus, your most important emails will be safely stored. > > > > https://www.youtube.com/watch?v=lC-_cuv2sfc > > Please check English or French subtitles on video for details > > > > Stay tuned! > > > > The OBM Core Team > > _______________________________________________ > > Obm mailing list > > [email protected] > > http://list.obm.org/listinfo/obm > _______________________________________________ > Obm mailing list > [email protected] > http://list.obm.org/listinfo/obm _______________________________________________ Obm mailing list [email protected] http://list.obm.org/listinfo/obm
