NixOS / infra

NixOS configurations for nixos.org and its servers
MIT License
208 stars 91 forks source link

vaultwarden: use local mailer #437

Closed JulienMalka closed 3 weeks ago

JulienMalka commented 4 weeks ago

Tried a test email with the admin interface Fixes #430

zimbatm commented 4 weeks ago

We're also going to have to set the SPF and DMARC records to avoid getting blacklisted.

vault.nixos.org.        300 IN  TXT "v=spf1 a -all"
_dmarc.vault.nixos.org. 3483    IN  TXT "v=DMARC1; p=none"

And also the domainkey generated by openkim-gen

https://github.com/NixOS/infra/blob/4a9d6e1444c48c4c7a8257a0a25768dee6962850/terraform/dns.tf#L309-L323

JulienMalka commented 4 weeks ago

We're also going to have to set the SPF and DMARC records to avoid getting blacklisted.

ah yes will send tomorrow

mweinelt commented 3 weeks ago

DNS deployed.