Skip to content
Snippets Groups Projects
Verified Commit 72568dd3 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(postfix): Add missing dnsblog service to utilise DNSBLs

Currently postfix reports and error due to the missing service. This
patch fixes the problem by enabling the expected service in master.cf
parent ce35b0be
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ name: mok ...@@ -3,7 +3,7 @@ name: mok
description: | 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. 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 type: application
version: 0.3.0 version: 0.3.1
sources: sources:
- https://de.postfix.org/ftpmirror/index.html - https://de.postfix.org/ftpmirror/index.html
- https://github.com/dovecot/core - https://github.com/dovecot/core
......
...@@ -44,7 +44,7 @@ postfix: ...@@ -44,7 +44,7 @@ postfix:
repository: quay.io/shivering-isles/postfix repository: quay.io/shivering-isles/postfix
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is "latest" # -- Overrides the image tag whose default is "latest"
tag: "0.2.0" tag: "0.2.1"
imagePullSecrets: [] imagePullSecrets: []
......
release=0.2.0 release=0.2.1
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# ========================================================================== # ==========================================================================
10025 inet n - - - 1 postscreen 10025 inet n - - - 1 postscreen
#smtpd pass - - - - - smtpd #smtpd pass - - - - - smtpd
#dnsblog unix - - - - 0 dnsblog dnsblog unix - - - - 0 dnsblog
#tlsproxy unix - - - - 0 tlsproxy #tlsproxy unix - - - - 0 tlsproxy
#smtps inet n - - - - smtpd #smtps inet n - - - - smtpd
# -o syslog_name=postfix/smtps # -o syslog_name=postfix/smtps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment