about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-11-03 16:22:30 +0900
committersefidel <contact@sefidel.net>2023-11-03 16:22:30 +0900
commitab63bbad3732be782e65b6a30fa8408b281a5450 (patch)
tree554c1742e72dd30cad1ebccd5620695ae98eb2d1 /modules
parent93a31de01a6fbda9d0af67811e545ea08e21b225 (diff)
downloadinfra-ab63bbad3732be782e65b6a30fa8408b281a5450.tar.gz
infra-ab63bbad3732be782e65b6a30fa8408b281a5450.zip
feat(modules/nixos-mailserver): remove all.s5h.net
This mailserver removes all.s5h.net from blacklists,
since it has too much false positives
Diffstat (limited to 'modules')
-rw-r--r--modules/services/nixos-mailserver.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/services/nixos-mailserver.nix b/modules/services/nixos-mailserver.nix
index 0a18f52..715558d 100644
--- a/modules/services/nixos-mailserver.nix
+++ b/modules/services/nixos-mailserver.nix
@@ -44,7 +44,6 @@ in
     services.postfix = {
       dnsBlacklists = [
         # TODO: add sources
-        "all.s5h.net"
         "b.barracudacentral.org"
         "bl.spamcop.net"
       ];