I have a problem, upcp and cpbackup script every day send a mail to root mail, ok, but why I don't receive this messages in a specified mail box? and in others mail box it works?
second question: don't receive the logwatch mail every day
thanks
If I'm understanding you correctly, you want the emails that show when those scripts are run to go to a specific email address of yours, rather than root?
Those services/scripts are run by a cron, so check where your cron emails are going by logging in via SSH, then:
You can edit the MAILTO="" (which is where the cron emails are sent to) using vi (or your favorite editor). Put the email address you want the emails to be sent to within the quotes.
As far as the LogWatch emails, check the configuration file:
Code:
more /etc/logwatch/conf/logwatch.conf
Make sure you've enabled emailing the log report, and make sure there's a cron set in /etc/cron.daily to run LogWatch.