If I ever get the urge to host a website I don't want to support bad people.
Who out there is a good guy? I see Epik is but their low tier is 10 bucks a month and doesn't list bandwidth.
If I ever get the urge to host a website I don't want to support bad people.
Who out there is a good guy? I see Epik is but their low tier is 10 bucks a month and doesn't list bandwidth.
Yeah, but doesn't that require punching a hole into your network config?
And then I guess I could use Dyn DNS, but when the IP changes would emails bounce back if I ran an SMTP on there?
Yes, with the risks associated with doing so.
You might have issues in general running an SMTP server on a residential connection, as a lot of them block port 25. If running your own mailserver is a requirement for what you want to do you may not be able to do that at home.
Yeah, I guess if I set up the router to give the pi a static IP and then just port forwarded https and email ports to that IP I would be fine though right?
I'm not planning on hosting anything spicy and resulting in dos but more hackers mucketing about on home network.
I do want to use email with the domain, that is part of the reason I was thinking to avoid home hosting, because I don't want bounce back if network craps out.
If you're serious about hosting your e-mail, check out this guide. https://workaround.org/ispmail Someone on here (Lurker404 IIRC) shared it with me.
I had run mail and web servers before many years ago, and it helped me a ton. There's a lot of extra things to worry about like firewall, security, DKIM, etc. I've been set up for a couple months now on a $5/mo cloud VM. Incoming mail works flawlessly, every now and then I get a bounce on outgoing mail but it's been fixable. The only think I didn't set up was webmail. I might eventually but it's just me using the server and I don't really need it. It goes over a lot of security concerns too, that you should take into account. For example, the fail2ban tool that blocks IPs that try to brute force my SSH password is up to like 6000 IPs blocked. I have to have SSH for remote access and even moved it to a different port. It doesn't matter.
I would not run it on a home server without a static IP though. It's not for the feint of heart but if you like playing with these things it was fun and I'm not on big tech anymore. I've since set up WebDAV for cloud syncing my notes app, and am working on a website that will probably be crap (but fun for me). I'm also going to run a matrix server even though I have no current need to use matrix, because I can! I've got a few other things I want to try too. Right now my $5/mo VM isn't even in the ballpark of being overloaded and I use like 5GB of my 1TB of download.
I know you can login to ssh using a security certificate, heard that was more secure than a password
I may have to just look for a $5/month vm though