• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Mail account passwords not correct after migration/updates

J

JoostF

Guest
After migrating domains and updating to Plesk 9.2.2, various E-mail accounts cannot login through IMAP anymore.

I checked the psa-database and all records/passwords in the accounts- and mailtable are CORRECT.

I checked the file '/var/lib/plesk/mail/auth/passwd.db' and these passwords are WRONG.
Some accounts have the correct passwords, but some accounts seem to have taken over passwords from other accounts, very strange.

What I already have tried:
- Running '/usr/local/psa/admin/sbin/mail_auth_dump'
- Running '/usr/local/psa/admin/sbin/mchk --with-spam'

Unfortunately without effect.. Please help!

(I can't figure out where the mail_auth_dump-app gets his data from, this should be the psa-database, right?)
 
Hi,

Yes, /usr/local/psa/admin/sbin/mail_auth_dump should be taking information from Parallels Plesk database.

One more thing you can try is to rename /var/lib/plesk/mail/auth/passwd.db and then run:
/usr/local/psa/admin/sbin/mail_auth_dump
/usr/local/psa/admin/sbin/mchk --with-spam

It should generate new file with correct data. If it does not, then create empty /var/lib/plesk/mail/auth/passwd.db, set correct permissions on it and rerun commands again.

Hope this helps.
 
Back
Top