-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5765 from mailcow/feat/sogo-5.10
sogo: upgrade to 5.10.0
- Loading branch information
Showing
4 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,9 @@ | |
SOGoFoldersSendEMailNotifications = YES; | ||
SOGoForwardEnabled = YES; | ||
|
||
// Option to set Users as admin to globally manage calendar permissions etc. Disabled by default | ||
// SOGoSuperUsernames = ("[email protected]"); | ||
|
||
SOGoUIAdditionalJSFiles = ( | ||
js/theme.js, | ||
js/custom-sogo.js | ||
|
@@ -38,6 +41,7 @@ | |
|
||
SOGoLanguage = English; | ||
SOGoMailAuxiliaryUserAccountsEnabled = YES; | ||
// SOGoCreateIdentitiesDisabled = NO; | ||
SOGoMailCustomFromEnabled = YES; | ||
SOGoMailingMechanism = smtp; | ||
SOGoSMTPAuthenticationType = plain; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters