Hi all,<br>i've a problem when i try to connect to horde webmail.<br>the saslauthd.log contains  "user ldap_search_st() failed: Can't contact LDAP server" but openldap is running and the same users can log in correctly in admin interface.<br>
<br>the horde configuration file contain the fallowing lines<br><br>$conf['kolab']['ldap']['server'] = 'localhost';<br>$conf['kolab']['ldap']['port'] = 389;<br>$conf['kolab']['ldap']['basedn'] = 'dc=example,dc=com';<br>
$conf['kolab']['ldap']['phpdn'] = 'cn=nobody,cn=internal,dc=example,dc=com';<br>$conf['kolab']['ldap']['phppw'] = 'dummy';<br>$conf['kolab']['imap']['server'] = 'localhost';<br>
$conf['kolab']['imap']['port'] = 143;<br>$conf['kolab']['imap']['sieveport'] = 2000;<br>$conf['kolab']['imap']['maildomain'] = '<a href="http://example.com">example.com</a>';<br>
<br>i try to change this line with correct parameter of domain and maildomain, but nothing changes...<br><br>any idea?<br><br>thanks.<br><br>