FortiSOAR Knowledge Base
FortiSOAR: Security Orchestration and Response software provides innovative case management, automation, and orchestration. It pulls together all of an organization's tools, helps unify operations, and reduce alert fatigue, context switching, and the mean time to respond to incidents.
sramanujam
Staff
Staff
Article Id 400161
Description

This article describes how to resolve system email notification issues that occur when the domain name is not properly configured on FortiSOAR.

Scope FortiSOAR v7.5.x, v7.6.x
Solution

Step 1: Check the Current Domain Configuration:

 

# dnsdomainname

#

 

Step 2: Set the Hostname Using the Fully Qualified Domain Name (FQDN):

 

# sudo csadm hostname --set fsrmaster.fortinet.com
INSERT 0 1

-----------------------
Generating certificates
-----------------------
Generating the root certicates...
Generating RSA private key, 2048 bit long modulus (2 primes)

...

...

 

# dnsdomainname

fortinet.com

 

Step 3: Retrieve the Mapped SMTP Information for the Domain:

 

# dig +short MX fortinet.com

10 smtp.fortinet.com.

Contributors