added sieve

This commit is contained in:
Rouven Seifert 2023-07-04 14:00:06 +02:00
parent 7354c31da8
commit 2d431ff526
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 53 additions and 15 deletions

View file

@ -36,6 +36,10 @@ in
SOGoProfileURL = "postgresql://sogo:POSTGRES_PASSWORD@localhost:${pg-port}/sogo/sogo_user_profile";
OCSSessionsFolderURL = "postgresql://sogo:POSTGRES_PASSWORD@localhost:${pg-port}/sogo/sogo_sessions_folder";
OCSFolderInfoURL = "postgresql://sogo:POSTGRES_PASSWORD@localhost:${pg-port}/sogo/sogo_folder_info";
SOGoSieveServer = sieve://127.0.0.1:4190;
SOGoSieveScriptsEnabled = YES;
SOGoVacationEnabled = YES;
SOGoForwardEnabled = YES;
'';
configReplaces = {
"LDAP_SEARCH" = config.sops.secrets.ldap_search.path;