this post was submitted on 21 Aug 2025
9 points (90.9% liked)

techsupport

2933 readers
25 users here now

The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.

If something works or if you find a solution to your problem let us know it will be greatly apreciated.

Rules: instance rules + stay on topic

Partnered communities:

You Should Know

Reddit

Software gore

Recommendations

founded 2 years ago
MODERATORS
 

I am looking into changing my web hosting provider, as I did not research pricing sufficiently before signing up for the one I am currently using, and I have developed a preference to avoid American companies since.

My domain is registered with a separate company, and my website is completely static and home made, so I think the move should be somewhat painless. I expect that it's as easy as signing up for another service provider, and redirecting the domain to whatever information they provide. Please correct me if I'm wrong.

What I'm a little concerned about is my email at name@example.com. I'm assuming setting up a new address under the same name would be trivial under most hosting providers, but is there a good way of keeping my current emails available on the server? Alternatively, does anyone know of good options for making local backups of my inbox?

Last, if anyone has recommendations for somewhat affordable, green & European hosting providers, it would be much appreciated. I guess Hetzner is an option, but I wouldn't mind supporting a slightly smaller company if I can.

Thanks!

top 8 comments
sorted by: hot top controversial new old
[–] lurch@sh.itjust.works 5 points 1 hour ago* (last edited 1 hour ago) (1 children)

if it's imap or pop, you can download them onto a PC with a mail client like thunderbird. Make sure you copy them to Local Folders or whatever it's called, so they are not just cached for offline use, because that would delete them if you sync with an empty account. Make sure to keep a backup somewhere safe, in case you accidentally delete them.

[–] cabbage@piefed.social 1 points 8 minutes ago

Thanks! Ideally I'd want it all to stay on the server though, which it seems imapsync can help me with. But if that fails I'll make sure to find a way to make local bakcups in Thunderbird! :)

[–] exception4289@lemmy.world 2 points 1 hour ago (1 children)

To transfer existing email messages from one mailbox to another, you can use imapsync if you are familiar with cli applications.

It can synchronize messages from host1 to host2.

[–] cabbage@piefed.social 1 points 14 minutes ago

That sounds ideal, thank you!

[–] lowspeedchase@lemmy.dbzer0.com 3 points 1 hour ago (1 children)

Damn that example.com domain you got there is worth a pretty penny ;) If they host the emails (which if I read correctly they do) you'll need to back them up before the move, which you have figured out already well done - just confirming.

[–] cabbage@piefed.social 1 points 9 minutes ago

Pretty fantastic, I know!

And thanks for that - I guess I just wanted to make sure I wasn't doing anything incredibly stupid before I make the change. :)

[–] Brkdncr@lemmy.world 2 points 1 hour ago (1 children)

Use a mail client.

Connect to both providers with the mail client.

Update your mx records. (And spf and dkim and dmarc)

Copy or move your emails to the new provider using the email client.

[–] cabbage@piefed.social 1 points 11 minutes ago* (last edited 11 minutes ago)

I was looking up some guides to import and export mail to/from servers using Thunderbird, but the only relevant thing I could find suggested using an add-on that doesn't seem to exist any more. :/

The suggestion of @exception4289@lemmy.world seems to be working great though - at least it is running on my computer, I guess I'll see when it's done if it worked or not. :)

Thank you!