Browse Source

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

[SOGo] Disable password change option
Niklas Meyer 2 years ago
parent
commit
bda5f0ed4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/conf/sogo/sogo.conf

+ 1 - 1
data/conf/sogo/sogo.conf

@@ -62,7 +62,7 @@
     SOGoFirstDayOfWeek = "1";
 
     SOGoSieveFolderEncoding = "UTF-8";
-    SOGoPasswordChangeEnabled = YES;
+    SOGoPasswordChangeEnabled = NO;
     SOGoSentFolderName = "Sent";
     SOGoMailShowSubscribedFoldersOnly = NO;
     NGImap4ConnectionStringSeparator = "/";