mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
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:
parent
ae33c1c238
commit
fe83245d01
@ -38,7 +38,7 @@ class SOGoApp(app_module.App):
|
|||||||
|
|
||||||
app_id = 'sogo'
|
app_id = 'sogo'
|
||||||
|
|
||||||
_version = 1
|
_version = 2
|
||||||
|
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
"""Create components for the app."""
|
"""Create components for the app."""
|
||||||
|
|||||||
@ -81,7 +81,7 @@ def _create_config(db_password: str):
|
|||||||
SOGoTrashFolderName = "Trash";
|
SOGoTrashFolderName = "Trash";
|
||||||
SOGoJunkFolderName = "Junk";
|
SOGoJunkFolderName = "Junk";
|
||||||
SOGoIMAPServer = "imap://127.0.0.1:143/?tls=YES&tlsVerifyMode=allowInsecureLocalhost";
|
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 */
|
/* LDAP */
|
||||||
SOGoUserSources = ({{
|
SOGoUserSources = ({{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user