Clear old RoundCube data

Desavil

Verified User
Joined
Jan 6, 2016
Messages
20
Hello,

DirectAdmin has the following functionality - https://directadmin.com/features.php?id=2128
If an e-mail account is deleted or renamed, DirectAdmin also enters this in the RoundCube da_roundcube database.

I have a custom RoundCube installation. Where can I change these settings to other, for example connections data to the da_roundcube database?
I have not found any script that carries out these commands.

All I found was that such things are done by a binary file: /usr/local/directadmin/directadmin:
DELETE FROM da_roundcube.users WHERE username LIKE '%@
DELETE FROM da_roundcube.users WHERE username=' Email::delete_roundcube_user: query: "%s"
UPDATE da_roundcube.users SET username=' ' WHERE username=' identities
UPDATE da_roundcube.identities SET email=' ' WHERE email=' .msg_off .once Email
 
Last edited:
Back
Top