summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-04-19 14:56:53 -0600
committerAlejandro Soto <alejandro@34project.org>2025-04-19 14:59:49 -0600
commitf4ed93ff7d01e659960b9cd3dc5bc3d6d6e27d01 (patch)
treee4804a7963b3d2bea80da8405ef9a1002befe08f /sys
parentc85e8fe37d06358b06674020899e920f5fb1818b (diff)
sys/ns: sunset junkemailfilter.com as backup MX
Had been in place since approximately late 2018.
Diffstat (limited to '')
-rw-r--r--sys/ns/mx.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/ns/mx.nix b/sys/ns/mx.nix
index 6126dd0..40a5574 100644
--- a/sys/ns/mx.nix
+++ b/sys/ns/mx.nix
@@ -13,8 +13,9 @@ in
mx = [
{ name = "@"; priority = 10; host = "${domains.smtp.gated}."; }
{ name = "@"; priority = 20; host = "${domains.smtp-backup.main}."; }
- { name = "@"; priority = 30; host = "mxbackup1.junkemailfilter.com."; }
- { name = "@"; priority = 40; host = "mxbackup2.junkemailfilter.com."; }
+ # Many thanks to junkemailfilter.com for all their years of service. RIP.
+ #{ name = "@"; priority = 30; host = "mxbackup1.junkemailfilter.com."; }
+ #{ name = "@"; priority = 40; host = "mxbackup2.junkemailfilter.com."; }
];
txt = [