this post was submitted on 02 Sep 2024
444 points (98.1% liked)

Linux

47321 readers
704 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Apparently I installed that thing in 2006 and I last updated it in 2016, then I quit updating it for some reason that I totally forgot. Probably laziness...

It's been running for quite some time and we kind of forgot about it in the closet, until the SSH tunnel we use to get our mail outside our home stopped working because modern openssh clients refuse to use the antiquated key cipher I setup client machines with way back when any longer.

I just generated new keys with a more modern cipher that it understands (ecdsa-sha2-nistp256) and left it running. Because why not 🙂

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 2 weeks ago (1 children)

I gave up running an email server long ago - I thought it was basically impossible because too many spammers were doing it for nefarious purposes.

[–] [email protected] 4 points 2 weeks ago (1 children)

Nah you can use ghetto smtp to relay incoming mail to a different port on your server if your ISP blocks incoming 25 and sendinblue (it's changed names but my sendinblue config is still working) to send outgoing mail if they block outgoing 25. It's less than ideal but doable for low volume private email servers.

[–] [email protected] 42 points 2 weeks ago

This suggestion always amuses me.

"You can easily run a mail server! All you have to do is route all the mail through someone else's mail server and bam, you're running a mail server!"

I mean it's not wrong, but it causes a case of the giggles.