{ /* **************** DO NOT MODIFY THIS FILE **************** * * * Manual changes will be lost when this file is regenerated. * * Please read the developer's guide, which is available * at https://dev.nethesis.it/projects/nethserver/wiki/NethServer * original work from http://www.contribs.org/development/ * * Copyright (C) 2013 Nethesis S.r.l. * http://www.nethesis.it - support@nethesis.it * * ********************************************************** */ /* 10 Database configuration (mysql) */ SOGoProfileURL = "mysql://sogo:NdnWW1KMoPWWHgE1@localhost/sogo/sogo_user_profile"; OCSFolderInfoURL = "mysql://sogo:NdnWW1KMoPWWHgE1@localhost/sogo/sogo_folder_info"; OCSSessionsFolderURL = "mysql://sogo:NdnWW1KMoPWWHgE1@localhost/sogo/sogo_sessions_folder"; /* 20 Mail */ SOGoDraftsFolderName = "Drafts"; SOGoSentFolderName = "Sent"; SOGoTrashFolderName = "Trash"; SOGoJunkFolderName = "Junk"; SOGoIMAPServer = "localhost"; SOGoSieveServer = "sieve://localhost:4190"; SOGoSMTPServer = "127.0.0.1:587"; SOGoMailDomain = "MyDomain.de"; SOGoMailingMechanism = "smtp"; NGImap4ConnectionStringSeparator = "/"; /* 30 Notifications */ SOGoFoldersSendEMailNotifications = NO; SOGoACLsSendEMailNotifications = NO; SOGoAppointmentSendEMailNotifications = YES; /* 40 Authentication */ //SOGoPasswordChangeEnabled = YES; /* 45 AD authentication */ SOGoUserSources =( { id = AD_Users; type = ldap; CNFieldName = cn; IDFieldName = sAMAccountName; UIDFieldName = sAMAccountName; IMAPLoginFieldName = userPrincipalName; canAuthenticate = YES; bindDN = "MyBindDN"; bindPassword = "MyBindPassword"; baseDN = "dc=MyDomain,dc=de"; bindFields = ( sAMAccountName, userPrincipalName ); hostname = ldaps://MyDomain.de; filter = "(objectClass='user')"; MailFieldNames = ("userPrincipalName"); scope = SUB; displayName = "MyDomain.de users"; isAddressBook = YES; }, { id = AD_Groups; type = ldap; CNFieldName = name; IDFieldName = sAMAccountName; UIDFieldName = sAMAccountName; canAuthenticate = YES; bindDN = "MyBindDN"; bindPassword = "MyBindPassword"; baseDN = "dc=MyDomain,dc=de"; hostname = ldaps://MyDomain.de; filter = "(objectClass='group') AND (sAMAccountType=268435456)"; MailFieldNames = ("userPrincipalName"); scope = SUB; displayName = "MyDomain.de groups"; isAddressBook = YES; } ); /* 50 Web Interface */ SOGoVacationEnabled = YES; SOGoForwardEnabled = YES; SOGoSieveScriptsEnabled = YES; SOGoMailAuxiliaryUserAccountsEnabled = YES; SOGoMailCustomFromEnabled = YES; //SOGoFirstDayOfWeek = 1; //SOGoMailReplyPlacement = "above"; //SOGoMailSignaturePlacement = "above"; /* 60 General */ SOGoTimeZone = Europe/Berlin; SOGoSuperUsernames = (admin); // This is an array - keep the parens! SOGoMemcachedHost = "127.0.0.1"; SxVMemLimit = 512; SOGoEnablePublicAccess = YES; /* From Nethesis GNUStep configuration Undocumented in sogo instalation manual */ SOGoAppointmentSendEMailReceipts = YES; /* 70 Active Sync options and tuning */ SOGoMaximumPingInterval = 3540; SOGoMaximumSyncInterval = 3540; SOGoInternalSyncInterval = 30; SOGoMaximumSyncResponseSize = 2048; SOGoMaximumSyncWindowSize = 100; WOWatchDogRequestTimeout = 60; WOWorkersCount = 10; /* 80 Debug */ //SOGoDebugRequests = YES; //SoDebugBaseURL = YES; //ImapDebugEnabled = YES; //LDAPDebugEnabled = YES; //PGDebugEnabled = YES; //MySQL4DebugEnabled = YES; //SOGoUIxDebugEnabled = YES; //WODontZipResponse = YES; //SOGoEASDebugEnabled = YES; //WOLogFile = "/var/log/sogo/sogo.log"; }