1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-05-30 11:13:08 +00:00

Merge pull request #5109 from mailcow/dragoangel-patch-2

[SOGo] Disable password change option
This commit is contained in:
Niklas Meyer
2023-03-07 09:07:45 +01:00
committed by GitHub
+1 -1
View File
@@ -62,7 +62,7 @@
SOGoFirstDayOfWeek = "1"; SOGoFirstDayOfWeek = "1";
SOGoSieveFolderEncoding = "UTF-8"; SOGoSieveFolderEncoding = "UTF-8";
SOGoPasswordChangeEnabled = YES; SOGoPasswordChangeEnabled = NO;
SOGoSentFolderName = "Sent"; SOGoSentFolderName = "Sent";
SOGoMailShowSubscribedFoldersOnly = NO; SOGoMailShowSubscribedFoldersOnly = NO;
NGImap4ConnectionStringSeparator = "/"; NGImap4ConnectionStringSeparator = "/";