Some precision on my problem:

I'm using |SOGo| version 1.2.2 (build @vizzini.inverse.ca 201005241051)

I'm using postgresql for the user database:

for this example the user is:

    c_uid    |   c_name    | c_password  |          c_cn          |          mail                 
-------------+-------------+-------------+------------------------+------------------------
 benoit      | benoit      | *****       | benoit gautier         | [email protected]                


in my conf file:

SOGoMailDomain = mondomaine2.fr;
SOGoAuthenticationMethod = sql;
SOGoUserSources = (
    {
        type = sql;
        id = CARNET;
        viewURL = "postgresql://sogo:s...@localhost:5432/sogo/utilisateurs";
        canAuthenticate = YES;
        isAddressBook = YES;
        userPasswordAlgorithm = none;
    }
);

the inbox name appear "[email protected]" (
c_uid field   @   SOGoMailDomain field ) And when I write a new mail the sender is the same name "[email protected]" . but if I search the adress book "CARNET" the result is right : "benoit gautier <[email protected]>"

Same problem with calendars:

from others users, when I test adding a shared calendar from benoit, the search result in the popup show me a line "benoit gautier <[email protected]>".
Once the calendar is added, on the shared properties popup the email adress is remplaced by the c_uid field   @   SOGoMailDomain field : "benoit gautier <[email protected]>".

is this behavior normal ?

Is there a way to change that and only use the mail field ?

I've tried with a MailFieldNames field but I'm not sure I'm using it in the right way and the result is the same

    c_uid    |   c_name    | c_password  |          c_cn          |                  mail                  |  MailFieldNames   |              autremail    
-------------+-------------+-------------+------------------------+----------------------------------------+-------------------+-------------------------------------
 benoit      | benoit      | *****       | benoit gautier         | [email protected]                 | (mail, autremail) | [email protected]



Thanks for some help.

De: benoit gautier <[email protected]>
Envoyé : 26/05/2010 8:55 +0200
Objet : [SOGo] How to configure SOGo mail adress


Hi,

Have you found the solution for this question please ?
I'm exactly in the same case and I hope I will not be forced to change all user_id by their complete alias

Thanks you,

De: Alexandre ZANELLI <[email protected]>
Envoyé : 07/04/2010 15:28 +0200
Objet : [SOGo] How to configure SOGo mail adress


Hi,

How to configure SOGo mail adress to use email instead of c_cn and SOGoMailDomain

For exemple my SOGoMailDomain is set to test.com

i have a user where username is sogo and a real email is [email protected] but in Webmail the adresse is [email protected] instead of [email protected]

thanks

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

Reply via email to