-
|
Hi, I'd like to migrate my e-mail archive from Thunderbird to piler for the reason to be able to access archived e-mails remotely. The setup of piler via portainers docker compose doesn't really work so I want to make sure, that I'm on the right track choosing piler, before I try to attempt the CLI-way with docker compose. So does piler support multple IMAP Servers and e-mail accounts, so it can collect the e-mails from my two gmail and my web.de account? My long term goal would be to completely transition to a europe based mail provider, since I'm rather unsure about hosting my own mail server and domain due to the necessary maintenance and archive e-mails locally to avoid provides mailbox storage bottlenecks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hi, I can only answer some of your questions: You can configure multiple pop3/imap accounts on different servers. Should work with gmail and web.de. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, piler supports any number of email accounts. The usual method to acquire emails is to use smtp journaling or bcc method. I assume that it's not available for your 3 mailboxes, so you can still use imap imports. The trick is to get only the latest emails after the initial mass import using 'SINCE ' imap filter, so in theory it can be down. If you configure Thunderbird to automatically send a BCC email for each sent email to the archive, it should work. Though the imap pull could also handle that as well. A tip for moving to a European mail provider (I assume you have your own domain name): if possible pick a provider that supports the above mentioned smtp journaling. |
Beta Was this translation helpful? Give feedback.


Thanks for the tip.
I was able to get piler running via portainer and docker compose and found the import section where it seems I can add multiple mail inboxes.
I got there after I found and tested open archiver so I'll see which of both I will keep using.