From ac9ed7279aa25783c3e5e50e61ce59a9305de090 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 24 Sep 2022 20:25:07 +0200
Subject: [PATCH] fix(postfix): Remove dnswl

DNSWL went subscriber-only apparently.

References:
https://www.dnswl.org/
---
 charts/mok/Chart.yaml         | 2 +-
 charts/mok/values.yaml        | 2 +-
 images/postfix/.release       | 2 +-
 images/postfix/config/main.cf | 3 ---
 4 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/charts/mok/Chart.yaml b/charts/mok/Chart.yaml
index a1b602cf4..410a2feb5 100644
--- a/charts/mok/Chart.yaml
+++ b/charts/mok/Chart.yaml
@@ -3,7 +3,7 @@ name: mok
 description: |
   Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that runs without a database server on Kubernetes, taking advantage of configmaps and secret.
 type: application
-version: 0.5.0 
+version: 0.5.1
 sources:
   - https://de.postfix.org/ftpmirror/index.html
   - https://github.com/dovecot/core
diff --git a/charts/mok/values.yaml b/charts/mok/values.yaml
index 6a39313e7..0002a3c6c 100644
--- a/charts/mok/values.yaml
+++ b/charts/mok/values.yaml
@@ -44,7 +44,7 @@ postfix:
     repository: quay.io/shivering-isles/postfix
     pullPolicy: IfNotPresent
     # -- Overrides the image tag whose default is "latest"
-    tag: "0.2.2"
+    tag: "0.2.3"
 
   imagePullSecrets: []
 
diff --git a/images/postfix/.release b/images/postfix/.release
index 27146f86d..5bf903b79 100644
--- a/images/postfix/.release
+++ b/images/postfix/.release
@@ -1 +1 @@
-release=0.2.2
+release=0.2.3
diff --git a/images/postfix/config/main.cf b/images/postfix/config/main.cf
index f493d0d74..db10641a7 100644
--- a/images/postfix/config/main.cf
+++ b/images/postfix/config/main.cf
@@ -105,9 +105,6 @@ postscreen_dnsbl_sites =
         psbl.surriel.com,
         dnsbl.inps.de,
         swl.spamhaus.org*-10,
-        list.dnswl.org=127.0.[0..255].1*-2,
-        list.dnswl.org=127.0.[0..255].2*-10,
-        list.dnswl.org=127.0.[0..255].3*-100
 
 ########
 ##
-- 
GitLab