• 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.

Issue Unable to add mailbox

slsangco

New Pleskian
Hi I'm new to plesk and using 11.5 Update #23 PPA version. I'm encountering problems adding a new mailbox though I have a limit of 250 mailboxes, I was on 219 mailbox but I can no longer add a mailbox. Is there an old thread here or can you guide me on how to solve the issue? Thanks.
 
the error message on control panel was, Mailbox "off" ,
"The limit on the number of mailboxes has been reached."

Though I still have 31 units available
 
Run

# plesk db
mysql> select concat(mail.mail_name,"@",domains.name) as address from mail,domains,accounts where mail.dom_id=domains.id and mail.account_id=accounts.id order by address;

and make sure that you really have 219 mailboxes according to Plesk database records.
 
sorry for taking awhile. There's no database created at Websites/Databases for the subject domain.

And command "plesk db" has an error "-bash: plesk: command not found"
 
Please add your Plesk version and operating system version here as it seems that you are not using Plesk Onyx but an earlier version.
 
Back
Top