Hi!
How can I delete all data of a specific user in the roundcubemail database? I deleted some email adresses/user accounts in postfix but they are still available in my database.
thanks,
Gerald
Me this question too interests. I created many test users. How now them to delete?
PHPMyAdmin ... Just delete them in accounts table (all other tables are linked to the main index user_id in accounts table).
Quote from: rosali;22394PHPMyAdmin ... Just delete them in accounts table (all other tables are linked to the main index user_id in accounts table).
Thanks. I will try =)