Do I need to create a Subaccount or should I use the mailbox only when opening a new mailbox via API?
Hi.
I'm trying to create a pop mailbox and also to delete such a mailbox via cpanel API and I have some questions:
1. Do I need to create a Subaccount for everyone I want to open a pop mailbox for?
When I read the documentation for the Reset Password feature.
The problem is that I was unable to find a UserManager::create_user api command unless it's the
The problem is that I was unable to find a UserManager::create_user api command unless it's the
-
Hey there! I'll go through and answer these in order to make sure I don't miss anything. 1 - "Subaccount" is just the general term for the function, but it can be used to make an email account. For example, here's an SSH version of the UAPI call to make an email account named "emailtest@domain.com" uapi --user=username UserManager create_user domain='domain.com' password=12345 username=emailtest services.email.enabled=1
2 - At this time there is not a built-in function to create a random password. I'm sure there is a way to call a custom password generator script along with the API itself, but that would require a bit more programming work. 3 - I'm not seeing a way to do this one either, but that sounds like an excellent feature request if you'd like to get that submitted using the link in my signature below.0 -
Hi, Thanks for your help. 1 - "Subaccount" is just the general term for the function, but it can be used to make an email account. For example, here's an SSH version of the UAPI call to make an email account named "emailtest@domain.com"
That's strange... in the Create Subaccount command. I see that while using the Thanks for your help! Ram0 -
Thanks for getting that submitted! 0
Please sign in to leave a comment.
Comments
3 comments