On 19.11.2012 10:53, David Ssali wrote:
I have created /var/lib/samba/mapistore/user1/password and put there the md5 password (since that is how they are stored in the mysql database).
You actually need to put the cleartext password there. The web interface caches the users cleartext password that was entered on login to the web interface and passes it on to the IMAP server. The OpenChange backend can't do that because outlook never passes on cleartext passwords.
Also, don't use a text editor to create the password file. Use echo -n "cleartext" > /var/lib/samba/mapistore/user1/password Even vi insists on adding a linefeed, and that will break things. -- Mit freundlichen Grüßen Sven Tegethoff EDV-Team _________________________________________________________ UDO BÄR GmbH & Co. KG Fürstenstraße 18 47051 Duisburg Tel.: +49 (0) 203 28117-142 Fax: +49 (0) 203 28117-151 E-Mail: [email protected] Ust.-Idnr.: DE119562189, HRA 6056, Sitz der Gesellschaft: Duisburg, Gerichtsstand: Duisburg Geschäftsführer: Bodo Badnowitz, Jürgen Dietz Ein Unternehmen der BTI Gruppe: www.bti-group.com Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese E-Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser E-Mail ist nicht gestattet. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. -- [email protected] https://inverse.ca/sogo/lists
