this post was submitted on 12 Mar 2024
179 points (100.0% liked)

Technology

37573 readers
580 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 6 months ago* (last edited 6 months ago) (1 children)

Yes agreed. I suspect it will collapse to “non-time-critical traffic will run on HTTPS via REST” and “everything else will run on UDP, using their own ports”, except for maybe a couple of golden oldies like NTP, FTP, SMTP/POP/IMAP.

[–] [email protected] 2 points 6 months ago* (last edited 6 months ago) (1 children)

POP and IMAP are pretty much dead at this point. Email is basically dead at this point. Want to spin up a machine and have it email you system messages? Nope. Want to run a Python script that sends to gmail? lol. https://mailtrap.io/blog/gmail-smtp/

On all my microservers I have pretty much have 22, 80, and 443 open. I try to interact exclusively over web ports for as much as possible.

[–] [email protected] 2 points 6 months ago

It’s hard, but not impossible, to get a personal mail server trusted amongst the big players, agreed.

That doesn’t mean email can’t be accessed with IMAP (or heaven forbid, POP3) on the big players. Outlook, gmail, FastMail, proton etc all support it.