this post was submitted on 30 Jun 2023
1 points (66.7% liked)
Lemmy Support
4650 readers
1 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I got an email when I signed up as a test. It is most likely spam filters and/or improper email server setup. I will try to help debug in a bit.
I saw your signup. Did you actually receive the verification email?
It looks like you aren't signing your mail with DKIM, don't have SPF set up right, don't have a DMARC policy, and don't have RcRDNS, all of which basically any mail provider will require from you to even consider accepting your mail. Basically without all of that literally anyone can pretend to be
whatever.com
and send email from it.What mail provider are you using?
yeah, I'm just using the default local mailserver that comes with Lemmy. the contact address is just a redirect to a gmail account. Didn't even realize I needed all of that. I'll probably end up just going through a smtp relay on one of their free tiers to avoid figuring this all out.
Yeah... they really shouldn't be shipping that mail relay at all IMO, just leads to confusion.
I do run my own mail and assuming it's reasonably low volume would be more than happy to get you set up to use my mailserver instead of relying on something like sendgrid or postmark.
Alternatively if you want some help getting your own set up in a dockerized way I run my mail using docker-mailserver and if only set up for outgoing mail it is pretty easy to run, though you may will run into deliverability issues...
yeah, at the very least it should be commented out so that you know it's not just setup and go.
I appreciate the offer! I've actually already got myself setup on Brevo, though I might look into docker-mailserver in the future. If it's alright, I'll ping you if I/when I do that if I need help.
Thanks for all the help!
I'd be glad to help. The more people actually run their own mail the harder it gets for the big players to shut us out, haha.