• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

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