Change es

This commit is contained in:
Ruben Hensen
2026-01-27 13:53:25 +01:00
parent bb0c9ac0e5
commit 3c50802ba7
2 changed files with 13 additions and 17 deletions
+5 -10
View File
@@ -20,17 +20,12 @@ spec:
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
- type: sql
id: directory
viewURL: "postgresql://{{ .postgres_user }}:{{ .postgres_pw }}@sogo-postgres-rw:5432/sogo/sogo_users"
canAuthenticate: NO
isAddressBook: NO
displayName: "Stalwart Mail"
hostname: "stalwart.stalwart.svc.cluster.local"
port: 993
encryption: tls
loginFieldNames:
- mail
- cn
userPasswordAlgorithm: none
SOGoIMAPServer: "imaps://stalwart.stalwart.svc.cluster.local:993"
SOGoSieveServer: "sieve://stalwart.stalwart.svc.cluster.local:4190"
SOGoSMTPServer: "stalwart.stalwart.svc.cluster.local"