Does ASUP support SMTP authentication?
- Views:
- 1,013
- Visibility:
- Public
- Votes:
- 1
- Category:
- cloud-volumes-ontap-cvo
- Specialty:
- cloud
- Last Updated:
- 12/20/2023, 10:09:08 AM
Applies to
- Cloud Volumes ONTAP (CVO)
- ONTAP 9.6
- ASUP
- SMTP authentication
Answer
- Yes, autosupport allows for authentication.
- To use this for ONTAP 9.6 or later:
cluster1::> autosupport modify -node cluster1-01 -mail-hosts user_name@mymailhost.example.com
Enter password for remote host "mymailhost.example.com":
- Use this prior to ONTAP 9.6:
cluster1::> autosupport modify -node cluster1-01 -mail-hosts user_name:password@mymailhost.example.com
Additional Information
N/A