Some ASUP are not delivered via SMTP
Applies to
- ONTAP 9
- AutoSupport (ASUP)
- SMTP
Issue
- Unable to send ASUP that are
WEEKLY
andtype all
using thesystem node autosupport invoke
command. - ASUP of
type test
using theinvoke
command is able to be sent. - SMTP transmission of the Weekly ASUP fails
Error: transmission-failed
- SMTP configuration on the Cluster is correct:
::> system node autosupport check show-details
Node: cluster01-n01
Category: http-https
Component: http-put-destination
Status: ok
Detail: Successfully connected to:
Component: http-post-destination
Status: ok
Detail: Successfully connected to:
Category: smtp
Component: mail-server
Status: ok
Detail: Successfully connected to: mailhost.domain.com
- SMTP server rejects the message due to its size
notifyd.log:
Response: 550 5.7.0 Message Size Violation\r\n
Response code: Requested action not taken: mailbox unavailable (550)
Response parameter: 5.7.0 Message Size Violation
- Smaller ASUPs (type: test) are sent successfully and delivered via SMTP
- HTTPS transmission for all ASUP types is successful