Re: [SOGo] change password won't update mailserver database

2021-04-02 Thread Odhiambo Washington
On Fri, Apr 2, 2021 at 5:37 AM DEPRÉ Gaëtan - NGServers . com wrote: > Hi ! > > > > When a user changes his password via SOGo, SOGo doesn’t update the > mailserver database to make the both passwords equal ,and the user can > login but no mailbox will be displayed because of incorrect login on

Re: [SOGo] change password won't update mailserver database

2021-04-02 Thread Odhiambo Washington
PS: I am not so used to top-posting on MLs. My question is - what is the problem with using the same DB? SOGo uses it'd own tables, which you can drop at will. After all, it's the same DB server! You will not _easily_ achieve what you want with two separate databases. Note *easily*. And I can

RE: [SOGo] change password won't update mailserver database

2021-04-02 Thread gde...@ngservers.com
>> If my understanding is correct, You are using multiple (probably two) user >> databases? Different for SOGo and different for IMAP server (probably >> Dovecot/Courrier)? You’re right. I didn’t want to use my mailserver database, because of populating of SOGo (it creates 3 tables per user

[SOGo] BTS activities for Friday, April 02 2021

2021-04-02 Thread SOGo reporter
Title: BTS activities for Friday, April 02 2021 BTS Activities Home page: https://sogo.nu/bugs Project: SOGo For the period covering: Friday, April 02 2021 idlast updatestatus (resolution)categorysummary 5164

RE: [SOGo] change password won't update mailserver database

2021-04-02 Thread gde...@ngservers.com
Hi ! My algorithms are well configured. I can login if I copy/paste hashed password from the mailserver database to SOGo’s one. Sogo updates his database while changing password, but not mailserver’s (dovecot/postfix) one. I would like to know where to implement such an update script

Re: [SOGo] change password won't update mailserver database

2021-04-02 Thread Odhiambo Washington
Oops! I just remembered. SOGo needs to use the same database as your POP3/IMAP4 engine. I have been using Dovecot for that purpose. If you are using MySQL you need to create a VIEW for SOGo to use. Here is what I did in my DB (and it is documented somewhere online): CREATE VIEW sogo_auth_view

Re: [SOGo] change password won't update mailserver database

2021-04-02 Thread Patrik Chadima
Hi, On Fri, Apr 2, 2021 at 4:37 AM DEPRÉ Gaëtan - NGServers . com wrote: > Hi ! > > > > When a user changes his password via SOGo, SOGo doesn’t update the > mailserver database to make the both passwords equal ,and the user can > login but no mailbox will be displayed because of incorrect login