From f68c0eb3579d95a491e56355878246681e8dafd1 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 13 Jul 2025 21:03:57 +1000 Subject: [PATCH] Add dovecot for testing --- deployments/home-server/dovecot.yaml | 110 +++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 deployments/home-server/dovecot.yaml diff --git a/deployments/home-server/dovecot.yaml b/deployments/home-server/dovecot.yaml new file mode 100644 index 0000000..b8662bf --- /dev/null +++ b/deployments/home-server/dovecot.yaml @@ -0,0 +1,110 @@ +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: dovecot-config + namespace: home-server +data: + dovecot.conf: | + log_path = /dev/stdout + info_log_path = /dev/stdout + debug_log_path = /dev/stdout + syslog_facility = local0 + protocols = imap + listen = * + disable_plaintext_auth = yes + mail_location = maildir:/data/%u + base_dir = /var/run/dovecot/ + ssl = required + ssl_cert =