9
[Help] Setting up your own e-mail/smtp for alerts?
(lemmy.world)
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!
I wanted to try this first, I can see lemmy parsed a less-than into "<", which I replaced. But I'm getting no e-mails to the $recipient address. I set $emailFrom to a completely fake one, and another time as my personal, same as $recipient, address, but I'm not receiving any e-mails.
It's definitely going to go to spam since there's no SPF record. You'll need to manually whitelist that address on the receiving end.
Cannot find it in my spam-folder either, and with the mailutils
mail
I set also set the-r $emailFrom
to something that is whitelisted in my spamfilter. But maybe my mail-service provider has some other block. Could that be? Or that it looks very fishy with an e-mail with only from, to, and subject headers non-empty?You've initially said you wanted to receive it locally only. Now you're pulling external email providers into the mix. You need to set up spf and dmarc for that at the minimum. I can help you with it, but it's nowhere near as simple as just emailing a local user.
You definitely don't need dmarc for that. Don't even need dkim, really.
You are technically correct.
Sorry, I must not have explained myself very well. I guess it is the part on receiving on localhost. What I meant to say was that I would like the smtp, or whatever, to only be available on localhost, so that no one else on the network can use the service to send e-mails.
Postfix can be configured to only listen on localhost. Most things can be, actually.
Ah, postfix looks like what I'm looking for, thanks. Have to see if I can figure out how to configure it.
ArchWiki, as always, is amazing.