that third one killed it for me. I hate what the Internet has become. We need to setup a second Internet that somehow can’t be monetized.
It’s called the i2p network
Correct. Come to I2P and experience 90s internet again. It’s slow but has character, if by character you understand I mean anonymous Geocities.
Honest question: is there also a boatload of sketchy stiff to avoid if you just wanted to have a nice SFW time? Early 2000s internet before Google indexed everything had some pockets of unsavory.
Also, is it just a bunch of middle aged dudes in mostly text forums? That’s like 85% of my experience with 90s internet.
So it’s slow, barely contains anything, and near useless. Got it.
I’m locked in a contract with a company that enshittified their services a little and assigns restrictive IPs to non-Business customers that have been using port 25, but am switching to a more libre ISP as soon as it ends. I basically snoozed and didn’t realise the ISP hadn’t been rated the best for several years.
With black jack and hookers?
I stopped hosting my own email servers many years ago, even when I was being paid for it. Any time anyone mentions DKIM or yahoo throttling or anything of that nature I get a thousand yard stare and and start to hyperventilate. I’m sure it easier when you aren’t sending 5 million messages a month, but who needs the headache.
What kind of operation was this? That’s 170,000 emails a day!
Long ago I think it was 2006, I worked in a computer store/corporate it support that used to also be a 56k dial up isp. When i first got hired it was supposed to be like a paid internship. 2 weeks in the guy “mentoring” me was fired. Only other employees was the owner was had a PhD in information technology from 1984 and never kept up and his wife who did the accounting.
Over the next year he hired and fired probably 15 people and then decided he liked me enough to make me full time. He had no idea what he was doing and neither did I. Basically I was responsible for 8 business networks(including a 150 employee credit union), any computers a customer brought in, and our own internal network.
One day it was slow so I was browsing various web comics. The owner comes on at 1030(we opened at 900) furious with me. He claimed I was “reading a page with black text on a white background” which meant I was reading how to operate a spam business. That was his proof, a page with black text and a white background which he could not find my history.
He had received a letter from his isp that we were sending 2.5 million emails a day, we had 72 hours to resolve the issue or we were to be cut off. I argued that I didn’t run a spam operation, he had no proof and there were simpler explanations. It got so heated I quit, keep in mind I was only employee.
Next day the credit union was having a server issue and he had no one to fix it. He called me asking for me to return, I negotiated a $1 hour raise, an official written letter of apology, pay for time the previous day and that day and told him I would be back the following day.
I went in, solved the server issue(eventually found out cleaning crew was unplugging the power strip to plug in their vaccum over night and the server was configured not to restart when power returned). Went back to the office and talked with the owner. He showed me the letter and it identified 2 ip addresses as being the source. Neither was my computer and I didn’t recognize them. There was a command you could send over the terminal to open the CD tray based on ip address. I ran the command and basically walked around looking for a computer with open CD trays.
Turns out there was 2 servers, outside of our firewall directly facing the internet and yes for the memes they were originally dns servers from the 56k isp days. They were running original nt4, completely unpatched, with no security software installed and permanent outside facing ip addresses. I ran a virus scanner on it, I stopped when it detected over 100k infected files. Disconnected the servers, waited 10 minutes, called isp and effectively all email had stopped (the boss and myself both sent 1 email to confirm it was still working).
Backend provider for Realtors. New listing alerts and updates on properties that potential buyers were tracking.
Spam farm.
ai image… with positive vote??? on myfediverse??? what a shame
Because it’s hard to notice it.
It really is. I used to be able to tell the difference, but where do you people see that it’s AI in this image?
If you’re in doubt, zoom in. There’s probably more, as some background detail are blurred enough for the AI to be allowed to be sloppy there.The Uncanny Valley hit me in the face directly, when I opened the image. That tie pattern makes no sense, the ring on his finger is at least 4 sizes too small, and the image makes very little sense either, like what would this have looked like originally without the badly shopped in text if it hadn’t been AI slop. Like what part of that sign is that dude on the left staring at? What is the other dude pointing out?
it looks uncanny and i also know OP, they used to post chatgpt slop here
I downvoted it the moment it popped up.
Al slop
Wait, why? I thought I was generally gold at spotting these things, but here I’m struggling. The only thing that looks a little out of place to ne is the ring on his pointing hand, but that might genuinely be a dark band + shadow. What else have I missed?
The tie is the most egregious part, if you zoom in the pattern makes no sense at all.
Mostly to me it’s about the quality. Everything in focus is incredibly smooth, more so than you’d get with a normal camera or phone, while the background is blurred. This looks like a convension setting of some sort, they would’ve taken the photo with their scratched phone camera and posted it immidiately without trying to edit anything.
Also, the text is different on every board. The top 2 texts are oriented straight at the camera, while the bottom texts are angled a bit, but not angled equally. Indicating it wasn’t just copy pasted, but an attempt to get a new angle every time. This could just mean badly edited, but I’m going with AI on that part too, because someone badly editing a joke like this, would simply copy paste the first textbox after getting the angle sort of right.
Your slop-pooping machine is bad at text parallax and it still looks gross
You’re a slop-pooping machine.
Don’t shame me for my IBS
This seems more like a poorly assembled template than GenAI
It is definitely both.
The tie pattern is probably the most obvious artifact, but the lighting and focus being inconsistent is what kicks off the intuitive “this is definitely GenAI” sense
The image is hypersaturated and hyperaveraged
Been self hosting mail for over a decade and its never been easier thanks to stalwart. The IP block list thing is true though, but mostly you request removal once from Microsoft and spamhaus and that’s it.
What is stalwart?
A software stack for mail hosting
I still self host. Since 1997.
Since 2000, nothing beats mimedefang on sendmail to this day.
I work for a web hosting company. Do we offer clients mail services? Hell no.
I self-host my emails, but use an SMTP relay for sending. IMO, the interesting part of self hosting email is the storage. Outbound sending is more complex and there’s not as much benefit to self-hosting it.
I use Mailcow and have it configured to use a relay per domain. Email clients use the Mailcow server as their SMTP server, and Mailcow (well, Postfix) handles sending it to the appropriate relay.
I have Stalwart installed and use an SMTP relay too. I can send and receive email just fine, never had an issue with that. The only thing that doesn’t really work is the account setup (when you add your account to an email client). It doesn’t detect the settings, so I have to add them manually and I have to ignore the certificate warning but maybe I’ll get around to fixing it someday.
It doesn’t detect the settings
Autodiscovery needs DNS SRV entries to be added for each domain. The legacy Exchange- and Outlook-specific way was a file at
/autodiscover/autodiscover.xmlbut I don’t know if email clients still use that.I have to ignore the certificate warning
I’m not familiar with Stalwart but you should be able to use Let’s Encrypt certificates.
https://lemmy.zip/comment/19712446
Reminder of this:
https://poolp.org/posts/2019-08-30/you-should-not-run-your-mail-server-because-mail-is-hard/
And that mailu.io (and other similar projects) makes self-hosting email almost trivial 😁 (at least for people that can run a pre-configured
docker-compose.ymland buy their domain etc)Why don’t selfhost?
Reliability.
My server is down sometimes. Sometimes days.
No server no email.
Skill issue. My server has better online times than CloudFlare or AWS.
And a fraction of the users so hardly comparable.
And yours does, that’s why you can’t self host your mail?
I’m not the other person. Try not being so combative dude. Jeez.
I know, but you engaged in this conversation to state your point and I am trying to understand how it relates.
AI slop yet again!
I’ve actually been having a great time with simple-nixos-mailserver.
Running with a dedicated ipv4 at a highly reputable hoster, to my knowledge, I haven’t landed in a spam folder yet!
I do fine.
Let me know if you need on prem Exchange. I got you covered.
Mailcow internal on Debian VM.
SMTP2Go free external relay.
Have had the occasional issue after an upgrade or reboot can’t find my LetsEncrypt cert and will bork the system until I manually fix it. Perhaps my latest script update finally resolved that.
Otherwise, not that bad. Been running my own email for about 5 years or so. I don’t sign up for many outside services with it. It’s mainly for internal alerting or testing purposes but still works very well.
How do you handle backups?
The other side of email is that it has become the default identity provider for the Internet. If that VM becomes unrecoverable somehow, how would you get access to your past emails?
I was using Veeam when my stack was on VMware, but after moving to Proxmox I’ve been unable to get the Veeam agent working properly for VM recovery.
I tried Proxmox Backup at one point, and while it did work for base VM backup, the interface and capabilities of it just don’t stack up to Veeam in my opinion, and I’m more concerned about file backup than VM recovery as I can easily recreate anything in my stack through my documentation.
I’m actually glad you mentioned that because I do need to revisit it. The few times I did have to recover the VM from backup I was able to do so when my backup process was working, but I’ve thankfully not had any recovery situations in the past 2 or so years since moving to Proxmox. And recovery doesn’t help in situations where your cert is expired which is usually my issue historically.
As for past email recovery, Mailcow does have documentation on recovering from a failed server\database, but I consider my personal deployment volatile since I’m only using it for alerting and mostly internal only services.
I would fully switch over to it if I had more personal time, and if I knew I could make my family comfortable with accessing it. But right now I feel the risk is too great to move anything personally or financially important over. In the event something bad were to happen to me, I’m the only one with knowledge on how to recover the environment and I don’t need my family to take on that burden if I were to become incapacitated or forbid, pass away suddenly.












