• 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

Bug Plesk 8.x with mail redirects and mailinglist + SOLUTION

S

s.huisman

Guest
Hello,

Sometimes Plesk mail redirects or mailadresses in mailinglist get lost from a domain.

In Plesk everything is ok, but when i look the Qmail file it seems to be lost. So customer loses email!

You can see it using following commmand:

/var/qmail/mailnames/domeinnaam cat .qmail

It should show the redirects adresses, but they are empty.
This means redirects are gone!

Fortunly the redirects are stored in PSA database, so you can fix qmail by using the follow command:

/usr/local/psa/admin/bin/mchk --without-spam

This wil fix the redirects. Also see options of mchk.

Hope to help some users with the same issues.

BUT IS THERE SOMEONE WHO CAN TEL ME HOW TO FIX THIS PERMANTLY OR KNOW WHAT CAUSES THIS TO HAPPEN OVER AND OVER??
 
I also added the follow cronjob, so in the meanwile customers don't lose mail. I made a ticket by SW to let me inform about these issues.

Cronjob, running every 1 hour:
/usr/local/psa/admin/bin/mchk --without-spam
/usr/local/psa/admin/bin/insert_sguardian
/usr/local/psa/admin/bin/insert_odeiavir

Look at mchk options to fix with or without spam options.
De last 2 lines are added because we use 4PSA spam and virus control.

I let you know if i have more information.
 
Back
Top