• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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