• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Web Admin Edition license

hardbrasil

Regular Pleskian
Hi support, there is emails creation limit in this license?

i got this: The limit on the number of mailboxes has been reached

i dont know how to solve!
 
No, there shall not be a mailbox limit in the license. But lets clarify some details:
- you are using Plesk 12.x, correct?
- the operation was performed under "admin" account, correct?
- does domain belong to a customer or reseller in Plesk? They have their own limits which cannot be exceeded. You can edit them in subscription settings then
Send screenshot if in doubt - it is relatively easy to tell from the screenshot.
 
Hi Sergey, thanks!
- Yes, plesk 12
- Under admin account
- none of them, this is a Plesk Web Admin Edition, there is no reseller or customer level, just an admin.
 
32 mailboxes

i have 3 domains into this vps, and "Mail" tab show all mailboxs all together becous on top of the page i had select "all webspaces"
so maybe 12 accounts for each domain (aprox.)
 
Looks like that you have migrated these domains from Plesk version with subscriptions where number of mailboxes was limited in subscription. And now this limit is reached. So, as possible workaround you may switch these domains on default Unlimited plan with something like:

# plesk bin subscription --switch-subscription domain.com -service-plan Unlimited
 
doenst work, i run the command with success.
but inside plesk i still not able to create more emails.
 
Hi Igor, support has fixed the issue, see

The issue was cause Bug ID #PPPM-1948 (Unable to change limits in Plesk GUI for Power User mode).
On the source server it was a subscription winjob.com.br with mailbox limit=12.
You migrated this subscription to Plesk 12 and limit=12 was migrated too, but since you are using Web Admin Edition License it's not possible to change limit using Plesk GUI(Bug ID #PPPM-1948).
But it possible to change mailbox limit using command line:

~]# /usr/local/psa/bin/subscription_settings --update domain.tld -max_box -1

This command will set unlimited mailboxes for domain.tld.

> I am afraid that this will happen again

Yes it will happen again. There are two way to avoid the issue:

1. Change limits for domain to unlimited on the source server and after that migrate subscription or downgrade license.
2. Use command line utility to change limits(see above) for more information you can use help :

~]# /usr/local/psa/bin/subscription_settings --help

Also you can check guide:

http://download1.parallels.com/Plesk/PP12/12.0/Doc/en-US/online/plesk-unix-cli/37982.htm
 
Back
Top