• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Resolved Can not add a mailbox - DB query failed: SQLSTATE[23000]...

Nothing helped
DB query failed: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '10' for key 'PRIMARY', query was: insert into spamfilter (`id`,`username`,`preferences`,`serviceNodeId`) VALUES ('0','[email protected]','true','1')

plesk db "show table status where Name='mail' \G;" | grep Auto_increment
Auto_increment: 31

# plesk db "select max(id) from mail;"
+---------+
| MAX(id) |
+---------+
| 28 |
+---------+
 
But it has nothing to do with the backup

first e-mail account has been created and the next accoun is not
 
Last edited:
What is output of

select max(id) from spamfilter;

For example, if it is 178, please execute this command:

# plesk db "alter table spamfilter auto_increment=179;"

After that, please try to create mailbox again.
 
Back
Top