E-Mail alerting, inctorrect sender field

Hi
Stor2rrd (7.06-4) sends e-mails with the sender field "stor2rrd-alert@<HOSTNAME>.com"
But ".com"  is not the correct ending for our domain (.local).
This discrepancy leads to the operation of the DLP system for the security department. B)

/home/lpar2rrd/stor2rrd/bin/Xorux_lib.pm from line 298: 

...
    my $uname_n    = `uname -n`;
    chomp $uname_n;
    $mailfrom       = "stor2rrd-alert\@$uname_n.com"; ...
Temporarily I fixed .com to .local, but it would be nice to have a corresponding setting in the GUI.

thnx.

Comments

  • Hi,

    you can set the email address you want here:

    stor2rrd UI -> settings (top-right corner) -> Alerting -> Options performance -> Mail from
  • Thank you!
Sign In or Register to comment.