From 756ab3c6ad5cc43f3788c9f7ecc6a3682e413beb Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 27 Jan 2026 13:07:43 +0100 Subject: [PATCH] Add stalwart imap to sogo --- sogo/sogo-config-secret.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/sogo/sogo-config-secret.yaml b/sogo/sogo-config-secret.yaml index 9c0827a..7a57bd3 100644 --- a/sogo/sogo-config-secret.yaml +++ b/sogo/sogo-config-secret.yaml @@ -19,6 +19,23 @@ spec: OCSCacheFolderURL: "postgresql://{{ .postgres_user }}:{{ .postgres_pw }}@sogo-postgres-rw:5432/sogo/sogo_cache_folder?sslmode=require" OCSStoreURL: "postgresql://{{ .postgres_user }}:{{ .postgres_pw }}@sogo-postgres-rw:5432/sogo/sogo_store?sslmode=require" OCSAclURL: "postgresql://{{ .postgres_user }}:{{ .postgres_pw }}@sogo-postgres-rw:5432/sogo/sogo_acl?sslmode=require" + SOGoUserSources__yaml: | + - type: imap + id: stalwart + canAuthenticate: YES + isAddressBook: NO + displayName: "Stalwart Mail" + hostname: "stalwart.stalwart.svc.cluster.local" + port: 993 + encryption: tls + loginFieldNames: + - mail + - cn + SOGoIMAPServer: "imaps://stalwart.stalwart.svc.cluster.local:993" + SOGoSieveServer: "sieve://stalwart.stalwart.svc.cluster.local:4190" + SOGoSMTPServer: "stalwart.stalwart.svc.cluster.local" + SOGoMailDomain: "hensen.io" + SOGoForceExternalLoginWithEmail: "YES" dataFrom: - extract: key: kv/sogo