RE: [SOGo] Questions Regarding SOGo / before Compliling

2023-12-12 Thread qhivert
The nightly part of our repo is open to anyone, only the release need an account https://packages.sogo.nu/nightly/5 Quentin From: users-requ...@sogo.nu On Behalf Of "Robert Himics" Sent: mardi 12 décembre 2023 02:21 To: qhivert Subject: RE: [SOGo] Questions Regarding SOGo / before

Re: [SOGo] Authentication using ldap-md5 password fails

2023-12-12 Thread nico...@hoeft.de
For MD5, hex encoding is the default. You can change that by modifying the scheme from {MD5} to {MD5.b64} See also the documentation of userPasswordAlgorithm in the installation guide. [1] Nicolas [1] https://github.com/Alinto/sogo/blob/master/Documentation/SOGoInstallationGuide.asciidoc

Re: [SOGo] Authentication using ldap-md5 password fails

2023-12-12 Thread vishnyakov....@gmail.com
SOGoUserSources is generated by a script bootstrap=-sogo.sh on the fly during the container startup process: while read -r line gal do echo "${line} SOGoMailDomain ${line} SOGoUserSources

Re: [SOGo] Authentication using ldap-md5 password fails

2023-12-12 Thread vishnyakov....@gmail.com
thanks, I'll try this hint later вт, 12 дек. 2023 г. в 14:50, Nicolas Höft : > For MD5, hex encoding is the default. You can change that by modifying the > scheme from {MD5} to {MD5.b64} > > See also the documentation of userPasswordAlgorithm in the installation > guide. [1] > > Nicolas > > >

Re: [SOGo] Authentication using ldap-md5 password fails

2023-12-12 Thread vishnyakov....@gmail.com
Sorry, but rollback is not possible. I needed to move the mailer to another server. A backup was made on the old server, on the new server I launched mailcow, then deployed the backup using the backup_and_restore.sh script( (supplied with mailcow). All containers started successfully, imap / smtp

RE: [SOGo] Authentication using ldap-md5 password fails

2023-12-12 Thread qhivert
Wait thre some ocnfusions, you don’t used ldap but a database for the user ? What is your SOGoUserSources? You should have something like this: SOGoUserSources = ( { type = sql; id = directory; viewURL = "postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_view"; canAuthenticate =

RE: [SOGo] Authentication using ldap-md5 password fails

2023-12-12 Thread qhivert
Hello, you’ve updated from what sogo version to what? If you rollback your mailcow does it work again? Quentin From: users-requ...@sogo.nu On Behalf Of Sent: mardi 12 décembre 2023 07:22 To: users@sogo.nu Subject: [SOGo] Authentication using ldap-md5 password fails

Re: [SOGo] Authentication using ldap-md5 password fails

2023-12-12 Thread * Neustradamus *
Hello all, At this time, there is no real security for password. There is an old problem, the support for SCRAM salted hashed password has missing and with or without OpenLDAP. I think it is time to add this support in SOGo for users security! SCRAM exists since 2011. Some informations: -

[SOGo] BTS activities for Tuesday, December 12 2023

2023-12-12 Thread SOGo reporter
Title: BTS activities for Tuesday, December 12 2023 BTS Activities Home page: https://bugs.sogo.nu Project: SOGo For the period covering: Tuesday, December 12 2023 idlast updatestatus (resolution)categorysummary

[SOGo] Authentication using ldap-md5 password fails

2023-12-12 Thread vishnyakov....@gmail.com
Good afternoon I use a mailcow: dockerized mail server with an integrated container SOGO. After the update, sogo stopped allowing users whose password hash was generated using the {MD5} algorithm. Users whose password is generated by {BLF-CRYPT} are authenticated normally. I turned on the