sogo ssldisable

This commit is contained in:
Ruben Hensen
2026-01-26 01:46:08 +01:00
parent bb57b24b0d
commit 236d66765a
2 changed files with 5 additions and 4 deletions
+4 -4
View File
@@ -12,10 +12,10 @@ data:
SOGoForceIMAPLoginWithEmail: true SOGoForceIMAPLoginWithEmail: true
# Database Configuration # Database Configuration
SOGoProfileURL: "postgresql://sogo:${POSTGRES_PASSWORD}@sogo-postgres-rw.sogo.svc.cluster.local:5432/sogo/sogo_user_profile" SOGoProfileURL: "postgresql://sogo:${POSTGRES_PASSWORD}@sogo-postgres-rw.sogo.svc.cluster.local:5432/sogo/sogo_user_profile?sslmode=disable"
OCSFolderInfoURL: "postgresql://sogo:${POSTGRES_PASSWORD}@sogo-postgres-rw.sogo.svc.cluster.local:5432/sogo/sogo_folder_info" OCSFolderInfoURL: "postgresql://sogo:${POSTGRES_PASSWORD}@sogo-postgres-rw.sogo.svc.cluster.local:5432/sogo/sogo_folder_info?sslmode=disable"
OCSSessionsFolderURL: "postgresql://sogo:${POSTGRES_PASSWORD}@sogo-postgres-rw.sogo.svc.cluster.local:5432/sogo/sogo_sessions_folder" OCSSessionsFolderURL: "postgresql://sogo:${POSTGRES_PASSWORD}@sogo-postgres-rw.sogo.svc.cluster.local:5432/sogo/sogo_sessions_folder?sslmode=disable"
OCSAclURL: "postgresql://sogo:${POSTGRES_PASSWORD}@sogo-postgres-rw.sogo.svc.cluster.local:5432/sogo/sogo_acl" OCSAclURL: "postgresql://sogo:${POSTGRES_PASSWORD}@sogo-postgres-rw.sogo.svc.cluster.local:5432/sogo/sogo_acl?sslmode=disable"
# General Settings # General Settings
SOGoTimeZone: Europe/Amsterdam SOGoTimeZone: Europe/Amsterdam
+1
View File
@@ -23,3 +23,4 @@ spec:
parameters: parameters:
max_connections: "100" max_connections: "100"
shared_buffers: "256MB" shared_buffers: "256MB"
ssl: "off"