1

Topic: Can not login to SoGo after update

siveradmin@mail:~$ sudo -u sogo sogo-tool backup /root/test ALL
2023-01-06 22:26:37.072 sogo-tool[663142:663142] ERROR(+[GCSFolderManager defaultFolderManager]): default 'OCSFolderInfoURL' is not configured.
2023-01-06 22:26:37.072 sogo-tool[663142:663142] an error occured during directory creation
siveradmin@mail:~$ sudo -u sogo sogo-tool backup /tmp/test_backup ALL
2023-01-06 22:26:59.015 sogo-tool[663151:663151] ERROR(+[GCSFolderManager defaultFolderManager]): default 'OCSFolderInfoURL' is not configured.
<0x0x5618f0e045f0[SOGoUserManager]> No authentication sources defined - nobody will be able to login. Check your defaults.
2023-01-06 22:26:59.016 sogo-tool[663151:663151] ERROR(+[GCSFolderManager defaultFolderManager]): default 'OCSFolderInfoURL' is not configured.
<0x0x5618f0e49000[SOGoCache]> Cache cleanup interval set every 300.000000 seconds
<0x0x5618f0e49000[SOGoCache]> Using host(s) 'localhost' as server(s)
2023-01-06 22:26:59.017 sogo-tool[663151:663151] user 'ALL' unknown

----

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

2

Re: Can not login to SoGo after update

Was /etc/sogo/sogo.conf re-generated during package update? You should find old working one under /etc/sogo/, simply copy old one to override sogo.conf and restart sogo service should fix the issue.

3

Re: Can not login to SoGo after update

ZhangHuangbin wrote:

Was /etc/sogo/sogo.conf re-generated during package update? You should find old working one under /etc/sogo/, simply copy old one to override sogo.conf and restart sogo service should fix the issue.

Thank you very much, that worked like a charm !!