IBM QRadar SOAR: Configuring SMTP settings: Difference between revisions
(Created page with " 1) Connect to CLI, using '''resadmin''' user 2) Run command <small>sudo resutil smtpedit –email [email protected] -name ”Resilient System” -host centos9.company.com -port 25 –nostarttls</small> = Ver também = * Artigos sobre IBM QRadar * Artigos sobre Cloud * Mais Artigos sobre Cloud / WebDev / Tecnologias Category:IBM QRadar Category:IBM QRadar SOAR") |
No edit summary |
||
Line 6: | Line 6: | ||
<small>sudo resutil smtpedit –email [email protected] -name ”Resilient System” -host centos9.company.com -port 25 –nostarttls</small> | <small>sudo resutil smtpedit –email [email protected] -name ”Resilient System” -host centos9.company.com -port 25 –nostarttls</small> | ||
3) To test the connection, use the following command and any valid configured email address. | |||
sudo resutil smtptest –email [email protected] | |||
= Ver também = | = Ver também = |
Latest revision as of 01:45, 17 April 2025
1) Connect to CLI, using resadmin user
2) Run command
sudo resutil smtpedit –email [email protected] -name ”Resilient System” -host centos9.company.com -port 25 –nostarttls
3) To test the connection, use the following command and any valid configured email address.
sudo resutil smtptest –email [email protected]