• 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!
  • 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 in plesk on ubuntu 12.04LTS corrupts vmailbox.db of postfix

Hello,

After a upgrade, where i had some mailissues after, i issued mchk, but after that i noticed that e-mail addressed to <mailbox>@domain.tld was nog working anymore.

Further investigation lead me that /var/spool/postfix/plesk/vmailbox.db was 'empty' output when issuing the command : postmap -s /var/spool/postfix/plesk/vmailbox.db

I tried this on a test server as well with the same result.

I did recreate the file with some database / scripting skills but this is not a nice result of mchk command.
 
Hi Silvester van der Leer,

such issues with the "mchk" - utility may occur, when there are mailboxes with empty passwords. In such cases, the mail-auth_dump will exit with an error.
To check eMail - accounts with empy passwords, you may use the mysql - command:
Code:
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa
select displayName,password from accounts join mail on mail.account_id = accounts.id JOIN domains ON mail.dom_id = domains.id where type="sym" and password not like "$AES%";
Please correct the missing passwords by reseting them over your Plesk Control Panel and afterwards an additional "/usr/local/psa/admin/sbin/mchk --with-spam" should result with no errors.

If you experience further issues/errors/problems, please reply with corresponding entries from your mail.log.
 
Hi,

I've checked the empty passwords ofcourse, mail-auth_dump is not exiting with errors, but /var/spool/postfix/plesk/vmailbox.db was completely empty after mchk
no mailbox was listed at all when checking with postmap -s vmailbox

mail-auth_dump was listing all accounts
 
Back
Top