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

fix(dovecot): Increase number of imap idle connection tests

Given that currently a lot of connections look broken and result quite delayed
mail delivery adjusting this interval will hopefully help to keep imap
connections alive and therefore delivering emails in realtime.
parent 1c2c1368
No related branches found
No related tags found
No related merge requests found
Pipeline #15766 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.7.2
version: 0.8.0
sources:
- https://de.postfix.org/ftpmirror/index.html
- https://github.com/dovecot/core
......
# mok
![Version: 0.7.2](https://img.shields.io/badge/Version-0.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-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.
......@@ -23,7 +23,7 @@ Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that run
| dovecot.affinity | object | `{}` | |
| dovecot.image.pullPolicy | string | `"IfNotPresent"` | |
| dovecot.image.repository | string | `"quay.io/shivering-isles/dovecot"` | dovecot container image |
| dovecot.image.tag | string | `"0.1.2"` | Overrides the image tag whose default is "latest" |
| dovecot.image.tag | string | `"0.2.0"` | Overrides the image tag whose default is "latest" |
| dovecot.imagePullSecrets | list | `[]` | pull secret to access the afore defined image |
| dovecot.nodeSelector | object | `{}` | |
| dovecot.podAnnotations | object | `{}` | |
......
......@@ -126,7 +126,7 @@ dovecot:
repository: quay.io/shivering-isles/dovecot
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is "latest"
tag: "0.1.2"
tag: "0.2.0"
# -- pull secret to access the afore defined image
imagePullSecrets: []
......
release=0.1.2
release=0.2.0
......@@ -116,7 +116,7 @@ verbose_proctitle = yes
## Protocols
protocol imap {
imap_idle_notify_interval = 29 mins
imap_idle_notify_interval = 5 mins
mail_max_userip_connections = 20
mail_plugins = " quota imap_quota imap_sieve"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment