Topic: sogo
Hi,
if any interested to make iredmail work with Sogo (scalableogo.org) / ie the ldap part of iredmail, here is the GNUStepDefaults :
replace mysql & ldap dn
{
NSGlobalDomain = {
};
gdnc = {
};
sogod = {
debug = yes;
NGImap4DisableIMAP4Pooling = YES;
NGUseUTF8AsURLEncoding = YES;
OCSFolderInfoURL = "mysql://<user mysql>:<mysql pass>@localhost:3306/sogo/sogo_folder_info";
SOGoACLsSendEMailNotifications = YES;
SOGoAppointmentSendEMailNotifications = YES;
SOGoAuthenticationMethod = LDAP;
SOGoDefaultLanguage = French;
SOGoDefaultMailDomain = <domain>;
SOGoFallbackIMAP4Server = localhost;
SOGoFoldersSendEMailNotifications = YES;
SOGoLDAPSources = (
{
CNFieldName = cn;
IDFieldName = mail;
UIDFieldName = uid;
scope = sub;
baseDN = "o=domains,<base dn>";
bindDN = "cn=Manager,<base dn>";
bindFields = cn;
bindPassword = "<manager password>";
canAuthenticate = YES;
displayName = "Shared Address Book";
hostname = 127.0.0.1;
id = public;
isAddressBook = YES;
port = 389;
}
);
SOGoMailingMechanism = sendmail;
SOGoProfileURL = "mysql://<user mysql>:<mysql pass>@localhost:3306/sogo/sogo_user_profile";
SOGoServerTimeZone = Indian/Mauritius;
WOApplicationRedirectURL = "http://<IP or DNS>";
SOGoCalendarDefaultRoles = ("PublicViewer");
WOMessageUseUTF8 = YES;
WOParsersUseUTF8 = YES;
WOPort = 20000;
WOUseRelativeURLs = NO;
#GCSFolderDebugEnabled = YES;
#GCSFolderStoreDebugEnabled = YES;
#NGImap4DisableIMAP4Pooling = YES;
#OCSFolderManagerSQLDebugEnabled = YES;
#PGDebugEnabled = YES;
#SoSecurityManagerDebugEnabled = YES;
};
}
Ps : i forgot the password for cn-vmail
how can i retrieve it
it's not in the config file
Rgds
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.