Re: [SOGo] Remove user profile completely

2023-12-11 Thread Kees van Vloten
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

RE: [SOGo] Remove user profile completely

2023-12-11 Thread qhivert
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