mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add stalwart imap to sogo
This commit is contained in:
@@ -19,6 +19,23 @@ spec:
|
|||||||
OCSCacheFolderURL: "postgresql://{{ .postgres_user }}:{{ .postgres_pw }}@sogo-postgres-rw:5432/sogo/sogo_cache_folder?sslmode=require"
|
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"
|
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"
|
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:
|
dataFrom:
|
||||||
- extract:
|
- extract:
|
||||||
key: kv/sogo
|
key: kv/sogo
|
||||||
|
|||||||
Reference in New Issue
Block a user