Tags

, , , , , , , ,

We need to check the /etc/sogo/sogo.conf file – it should look something like this. Again, it works for me… And yes, the sogo password is fake.

{
MailFieldNames = (
mail,
otherMailbox
);
OCSEMailAlarmsFolderURL = “mysql://sogo:9s8g0s7gdfDF7SG07@localhost/sogo/sogo_alarms_folder”;
OCSFolderInfoURL = “mysql://sogo:9s8g0s7gdfDF7SG07@localhost/sogo/sogo_folder_info”;
OCSSessionsFolderURL = “mysql://sogo:9s8g0s7gdfDF7SG07@localhost/sogo/sogo_sessions_folder”;
SOGoACLsSendEMailNotifications = YES;
SOGoAppointmentSendEMailNotifications = YES;
SOGoCalendarDefaultRoles = (
ObjectCreator,
PublicViewer,
ConfidentialDAndTViewer
);
SOGoContactsDefaultRoles = (
ObjectEditor
);
SOGoEnableEMailAlarms = YES;
SOGoFirstDayOfWeek = 1;
SOGoFirstWeekOfYear = First4DayWeek;
SOGoFoldersSendEMailNotifications = YES;
SOGoForwardEnabled = YES;
SOGoHideSystemEMail = YES;
SOGoIMAPAclConformsToIMAPExt = YES;
SOGoLanguage = English;
SOGoLoginModule = Mail;
SOGoMailComposeMessageType = text;
SOGoMailDomain = “mycompany.com”;
SOGoMailMessageCheck = “every_minute”;
SOGoMailSignaturePlacement = above;
SOGoMailingMechanism = smtp;
SOGoPageTitle = “mycompany.COM – webmail”;
SOGoPasswordChangeEnabled = YES;
SOGoProfileURL = “mysql://sogo:9s8g0s7gdfDF7SG07@localhost/sogo/sogo_user_profile”;
SOGoSMTPServer = localhost;
SOGoSearchMinimumWordLength = 0;
SOGoSieveScriptsEnabled = YES;
SOGoSieveServer = “sieve://127.0.0.1:2000”;
SOGoSuperUsernames = (
Administrator
);
SOGoSupportedLanguages = (
English,
German,
Hungarian
);
SOGoTimeZone = “America/Edmonton”;
SOGoUserSources = (
{
CNFieldName = displayName;
IDFieldName = cn;
MailFieldNames = (
mail,
otherMailbox
);
SearchFieldNames = (
sn,
sAMAccountName,
mail,
otherMailbox,
displayName,
title
);
UIDFieldName = mailNickName;
baseDN = “cn=users,dc=mycompany,dc=local”;
bindDN = “cn=administrator,cn=users,dc=mycompany,dc=local”;
bindFileds = (
mailNickname
);
bindPassword = Amedius1971;
canAuthenticate = YES;
displayName = “Shared Addresses”;
hostname = “127.0.0.1”;
id = samba;
isAddressBook = YES;
mapping = {
mozillasecondemail = otherMailbox;
mozillaworkurl = wWWHomePage;
nsaimid = sAMAccountName;
street = streetAddress;
};
port = 389;
}
);
SOGoVacationEnabled = YES;
WOWorkersCount = 3;
}