1

Topic: SOGo change password bug 0004139

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.7
- Linux/BSD distribution name and version: Ubuntu 16.04.2 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? Yes
- iRedAdmin-Pro version: 2.8.0 (MySQL)
- SOGo version: 3.2.10
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

/var/log/sogo/sogo.log:
...
May 06 10:49:11 sogod [1475]: <0x0x55abd559eec0[NGHttpRequest]> got 2 values for cookie 'XSRF-TOKEN', using first only: 2a79d2ac86f0fc91da0e28249661e07ecfdd10e4,7ac240a0205b34431c6ec942e880f333e3488896
...

SOGo bug:
https://sogo.nu/bugs/bug_relationship_g … h=relation

SOGo bug fixed in version: 4.0.0

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: SOGo change password bug 0004139

Thanks for sharing.
According to the commit log, it's fixed on 2017-09-19. it should be available in latest nightly build of SOGo v3 too.

3

Re: SOGo change password bug 0004139

ZhangHuangbin wrote:

Thanks for sharing.
According to the commit log, it's fixed on 2017-09-19. it should be available in latest nightly build of SOGo v3 too.

I'm hoping to have this fixed before moving people to new service. I had to relax passwords to migrate accounts via API. Now I want to return to default password rules and force/encourage new passwords via SOGo.

Is SOGo something I should update myself with "apt get update logo" or something similar or is it better to update SOGo through a iRedAdmin-Pro update?

4

Re: SOGo change password bug 0004139

You should update it with 'apt-get update'.

5

Re: SOGo change password bug 0004139

apt-get update only updates the package index files. run "apt-get update && apt-get dist-upgrade" to update the index (required) and also install the latest packages.

6

Re: SOGo change password bug 0004139

Upgrading SOGo resolved the change password issue for me.