Page 1 of 1
disable email from automysqlbackup
Posted: Thu Jan 16, 2025 8:11 am
by CAUARqq6815IeV9X
Where can I disable the emails from automysqlbackup process which are going to
[email protected]? I don't want to receive any emails if no action is required, and also don't want anything going to root.
Re: disable email from automysqlbackup
Posted: Thu Jan 16, 2025 10:48 am
by kfanselow
Hello,
So automysqlbackup is a shell script that resides in root's home directory ( usually /root/scripts/automysqlbackup ) and is run via cron. You can edit the script directly and change the email address ( around line 58 ) or you can comment out the lines with the mail commands ( including one using mutt ) to stop messages completely.
Hope this is useful !!!