Op 11-12-2023 om 09:07 schreef qhivert (qhiv...@alinto.eu):
Hello,
Probably the user is still in your sogo database, in the table
SOGoProfileURL, usually “sogo_user_profile”?
SELECT * from sogo_user_profile WHERE c_uid = “te...@example.com”;
If yes, remove the row. The c_uid may be only t
Hello,
Probably the user is still in your sogo database, in the table SOGoProfileURL,
usually “sogo_user_profile”?
SELECT * from sogo_user_profile WHERE c_uid = “te...@example.com”;
If yes, remove the row. The c_uid may be only test2.
Quentin
From: users-requ...@sogo.nu On Behalf Of Ke