• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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