|
@@ -1,26 +1,5 @@
|
|
|
{
|
|
|
- // START
|
|
|
- // WILL BE UPDATED AUTOMATICALLY WHEN RUNNING build_sogo.sh SRIPT
|
|
|
- OCSEMailAlarmsFolderURL = "mysql://mailcow:mysafepasswd@mysql:3306/mailcow/sogo_alarms_folder";
|
|
|
- OCSFolderInfoURL = "mysql://mailcow:mysafepasswd@mysql:3306/mailcow/sogo_folder_info";
|
|
|
- OCSSessionsFolderURL = "mysql://mailcow:mysafepasswd@mysql:3306/mailcow/sogo_sessions_folder";
|
|
|
- SOGoProfileURL = "mysql://mailcow:mysafepasswd@mysql:3306/mailcow/sogo_user_profile";
|
|
|
- WOWorkersCount = "20";
|
|
|
- SOGoMemcachedHost = "memcached:11211";
|
|
|
- SOGoUserSources =
|
|
|
- (
|
|
|
- {
|
|
|
- type = sql;
|
|
|
- id = directory;
|
|
|
- viewURL = "mysql://mailcow:mysafepasswd@mysql:3306/mailcow/sogo_view";
|
|
|
- canAuthenticate = YES;
|
|
|
- isAddressBook = YES;
|
|
|
- MailFieldNames = (aliases, ad_aliases, senderacl);
|
|
|
- displayName = "Domain";
|
|
|
- userPasswordAlgorithm = SSHA256;
|
|
|
- }
|
|
|
- );
|
|
|
- // END
|
|
|
+ // Database configuration is written to GNUStep defaults when starting container.
|
|
|
|
|
|
SOGoCalendarDefaultRoles = (
|
|
|
PublicViewer,
|
|
@@ -28,6 +7,7 @@
|
|
|
PrivateDAndTViewer
|
|
|
);
|
|
|
|
|
|
+ WOWorkersCount = "20";
|
|
|
SOGoACLsSendEMailNotifications = YES;
|
|
|
SOGoAppointmentSendEMailNotifications = YES;
|
|
|
SOGoDraftsFolderName = "Drafts";
|