Hi In your sogo.conf and the userSource part, what do you have for userPasswordAlgorithm and prependPasswordScheme?
How do you store the password in your database like this {SHA512}blablabal... or directly blablablab? Cheers, -- Quentin Hivert || Alinto || R&D Lead Developer 19 Quai Perrache 69002 Lyon www.alinto.com -----Original Message----- From: users-requ...@sogo.nu <users-requ...@sogo.nu> On Behalf Of Dirk Schneider Sent: mercredi 11 juin 2025 10:50 To: users@sogo.nu Subject: Re: [SOGo] default 'OCSFolderInfoURL' is not a valid URL Hello, thanks for your answer. The encodig was the deal to get sogo started without errors, because I had a special char within the password. Now I can't login, searching for next step. Log: " SOGoRootPage Login from 'IP ADDRRESS' for user 'mailaddress@domain' might not have worked - password policy: 65535 grace: -1 expire: -1 bound: 0" MySQL, table "sogo_view" within the sogo db. Every field contains the mail address except c_password containing the SHA512 encoded password. Address and password are identical to the IMAP credentials. Any additional hint? Thanks for your help. Dirk Am 10.06.2025 um 14:49 schrieb qhivert (qhiv...@alinto.eu): > Hello, > > Firstly, SOGo set up the database tables itself if it is not done yet. > > Then for your problem, do you have a special character in your password? If > yes, it must be url-encoded -> https://www.urlencoder.org/ > For example, if your password is "sogo%a", you should write "sogo%25a" in > your sogo.conf > > Cheers,