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

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