• 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

Resolved MU killed severals services and license checks

Tanktiger

New Pleskian
Hello,
we have done a Plesk MU on our Plesk Ony 17.8.11. At first the phpmyadmin was not reachable and we cant access the mail settings with the UI. Ive tried to repari mail wit plesk repair mail but with no luck.
Then i tried with /usr/local/psa/admin/sbin/mchk --with-spam but again no luck. The problem is that there is no user in the auth_db file from dovecot.

Here some logs:
==> Checking for: mailsrv_conf_init... ok
==> Checking for: mail_handlers_init... ok
==> Checking for: mailsrv_entities_dump... /usr/local/psa/admin/sbin/mchk --with-spam
ok
==> Checking for: mail_admin_aliases... ok
==> Checking for: mail_auth_dump... fail
==> Checking for: mailman_lists_dump... ok
==> Checking for: mail_kav8_restore... ok
==> Checking for: mail_responder_restore... ok
==> Checking for: mail_imap_restore... fail
==> Checking for: mail_spam_restore... ok
==> Checking for: mail_grey_restore... ok
==> Checking for: mail_mailbox_restore... ok
==> Checking for: mail_spf_restore... ok
==> Checking for: mail_dk_restore... ok
==> Checking for: mail_dmarc_restore... ok
==> Checking for: mail_drweb_restore... not found, skipped
==> Checking for: mail_outgoing_restore... fail
==> Checking for: mail_transport_restore... fail
Errors occured in mail restore procedure
Some utilities have exited with errors:
/usr/lib/plesk-9.0/remote_mail_restore/mail_auth_dump
/usr/lib/plesk-9.0/remote_mail_restore/mail_imap_restore
/usr/lib/plesk-9.0/remote_mail_restore/mail_outgoing_restore
/usr/lib/plesk-9.0/remote_mail_restore/mail_transport_restore

We do nightly backups but it has 42gb and i cant backup with Plesk UI because i have no rights to this says Plesk. Im logged in with the admin.

Here is some logs from maillog:
Oct 5 11:28:17 XXXX dovecot_authdb_plesk[4019]: No such user '[email protected]' in mail authorization database
Oct 5 11:28:20 XXXX dovecot_authdb_plesk[4019]: No such user '[email protected]' in mail authorization database
Oct 5 11:28:20 XXXX dovecot_authdb_plesk[4019]: No such user '[email protected]' in mail authorization database

Here are some plesk action logs:
127.0.0.1 [2018-10-02 21:12:32] 'Plesk component upgrade' ('COMP_SERVICE_NODE': '1' => '1', 'Plesk component name': 'php72' => 'php72')
92.231.181.185 XXX[2018-10-02 21:13:48] 'CP User Login' ('Contact Name': '' => 'XXX')
92.231.181.185 XXX [2018-10-02 21:19:57] 'Plesk component upgrade' ('COMP_SERVICE_NODE': '1' => '1', 'Plesk component name': 'php56' => 'php56')
127.0.0.1 [2018-10-02 21:22:34] 'Plesk component install' ('COMP_SERVICE_NODE': '1' => '1', 'Plesk component name': 'php71' => 'php71')
127.0.0.1 [2018-10-02 21:26:24] 'Plesk component uninstall' ('COMP_SERVICE_NODE': '1' => '1', 'Plesk component name': 'php53' => 'php53')
127.0.0.1 [2018-10-02 21:26:24] 'Plesk component uninstall' ('COMP_SERVICE_NODE': '1' => '1', 'Plesk component name': 'php55' => 'php55')
92.231.181.185 XXX[2018-10-02 22:10:23] 'Plesk component uninstall' ('COMP_SERVICE_NODE': '1' => '1', 'Plesk component name': 'dovecot' => 'dovecot')
92.231.181.185 XXX[2018-10-02 22:10:23] 'Plesk component uninstall' ('COMP_SERVICE_NODE': '1' => '1', 'Plesk component name': 'dovecot-pigeonhole' => 'dovecot-pigeonhole')
92.231.181.185 XXX[2018-10-02 22:10:23] 'Plesk component uninstall' ('COMP_SERVICE_NODE': '1' => '1', 'Plesk component name': 'php70' => 'php70')
92.231.181.185 XXX[2018-10-02 22:10:23] 'Plesk component uninstall' ('COMP_SERVICE_NODE': '1' => '1', 'Plesk component name': 'phpmyadmin' => 'phpmyadmin')
92.231.181.185 XXX[2018-10-02 22:10:23] 'Plesk component uninstall' ('COMP_SERVICE_NODE': '1' => '1', 'Plesk component name': 'postfix' => 'postfix')
127.0.0.1 admin [2018-10-03 06:29:17] 'License updated' ('Client GUID': 'XXX' => 'XXX', 'License': '' => 'XXX', 'License name': '' => 'Plesk license', 'License type': '' => 'plesk', 'Login Name': 'admin' => 'admin')

Postfix and Dovecot are running - i can see them and restart the service without a problem

Can someone help me what to do?
 
Thanks for your fast answer,

This commands shows the same message like mchk :(
plesk repair mail

Error messages: 0; Warnings: 0; Errors resolved: 0


Ive seen this KB but if i do the solution stept 2 the .txt file is empty
 
Last edited:
Ive resolved the issue after multiple tests.

I wanted to reinstall postfix but got error that mysql could not be stopped. I cant stopped mysql because the system has a lot requests, so this must be planned.

1. So we created an Backup with Plesk.
2. Login with SSH and root on our server
3. shutdown mysql service (service mysql stop)
4. remove dovecot and postfix
# plesk installer remove --components dovecot postfix
5. start mysql service
6. add dovecot and postfix
# plesk installer add --components dovecot postfix
7. Everything worked like before!

@Hint: no emails on the server were deleted :)
 
Back
Top