this post was submitted on 13 Jul 2024
126 points (75.0% liked)

Open Source

37986 readers
176 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Interesting history and analysis of SMTP's history. How can we prevent fedi and other open protocols from suffering the same fates?

you are viewing a single comment's thread
view the rest of the comments
[–] observantTrapezium@lemmy.ca 94 points 11 months ago (5 children)

You can't successfully use a home email server.

Mostly true (server can be home but using the ISP network directly probably won't work)

You can't successfully use an email server on a (cloud) VPS.

Bullshit

You can't successfully use an email server on a bare metal machine in your own datacenter.

Bullshit

As such, it is my distinct displeasure to declare the death of SMTP. The protocol is no longer usable. And as we can see, this devolution occurred organically.

Bullshit

[–] ramble81@lemm.ee 39 points 11 months ago

You can’t successfully use an email server on a bare metal machine in your own Datacenter

Calling complete BS on that. I work in a medium size company and we do just that. Don’t know what he’s thinking.

[–] ikidd@lemmy.world 12 points 11 months ago (3 children)

I'm going to add "bullshit" to the first. I've gone 2 decades running a few email domains on my home servers, on 3 different ISPs. Its not rocket surgery.

[–] coronach@lemmy.sdf.org 5 points 11 months ago* (last edited 11 months ago)

All the ISPs I've used block the relevant ports.

[–] i_am_hiding@aussie.zone 3 points 11 months ago

I've been running one with a dozen or more users on bare metal at home for the last two years. A little bit of spam but otherwise fine. No deliverability issues or anything.

[–] xyguy@startrek.website 12 points 11 months ago (1 children)

Can, yes.

Should, maybe.

Enjoy doing, unlikely.

And for sure your home isp has all the email ports blocked upstream.

With all that being said, to call SMTP dead is wildly insane. I do figure it will die someday though. Probably around the same time of universal IPV6 adoption during the year of the linux desktop.

[–] denshirenji@lemmy.world 3 points 11 months ago (1 children)

My ISP doesn't. It an electric company that offers fiber, so not your typical telecommunications company. Still though, not a single blocked port.

On topic, I tried an email server and it is too much of a pain in the ass IMHO, without the requisite training and experience, but certainly not impossible.

[–] dgriffith@aussie.zone 3 points 11 months ago (1 children)

My most recent ISP does CGNAT. They don't hide it, it's mentioned in their support pages. A quick email is all it takes to switch you over to an open address though.

Anyway I've got a $5/mo server with akami that looks after my email and it's associated domain.

It took about three hours of following a guide to set up DMARC and etc etc and it works unobtrusively, and is about ten times faster than my old ISP IMAP account that I had for about twenty years.

[–] denshirenji@lemmy.world 3 points 11 months ago (1 children)

Do you have a link to the guide by any chance? I might try it again using one of my throw away domains as a test.

[–] dgriffith@aussie.zone 2 points 11 months ago (1 children)

It was one of LinuxBabe's guides - this one:

https://www.linuxbabe.com/mail-server/setup-basic-postfix-mail-sever-ubuntu

There is a more recent one that uses a shell script to install all the bits and pieces but I prefer to do it myself so I've got at least some idea of how all the pieces work.

[–] denshirenji@lemmy.world 1 points 11 months ago

This is very helpful. Thank you!

[–] smiletolerantly@awful.systems 3 points 11 months ago

Yeah. I've had zero problems hosting my mail on a bare metalachine in a datacenter. They arrive just like they should, plus it's just so freeing to host it yourself.