Thanks Sven.
Just one last thing...When samba is passing the username to SOGo does it append the domain part?
I log into outlook using just the user part (without the domain).
In my mailbox table, i have virtual mailboxes for several domains.
On 11/19/2012 01:28 PM, Sven Tegethoff wrote:
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.


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

Reply via email to