Hello

I've tested latest nightly build and the good news is that multi domain config with users in the same AD is working!

Thanks a lot for a good work guys!

Best regards

Ladislav

Dne 14.3.2011 17:24, Ladislav Pašek napsal(a):
I've tested nightly build but it seems to not working with my multi domain 
config.

{
NSGlobalDomain = {
};
"sogod" = {
OCSFolderInfoURL = "mysql://****:****@192.168.1.254:3306/sogo/sogo_folder_info";
SOGoProfileURL = "mysql://****:****@192.168.1.254:3306/sogo/sogo_user_profile";
OCSSessionsFolderURL =
"mysql://****:****@192.168.1.254:3306/sogo/sogo_sessions_folder";
SOGoLanguage = Czech;
SOGoTimeZone = Europe/Prague;
SOGoVacationEnabled = YES;
SOGoSieveScriptsEnabled = YES;
SOGoForwardEnabled = YES;
SOGoDraftsFolderName = Drafts;
SOGoSentFolderName = Sent;
SOGoTrashFolderName = Trash;
SOGoOtherUsersFolderName = "Other Users";
SOGoSharedFolderName = "Sdilene";
SOGoMailAuxiliaryUserAccountsEnabled = YES;
SOGoMailShowSubscribedFoldersOnly = YES;
SOGoACLsSendEMailNotifications = YES;
SOGoFoldersSendEMailNotifications = YES;
SOGoAppointmentSendEMailNotifications = YES;
SOGoMailingMechanism = smtp;
domains = {
prodex.sk = {
SOGoMailDomain = prodex.sk;
SOGoIMAPServer = 192.168.9.231;
SOGoSMTPServer = 192.168.9.231;
SOGoUserSources = (
{
type = ldap;
CNFieldName = cn;
IDFieldName = mail;
UIDFieldName = mail;
filter = "(mail='*prodex.sk*')";
baseDN = "ou=_Uzivatele,dc=valbek,dc=cz";
bindDN = "cn=*****,dc=valbek,dc=cz";
bindFields = (mail);
bindPassword = ****;
canAuthenticate = YES;
displayName = "Active Directory";
hostname = 192.168.1.1;
id = prodex.sk;
isAddressBook = YES;
port = 389;
IMAPHostFieldName = info;
}
);
};
valbek.cz = {
SOGoMailDomain = valbek.cz;
SOGoSMTPServer = 192.168.1.254;
SOGoIMAPServer = 192.168.1.254;
SOGoUserSources = (
{
type = ldap;
CNFieldName = cn;
IDFieldName = mail;
UIDFieldName = mail;
filter = "(mail='*valbek.cz*')";
baseDN = "ou=_Uzivatele,dc=valbek,dc=cz";
bindDN = "cn=****,dc=valbek,dc=cz";
bindFields = (mail);
bindPassword = ****;
canAuthenticate = YES;
displayName = "Active Directory";
hostname = 192.168.1.1;
id = valbek.cz;
isAddressBook = YES;
port = 389;
IMAPHostFieldName = info;
}
);
};
}
}


Dne 14.3.2011 16:55, Ludovic Marcotte napsal(a):
On 11-03-14 11:53 AM, Ladislav Pašek wrote:
from my experience I'm not able to set two different mail domains with one
LDAP(AD) to authenticate users to different IMAP servers.
Unfortunately also IMAPHostFieldName seems to be not working when more than
one domain is set.
This has all been fixed in the upcoming 1.3.6 release.

It's also safe to use the nightlies right now in case you want the fix
immediately.

Regards,


--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to