Forum Moderators: phranque
I'm maintaining a Linux VPS server with "Plesk 7.5 Reloaded" installed on it. All is fine, except all of the clients I have registered each get a daily e-mail:
"Report on client #*$!xx" where xxxxx is the name of the client.
This e-mail contains:
- A "General" section which contains fields like "Version", "Client status", "Company name", "Personal name", etc.
- A "Domains" section which contains fields like "Active domains", "Domains", "Subdomains", "Disk space used by Domains", etc.
- One final section which lists each domain associated with that client and contains fields with info for that domain.
While it is an informative e-mail, I have received complaints about it. Is there a way for a client to turn this e-mail off without disrupting any other e-mails Plesk may send out?
Also regarding this e-mail, the subject (and other sections of the mail) is: "<aaaaa.bbbb.cccc.secureserver.net> Report on client xxxxx". I'm hosted with GoDaddy. As I understand it, secureserver.net is GoDaddy's servers. I would much prefer if it didn't show this information anywhere. If that's not possible, perhaps have it customisable so it shows my domain instead? Is that sort of thing possible?
I would appreciate any and all help anyone can provide.
Thanks!
- I have no scheduled reports under: Clients->Client name->Report->Report Delivery.
- The "SERVER->Crontab" section contains:
/usr/local/psa/admin/bin/php /usr/local/psa/admin/plib/report/autoreport.php --auto daily >/dev/null 2>&1
/usr/local/psa/admin/bin/php /usr/local/psa/admin/plib/report/autoreport.php --auto monthly >/dev/null 2>&1
/usr/local/psa/admin/bin/php /usr/local/psa/admin/plib/report/autoreport.php --auto weekly >/dev/null 2>&1
/usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1
/usr/local/psa/admin/sbin/statistics >/dev/null 2>&1
/usr/local/psa/bin/mysqldump.sh >/dev/null 2>&1
My maillog ( /usr/local/psa/var/log/maillog ) shows these e-mails being sent to every client at 7:17am, the exact time the crontab shows /usr/local/psa/admin/plib/report/autoreport.php being run.
I would like to remove this cron job, however I've been told these are necessary for Plesk's running?
Does anyone else get these e-mails, or does anyone have any suggestions as to how to stop them?
Thanks!