Hello,

I still run a SOGo 2.3 instance ... it is using a MySQL database as 
authentication source:

    SOGoAuthenticationMethod = SQL;
    SOGoUserSources = (
        {
            canAuthenticate = YES;
            id = directory;
            isAddressBook = YES;
            type = sql;
            userPasswordAlgorithm = md5;
            viewURL = "mysql://xxxxxxx:[email protected]:3306/mail/sogo_auth";
        }
    );

Users currently log in with their user ID which is firstname.lastname but I 
often see that some
try with their e-mail address first (which is 
[email protected]<mailto:[email protected]>). How can I 
configure
this (if possible) so that both login names are allowed? I did not find 
something so far.
Perhaps I just overlooked something? I'm not a SOGo expert.

(I could perhaps modify the sogo_auth view to show each user record twice, once 
without
and once with the @domain.tld suffix?)

Kai-Uwe Rommel

[email protected]<mailto:[email protected]>
Telefon+Mobil: +49 89 32468-120


ARS Computer und Consulting GmbH, www.ars.de
ein Unternehmen der TIMETOACT Group
Garmischer Straße 7, 80339 München, Deutschland

ARS - The Art of Software Engineering
Software Engineering, Technologieberatung, IBM Software, IBM Lizenzmanagement 
Services

Handelsregister München, HRB 101829, USt-ID: DE 155 068 909
Geschäftsführer: Joachim Gucker, Stefan Schäffer, Michael Arbesmeier
Datenschutzerklärung: https://web.ars.de/datenschutz/
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to