this post was submitted on 23 Jan 2025
9 points (80.0% liked)

Selfhosted

61103 readers
655 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

So all of these apps like gmail, outlook, etc. let me login to all of my websites different emails but none of them seem to sync across devices. Is there an app that lets me login to all my inboxes once and then sync that logininfo across pc, iphone, and android?

Right now I have to manually add all the email accounts in to each device, none of the mobile apps sync to their pc counterparts.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] suzune@ani.social 4 points 2 years ago (2 children)

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).

[โ€“] nis@feddit.dk 2 points 2 years ago (1 children)

Ive been looking for something like this. Please elaborate ๐Ÿ™‚

[โ€“] suzune@ani.social 5 points 2 years ago (1 children)

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.

[โ€“] 3dmvr@lemm.ee 1 points 2 years ago* (last edited 2 years ago) (1 children)

So when you login all your inboxes show up under one account and you don't have to login multiple?

[โ€“] suzune@ani.social 1 points 2 years ago

With an IMAP server you have the power to serve your own emails. fetchmail will deliver them constantly to this place. You have all emails in one place and you login just to your own server.

[โ€“] beautiful_orca@discuss.tchncs.de 1 points 2 years ago (1 children)

I had dovecot running unencrypted IMAP via Tailscale VPN, but with dovecot version 2.4.0 it did not accept my configuration anymore. can you share an easy example?
I was thinking of switching to mailcow so i do not have to configure dovecot myself...

[โ€“] beautiful_orca@discuss.tchncs.de 1 points 2 years ago (1 children)

This post explains it, but it is still too complicated for me to figure out: https://doc.dovecot.org/2.4.0/installation/upgrade/2.3-to-2.4.html

[โ€“] suzune@ani.social 1 points 2 years ago

My Dovecot is still 2.3.21. It's the most recent package. But you're right the update doesn't look trivial.