On Fri, Apr 1, 2011 at 12:19 AM, Yvan LE BOUFFANT
<[email protected]> wrote:
> On 03/31/2011 09:29 PM, Stephen Ingram wrote:
>>
>> Can you please tell me what IMAP server you are using? Are you
>> authenticating the IMAP server from LDAP also?
>>
>> Steve
>
> I'm not in charge of the Mail server, but I know that LDAP is not connected
> to it (because of some security and availability reasons). In SOGo server
> configuration, there is the (very useful) option SOGoForceIMAPLoginWithEmail
> which works well, and I looked for such an option in the Integrator, but I
> didn't find it. Maybe there is a method to prompt the SOGo username only the
> first time ? Or, to set it in the preferences ?

Our setup we've been testing here uses common directory for IMAP and
SOGo authentication. As such, we can use SASL to obtain the
information we need using binds and directory searches. It sounds like
your mailstore (IMAP) is completely separated so you can't do that.
Also, I was in a similar situation to you, but in reverse. I wanted to
use uid for mail store and email address for SOGo. For that, I used
the file defaults/preferences/site.js in the sogo-integrator directory
and included the line:

pref("sogo-integrator.identification.use_email_address", true);

You might look into the file this is referring to
(chrome/content/sogo-config.js) and try to adjust it to fit your
requrements. Your problem is going to be more difficult to solve
though as it's not as easy for SOGo to deduce the uid.

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

Reply via email to