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

fix(mok): Fix indentation for master.cf

parent fe496d6f
No related branches found
No related tags found
No related merge requests found
Pipeline #18757 passed
......@@ -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.10.6
version: 0.10.7
sources:
- https://de.postfix.org/ftpmirror/index.html
- https://github.com/dovecot/core
......
# mok
![Version: 0.10.6](https://img.shields.io/badge/Version-0.10.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.10.7](https://img.shields.io/badge/Version-0.10.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
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.
......
......@@ -188,8 +188,8 @@ data:
# -o header_checks=pcre:/srv/config/submission_header_checks.pcre
headers-cleanup unix n - - - 0 cleanup
-o syslog_name=postfix/headers-cleanup
-o header_checks=regexp:/etc/postfix/header_checks
-o syslog_name=postfix/headers-cleanup
-o header_checks=regexp:/etc/postfix/header_checks
main.cf: |
############### Please enable soft_bounce during maintenance: #################
......@@ -365,4 +365,4 @@ data:
maximal_queue_lifetime = 1d
bounce_queue_lifetime = 1d
unverified_recipient_reject_code = 577
compatibility_level = 2
compatibility_level = 3.6
......@@ -174,7 +174,7 @@ should match snapshot:
maximal_queue_lifetime = 1d
bounce_queue_lifetime = 1d
unverified_recipient_reject_code = 577
compatibility_level = 2
compatibility_level = 3.6
master.cf: |
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
......@@ -357,8 +357,8 @@ should match snapshot:
# -o header_checks=pcre:/srv/config/submission_header_checks.pcre
headers-cleanup unix n - - - 0 cleanup
-o syslog_name=postfix/headers-cleanup
-o header_checks=regexp:/etc/postfix/header_checks
-o syslog_name=postfix/headers-cleanup
-o header_checks=regexp:/etc/postfix/header_checks
kind: ConfigMap
metadata:
labels:
......@@ -418,7 +418,7 @@ should match snapshot:
template:
metadata:
annotations:
checksum/config: a6bd4491f5df073542c8ba9bec124f4d64d2ac35c281d0cc28a79f3b38a97bd9
checksum/config: 900b63e812eed8703a83622630d3f0bedd6e475bdb5ec3eeaffa1549ff43a489
checksum/secret: 66ea930a9b7e50528ddc0aa54786d07f78c7f56d1daea45b21d9eb94f8e5c4f2
labels:
app.kubernetes.io/component: postfix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment