Accounts list in cPanel is not updated

Sep 27, 2015
11
0
1
Egypt
cPanel Access Level
Root Administrator
Hello,

I have used /scripts/addpop in order to create an email. it works correctly but the issue with the cpanel itself, as the accounts list is not updated after the creation process. I have searched if there is something needs to be done after using /scripts/addpop but I couldn't figure it out.

Please note that i have tried to use the UAPI too but still same issue.


Listing emails using uapi:
---
apiversion: 3
func: list_lists
module: Email
result:
data: []

errors: ~
messages: ~
metadata:
transformed: 1
status: 1

However the email was created successfully:

---
apiversion: 3
func: add_pop
module: Email
result:
data: username+domain.com
errors: ~
messages:
- ''
metadata: {}

status: 1
 
Last edited:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,270
463