Additional Information | Environment:
CentOS release 6.6 (Final)
sogo.x86_64 2.2.12a-1.centos6
sogo-activesync.x86_64 2.2.12a-1.centos6
sope49-appserver.x86_64 4.9-20141219_1664.el6.1
sope49-cards.x86_64 2.2.12a-1.centos6
sope49-core.x86_64 4.9-20141219_1664.el6.1
sope49-gdl1.x86_64 4.9-20141219_1664.el6.1
sope49-gdl1-contentstore.x86_64 2.2.12a-1.centos6
sope49-gdl1-mysql.x86_64 4.9-20141219_1664.el6.1
sope49-ldap.x86_64 4.9-20141219_1664.el6.1
sope49-mime.x86_64 4.9-20141219_1664.el6.1
sope49-sbjson.x86_64 2.3.1-20141219_1664.el6.1
sope49-xml.x86_64 4.9-20141219_1664.el6.1
dovecot.x86_64 1:2.0.9-8.el6_6.1
dovecot-mysql.x86_64 1:2.0.9-8.el6_6.1
dovecot-pigeonhole.x86_64 1:2.0.9-8.el6_6.1
postfix.x86_64 2:2.6.6-6.el6_5
{
/ General Parameters /
WOPort = 127.0.0.1:20000;
SOGoTimeZone = America/XXX;
SOGoMailDomain = mydomain.com;
SOGoPasswordChangeEnabled = NO;
SOGoLanguage = English;
SOGoFirstDayOfWeek = 0;
/* Mail Preferences */
SOGoEnableEMailAlarms = YES;
SOGoAppointmentSendEMailNotifications = YES;
SOGoACLsSendEMailNotifications = YES;
SOGoFoldersSendEMailNotifications = YES;
SOGoMaximumSyncWindowSize = 50;
/* Database Configuration */
SOGoProfileURL = "mysql://sogo:****@localhost:3306/sogo/user_profiles";
OCSFolderInfoURL = "mysql://sogo:****@localhost:3306/sogo/folders";
OCSSessionsFolderURL = "mysql://sogo:****@localhost:3306/sogo/sessions";
OCSEMailAlarmsFolderURL = "mysql://sogo:****@localhost:3306/sogo/alarms";
/* Common IMAP and SMTP Configuration*/
SOGoMailMessageCheck = every_5_minutes;
SOGoForceExternalLoginWithEmail = YES;
/* IMAP Configuration */
NGImap4ConnectionStringSeparator = ".";
SOGoIMAPAclConformsToIMAPExt = NO;
SOGoMailSpoolPath = /var/spool/sogo;
SOGoIMAPServer = imap://127.0.0.1:143/;
SOGoSieveServer = sieve://127.0.0.1:4190;
SOGoSieveScriptsEnabled = YES;
SOGoVacationEnabled = YES;
SOGoForwardEnabled = YES;
SOGoDraftsFolderName = Drafts; // User can override parameter
SOGoSentFolderName = Sent; // User can override parameter
SOGoTrashFolderName = Trash; // User can override parameter
SOGoMailShowSubscribedFoldersOnly = NO; // User can override parameter
/* SMTP Configuration */
SOGoMailingMechanism = smtp;
SOGoSMTPServer = 127.0.0.1:25;
/* Sieve Configuration */
SOGoSieveScriptsEnabled = YES;
SOGoVacationEnabled = YES;
SOGoForwardEnabled = YES;
/* Memcached Configuration */
SOGoMemcachedHost = 127.0.0.1;
// User authentication
domains = {
mydomain = {
SOGoMailDomain = mydomain.com;
SOGoUserSources =
(
{
type = sql;
id = mydomain_directory;
displayName = "mydomain Public Directory";
viewURL = "mysql://sogo:****@127.0.0.1:3306/sogo/users";
canAuthenticate = YES;
userPasswordAlgorithm = md5;
prependPasswordScheme = YES;
// SOGo can use SQL database as address book, but it's able to
// query ALL mail accounts. Enable it on your own.
isAddressBook = YES;
}
);
};
};
/* Debug */
GCSFolderDebugEnabled = YES;
GCSFolderStoreDebugEnabled = YES;
LDAPDebugEnabled = YES;
MySQL4DebugEnabled = YES;
NGImap4DisableIMAP4Pooling = YES;
OCSFolderManagerSQLDebugEnabled = YES;
PGDebugEnabled = YES;
SOGoDebugRequests = YES;
SOGoMailKeepDraftsAfterSend = YES;
SOGoUIxDebugEnabled = YES;
SoDebugObjectTraversal = YES;
SoSecurityManagerDebugEnabled = YES;
WODontZipResponse = YES;
WODebugZipResponse = YES;
} |
---|