• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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