• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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