On-premises: Email Delivery Settings
search cancel

On-premises: Email Delivery Settings

book

Article ID: 126719

calendar_today

Updated On:

Products

Rally On-Premise

Issue/Introduction

I'd like to know if it's possible to change Rally notification emails from [email protected] to something like <User>@<Company.com>.

Environment

Release:
Component: ACPREM

Resolution

It is not possible to change the reply-to address in the 2.0 platform

 

For 2018.1 and older versions, use the following instructions.

In order to change the email settings please go to the following file: 
      

/home/appuser/etc/rally_node_overrides.cfg

      
Change the following variables to the desired email addresses:
      

set(:NOTIFICATIONS_UNCAUGHT_EXCEPTIONS_ADDRESS) { "<User>@<Company.com>" }
set(:NOTIFICATIONS_APPLICATION_ALERT_ADDRESS) { "<User>@<Company.com>" }
set(:NOTIFICATIONS_WEB_SERVICE_ABUSE_ADDRESS) { "<User>@<Company.com>" }
set(:NOTIFICATIONS_SENDER_ADDRESS) { "<User>@<Company.com>" }

      
***Note that the Rally Appliance will need to be restarted for these to take effect in the app. If the Rally service does not start successfully please review/var/log/domains/alm/logs/startup.log file and make sure that syntax issues with the rally_node_overrides.cfg are not the cause of this problem.