diff --git a/syslog_process.php b/syslog_process.php index ca2c5b4..055e5bd 100644 --- a/syslog_process.php +++ b/syslog_process.php @@ -274,7 +274,7 @@ $from_email = read_config_option('settings_from_email'); if ($from_email == '') { - $from_email = 'root@localhost'; + $from_email = 'Cacti@cacti.net'; } $from_name = read_config_option('settings_from_name');