Plesk email security reset statistics
Need a feature to reset Plesk email security statistics. For example, a button to clear tables (msgs; msgrcpt;)
There is currently a workaround:
Truncate tables (msgs; msgrcpt;statsaccounts;statsdaily_volume;) via SSH or GUI (PhpMyAdmin) from the database "emailsecurity".
# plesk db
USE emailsecurity;
TRUNCATE TABLE msgs;
TRUNCATE TABLE msgrcpt;
TRUNCATE TABLE statsaccounts;
TRUNCATE TABLE statsdaily_volume;
TRUNCATE TABLE stats;
1
vote
Plesk Tech Support
shared this idea