

That’s what I do, too. My Dovecot is at home and I collect emails from all my accounts using fetchmail.
Nice thing is Dovecot Pidgeonhole for Sieve and Flatcurve for ultrafast indexing and search.
That’s what I do, too. My Dovecot is at home and I collect emails from all my accounts using fetchmail.
Nice thing is Dovecot Pidgeonhole for Sieve and Flatcurve for ultrafast indexing and search.
Yeah, haha. 😂
Wait a moment… 🤔
2 HDDs (mirrored zpool), 1 SATA SSD for cache, 32 GB RAM
First read: 120 MB/s
Read while fully cached (obviously in RAM): 4.7 GB/s
Basically what I said. Dovecot can be installed on every Linux or BSD system. You’ll need Pideonhole and FTS Flatcurve as extensions.
When you install fetchmail, you can let it connect to all your IMAP or POP3 servers. Each process will deliver your mail instantly to your own Dovecot server.
You’ll also need a certificate for Dovecot. This can be solved using Letsencrypt.
You can use any mail client you want. I use Fairemail on Android. On desktop and notebooks it’s Thunderbird.
I sync my emails using a Dovecot IMAP server on my home server. I fetch emails from all my accounts with fetchmail and sort them into the right folders using Sieve. They get indexed and are searchable (ultra fast!).
225000 emails in 13 GB (ZFS; uncompressed 18 GB).
So it’s the good old client certificate authentication?