sogo: Fix typo in configuration for sieve server

Signed-off-by: Benedek Nagy <contact@nbenedek.me>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Benedek Nagy 2025-07-12 17:21:31 +02:00 committed by James Valleroy
parent ae33c1c238
commit fe83245d01
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ class SOGoApp(app_module.App):
app_id = 'sogo'
_version = 1
_version = 2
def __init__(self) -> None:
"""Create components for the app."""

View File

@ -81,7 +81,7 @@ def _create_config(db_password: str):
SOGoTrashFolderName = "Trash";
SOGoJunkFolderName = "Junk";
SOGoIMAPServer = "imap://127.0.0.1:143/?tls=YES&tlsVerifyMode=allowInsecureLocalhost";
SOGoSieveServer = "sieve://127.0.0.14190/?tls=YES&tlsVerifyMode=allowInsecureLocalhost";
SOGoSieveServer = "sieve://127.0.0.1:4190/?tls=YES&tlsVerifyMode=allowInsecureLocalhost";
/* LDAP */
SOGoUserSources = ({{