this post was submitted on 14 Feb 2025
52 points (94.8% liked)

Selfhosted

42518 readers
565 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

So I'm migrating stuff from my old server to a new provider and only thing left is email.

The problem is I used luke smith's emailwiz script ( the script and setup itself isn't a problem ) because it uses system users for managing users with dovecot and friends to setup a mail server.

So now I'm looking for a new email server to selfhost (preferably docker/podman) that in the future I can easilly migrate.Would also love if somebody has a reccomendation on how I could backuo and import emails from the old server.

NOTE: I use caddy as webserver, so the server should have a simple way on getting ssl certs, or abikity to easilly make use if caddy one's.

you are viewing a single comment's thread
view the rest of the comments
[–] muntedcrocodile@lemm.ee 1 points 2 days ago (2 children)

Don't u need a static ipv4 or something? I looked into it a while back even got the point of deploying a docker container but the config was so awful I gave up.

[–] ShortN0te@lemmy.ml 2 points 2 days ago (1 children)

It would be more reliable to use a 'clean' not blacklisted static IP.

But in theory you could just use ddns and update the IP. But I actually never tried it.

Mailcow comes ready out of the box. Just change the DNS entries according to Mailcow and you are good to go.

[–] muntedcrocodile@lemm.ee 1 points 1 day ago (1 children)

I've heard that using ddns for mail gets u into all sorts of IP blacklisting issues. I don't even have a non cgnat iv4 and I'm not sure if email can work with an ipv6 only

[–] ShortN0te@lemmy.ml 1 points 1 day ago

Yes thats why i said in theory. I doubt that many residential IPs are blacklisted, but still not optimal.

IPv6 only works but there are probably many Mail Servers that are IPv4 only, so you will not receive mails from them.

If you are serious about it, rent a VPS or get a static IP on your residential connection.

[–] Appoxo@lemmy.dbzer0.com 2 points 2 days ago

In theory you could use an smtp relay.
Which pulls the messages from the relay and also sends for you.
This way you won't have to fiddle around with IP reputation.

But you are still interacting with a cloud service...