• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Resolved Dmarc-Report Cron Failure

Nosxxx

New Pleskian
After updating Plesk to 17.5 i get the following Cron Message every day.


/etc/cron.daily/dmarc-report:

boost::filesystem::copy_file: No such file or directory: "/var/lib/plesk/mail/dmarc/history.dat", "/var/lib/plesk/mail/dmarc/history.dat.stat"

run-parts: /etc/cron.daily/dmarc-report exited with return code 1

How can i fix this ?
 
touch /var/lib/plesk/mail/dmarc/history.dat
chown popuser:popuser /var/lib/plesk/mail/dmarc/history.dat
 
Back
Top