FortiSIEM
FortiSIEM provides Security Information and Event Management (SIEM) and User and Entity Behavior Analytics (UEBA)
Andy_G
Staff
Staff
Article Id 196549

Description

Summary of Topic

This article will explain how to make changes to the "From Address" in AO for Email Notifications.

There are legacy instructions as well as updated instructions, please read the entire article before making changes

 

Steps

For users on versions before 3.x:

  1. SSH into AO with the root user
  2. run the following command:
    1. psql -U phoenix phoenixdb -c "insert into ph_sys_conf (id, cust_org_id, property, category, value) values (4, 0, 'Notif_Email_Sender', 4, ‘your_alert_email_addr’)"
    2. [NOTE: you_alert_email_addr should be replaced by your actual email that you want alerts to go to.]
  3. You have just changed the From Address for email notifications

For all users on 3.x and after:

This process is simpler since we now have a GUI that incorporates this feature

  1. Log onto AO's web GUI
  2. Click on Admin >> General Settings >> System >> Default Email Sender
  3. Change the Default Email Sender value in the text box
  4. Click on Save All

Here's a ScreenShot:

agodwin_FD39389_tn_FD39389-1.jpg

 

 

 

 

Contributors