email accounts creation/deletion logging?

Remitur

Active Member
Jan 17, 2018
35
3
8
Ljubljana
cPanel Access Level
Root Administrator
Hello.

Is anywhere logged the activity of the user who creates or deletes email accounts in cPanel?
And, if yes, where?

(The issue: a user wrongly deleted an account, and now he's crying "Where are my emails?!?! I did not deleted anything!!!!! It's your fault!!!!" and so on... :D )
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,301
363
Houston
Hello @Remitur

@Shood is correct the full POST request is something like:

Code:
"POST /cpsess0000000000/execute/Email/delete_pop HTTP/1.1"
though the cpsess number will differ for each user session. a grep for delete_pop would be more than sufficient.

Thanks!
 
  • Like
Reactions: Remitur and Shood