1

Topic: Sogo Password policy SQL

==== Required information ====
- 0.9.5-1
- Centos 7
- MySQL
-  Nginx
- RedAdmin-Pro
- Related log if you're reporting an issue:
====

Just installed Sogo
keep getting
might not have worked - password policy: 65535  grace: -1  expire: -1  bound: 0

// Authentication using SQL
    SOGoUserSources = (
        {
            type = sql;
            id = vmail_mailbox;
            viewURL = "mysql://sogo:MYPASSWORD@127.0.0.1:3306/sogo/users";
            canAuthenticate = YES;

            // Default algorithm used when changing passwords.
            userPasswordAlgorithm = ssha;
            prependPasswordScheme = YES;

            // Use vmail.mailbox as global address book.
            // WARNING: This will search all user accounts, not just accounts
            // under same domain as login user.
            //isAddressBook = YES;
            //displayName = "Global Address Book";
        }
    );

----

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

2

Re: Sogo Password policy SQL

Try to reset password.

3

Re: Sogo Password policy SQL

No luck changing password! Still Sogo won't recognize password but RoundCube DOES !!!!!!!!!

4

Re: Sogo Password policy SQL

Is the password hashed in SSHA512 or SSHA? Any related error in Dovecot log file?

BTW, It's pain to solve this SOGo issue because its log doesn't clearly explain what the problem is with the password...

5

Re: Sogo Password policy SQL

Should be ssha !!!
But I don't know !
Which table has the password ?

6

Re: Sogo Password policy SQL

No help ?

7

Re: Sogo Password policy SQL

Could you please turn on debug mode in SOGo and try again? FYI:
http://www.iredmail.org/docs/debug.sogo.html

We need "ImapDebugEnabled" and "LDAPDebugEnabled". Please extract related debug log from sogo log file and paste here.