The mysql module via the Backup All Databases function allows for backups to have an email address setup via the "Send backup status email to" . This e-mail is sent for when there is a failure (default), sucess or for each backup. However, the script /usr/libexec/webmin/mysql/backup.pl has a bug where the variables $email and $notify are defined AFTER the code section near the begining where a check is made to see if the database is up or down. If the database is down, the code segment calls the EMAIL routine to send the error message but since the two variables mentioned above are unset, no email notification is sent.
The two variables would need to be setup prior to checking if the database is up or down so that a database down condition is properly reported.
Thansk.
Thanks - we'll fix this in the next release of Webmin