Please enter search query.
Search <product_name> all support & community content...
Article: 100068721
Last Published: 2025-10-08
Ratings: 0 0
Product(s): NetBackup
Description
Configuring NetBackup OpsCenter to successfully send email to Office365 requires custom configuration of the am.conf file.
The am.conf file can be found in the following locations:
- Windows: <install_path>\OpsCenter\server\config\am.conf
- Linux: /opt/SYMCOpsCenterServer/config/am.conf
Below are some potential entries that may need to be added to the am.conf file, depending on the scenario:
A.
- mail.smtp.starttls.enable=true
- mail.smtp.ssl.enable=false
- mail.smtp.auth=true
- mail.smtp.port=587
- mail.smtp.host=<mail_server_name>
B.
- mail.transport.protocol=smtp
- mail.smtp.ssl.protocols=TLSv1.3
- mail.smtp.ssl.trust=<mail_server_name> (Or, if you want to trust all servers, enter: * )
C.
- mail.smtp.socketFactory.port=587
- mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
D.
- mail.smtp.ssl.ciphersuites=TLS_AES_256_GCM_SHA384