Disable /usr/local/cpanel/scripts/upcp --cron mails ?
Hello,
how i can disable sending mails with subject:
"Cron /usr/local/cpanel/scripts/upcp --cron"
from my WHM server?
-
[quote="postcd, post: 1675981">Hello, how i can disable sending mails with subject: "Cron /usr/local/cpanel/scripts/upcp --cron" from my WHM server?
The email is sent by cron. To prevent the email you'll need to instruct cron to not send email. You can do this by addingMAILTO=""
at the top of the crontab. Please be advised that this will prevent ANY cron job in that crontab from sending email. More information on preventing cron from sending email is available from a simple google search:0 -
i remember i enabled somewhere in WHM that root emails are forwarded to my mail address, and that is it probably. // it is there: Home "Server Contacts "Edit System Mail Preferences what is recommended setting for roots, nobodys, cpanels mail? 0 -
[QUOTE] what is recommended setting for roots, nobodys, cpanels mail?
These should all be set to an off server email address.0 -
[quote="Infopro, post: 1677022">These should all be set to an off server email address.
So i need to send these 3 to my mailbox and automatically save it, not read them. I assume reading them is not necessary?0 -
You assume incorrectly. I'm not even sure what your question means exactly. Did you read whats on that page at all? [QUOTE]Notes: * root generally gets email concerning problems on the server, and normal server activity. * nobody receives bounce message from email sent via cgi scripts if you are not using suexec. 0 -
If you edit the crontab "crontab -e" and add " > /dev/null" to that particular entry, does that not stop that email? 0
Please sign in to leave a comment.
Comments
6 comments