[horde] Kronolith 4.2.27 on Horde 5.2.22 - No supported IMAP authentication method could be found.

director_de at yahoo.de director_de at yahoo.de
Thu Jan 2 19:37:05 UTC 2020


 Can you please provide an example horde/config/conf.php which could make the Calendar and Contacts working with kolab?
My config seems to miss something (or something is too much), maybe service_bind_dn must be bind_dn = cn=Directory Manager etc... from /etc/kolab/kolab.conf's [ldap] section...
$conf['kolab']['ldap']['server'] = 'localhost';$conf['kolab']['ldap']['port'] = 389;$conf['kolab']['ldap']['basedn'] = '{{base_dn from /etc/kolab/kolab.conf}}';$conf['kolab']['ldap']['phpdn'] = '{{service_bind_dn from /etc/kolab/kolab.conf}}';$conf['kolab']['ldap']['phppw'] = ' {{service_bind_pw from /etc/kolab/kolab.conf}}';$conf['kolab']['imap']['server'] = 'localhost';$conf['kolab']['imap']['port'] = 993;$conf['kolab']['imap']['sieveport'] = 2000;$conf['kolab']['imap']['maildomain'] = 'tiri.li';$conf['kolab']['imap']['cache_folders'] = true;$conf['kolab']['smtp']['server'] = '127.0.0.1';$conf['kolab']['smtp']['port'] = 25;$conf['kolab']['freebusy']['server'] = '{{kolab server URL}}/freebusy';$conf['kolab']['enabled'] = true;
Do I still need to configure IMAP like
$conf['imap']['server'] = '127.0.0.1';...
when using kolab?
What should the 
$conf['ldap']['hostspec'] = array('127.0.0.1');$conf['ldap']['port'] = 389;$conf['ldap']['tls'] = false;$conf['ldap']['timeout'] = 5;$conf['ldap']['version'] = 3;$conf['ldap']['binddn'] = '{{service_bind_dn from /etc/kolab/kolab.conf}}';$conf['ldap']['bindpw'] = ' {{service_bind_pw from /etc/kolab/kolab.conf}}';$conf['ldap']['user']['basedn'] = '{{base_dn from /etc/kolab/kolab.conf}}';$conf['ldap']['user']['uid'] = '{{**** what should be set here in case of kolab??? ****}}';$conf['ldap']['user']['objectclass'] = array('*');$conf['ldap']['user']['filter_type'] = 'objectclass';$conf['ldap']['bindas'] = 'admin';$conf['ldap']['useldap'] = true;
Thanks for your help in advance!T

    Am Donnerstag, 2. Januar 2020, 20:06:22 MEZ hat Michael J Rubinsky <mrubinsk at horde.org> Folgendes geschrieben:  
 
 
Quoting director_de at yahoo.de:

> Here is output of IMP Testpage
> Attempting to login to the server: SUCCESS
> Secure connection: tls

Assuming you used the IMAP configuration (and not the "Kolab"), the  
only other thing I can think of is that whatever authentication you  
configured horde to use on the "IMAP" tab is not recognized by the  
server. Did you configure it to use tls with the correct port? You can  
also enable the IMAP debug log to see what is being sent to the IMAP  
server.


  


More information about the horde mailing list