• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Mchk command fails on step: mail_auth_dump

Philippe12

New Pleskian
Dear All,

I just upgraded from plesk 11.5 to 12 and all my users are now unable to connect to their mailbox (pwd is not valid). After a few test, it appears that Mchk command fails on various steps

Errors occured in mail restore procedure
Some utilities have exited with errors:
/usr/lib64/plesk-9.0/remote_mail_restore/mail_auth_dump
/usr/lib64/plesk-9.0/remote_mail_restore/mail_imap_restore
/usr/lib64/plesk-9.0/remote_mail_restore/mail_outgoing_restore
/usr/lib64/plesk-9.0/remote_mail_restore/mail_transport_restore

Following http://kb.odin.com/en/121095
i checked that all mailboxes have a password:
SELECT CONCAT_WS('@',mail.mail_name,domains.name),accounts.password FROM domains,mail,accounts WHERE domains.id=mail.dom_id AND accounts.id=mail.account_id AND accounts.password='' ORDER BY domains.name ASC,mail.mail_name ASC; -> EMPTY SET

Checked whether there are accounts with passwords that cannot be decrypted
/usr/local/psa/admin/sbin/mail_auth_view | grep '$AES' -> RETURN NONE

Checked for mailboxes with an incorrect encryption
SELECT CONCAT_WS('@',mail.mail_name,domains.name),accounts.password FROM domains,mail,accounts WHERE domains.id=mail.dom_id AND accounts.id=mail.account_id AND accounts.type='sym' and accounts.password not like '%AES%' ORDER BY domains.name ASC,mail.mail_name ASC ; -> EMPTY SET

Checked that every mail account in the mail table has corresponding entry in the accounts table
select * from mail where account_id not in (select id from accounts); -> EMPTY SET

I'm currently unable to change passwords in control panel
Error message: Unable update mailbox: Mailbox password changing is not supported

Tried to run bootstrapper.sh -repair and got the following msg:

Some problems are found during reconfigure web-server configurations skipping broken domains(see log file: /var/log/plesk/install/plesk_12.0.18_repair.log)
and
PHP Fatal error: Call to a member function getScheme() on a non-object in /usr/local/psa/admin/plib/WebServerManager/Adapter/Apache.php on line 800

I'm stuck here so any help would be greatly appreciated...
Users are now playing darts with my photo but i'm still standing !

All my best,
Philippe
 
Back
Top