Skip to main content
NetApp Knowledge Base

ONTAP AutoSupport (Transport SMTP) Delivery Failure Resolution Guide

Views:
9,524
Visibility:
Public
Votes:
2
Category:
ontap-9
Specialty:
core
Last Updated:
4/11/2025, 7:15:08 AM

Applies to

  • ONTAP 9
  • AutoSupport
  • Transport SMTP

Description

Our NetApp node(s) doesn't appear to be sending any AutoSupport emails

  • Follow this guide to help you locate the proper solution to your question or issue.
Verify your current configuration

For a smoother experience, run the following command to gather your Nodes configuration

::>autosupport show -node <node name> -instance

Node: cluster-01

State: enable
SMTP Mail Hosts: mailhost
From Address: admin@email.com
List of To Addresses: address1@email.com,address2@email.com
List of Noteto Addresses: -
List of Partner Addresses: -
Send AutoSupport Messages to Vendor Support: enable
Protocol to Contact Support: SMTP
Support Proxy URL:

Verify Connectivity is good
cluster1::> system node autosupport check show -node node2
                            On Demand
Node             HTTP/HTTPS Server     SMTP       Configuration
---------------- ---------- ---------- ---------- -------------
node2            ok         ok         ok         ok
Connectivity fails
  • If connectivity fails, you must check connections to the Mailhost.

Procedure

How to find the reason for the failed transmission
Option 1 - Review AutoSupport History

system autosupport history show -node * -fields node ,seq-num ,status ,error ,destination

seq-num destination status error
------- ----------- ------ -----
39      http        ignore ""
39      smtp        transmission-failed  Failed sending data to the peer
39      noteto      ignore ""
38      http        ignore ""
38      smtp        sent-successful ""
38      noteto      ignore ""

 

Option 2 - Review notifyd.log

node run -node (node name) -command rdfile /etc/log/mlog/notifyd.log

  1. copy it out to your favorite text editor
  2. To locate the error: Use ctrl F and search

In most cases you may start from the following line (message: Closing connection #0) and work up to the true error message.

Tip: Use the following Table for additional messages to look for

 
SMTP Error
Solution
  • Sent-successful
    • ONTAP will consider an AutoSupport message sent-successful once it has determined that the SMTP (mailhost) server has accepted the e-mail message.
    • The message, however, might have been dropped by your mailhost server and never relayed to NetApp.com
  • [WARNING: UNSCANNABLE EXTRACTION FAILED]
  • Failed to connect to support.netapp.com port 443: Operation timed out
  • message: Could not resolve host: support.netapp.com
  • Failed sending data to the peer
  • message: 550 5.1.7
  • message: 550 5.7.1 Unable to relay
  • 554 5.7.1 : Client host rejected: Access denied
  • READMSG:550 5.7.1 <autosupport@netapp.com>...Relaying denied
  • READMSG:554 Mail from user _@domain.com rejected for policy reasons
  • 554 5.7.1 : Client host rejected: Access denied

this is the 'from address'. mailhost  relaying policies are not allowing this account to relay

  • message: 550 5.7.606 Access denied, banned sending IP
  • message: 550 5.7.0 Message Size Violation
  • message: 550 5.7.0 Attachment Violation
  • 451 5.7.3 STARTTLS is required to send mail
  • 530 5.7.0 Must issue a STARTTLS command first
  • Last Error: Failed sending data to the peer 
  • message: 553 Specified domain is not allowed
  • error message: FTP: weird server reply
  • 421 Service Not Available
  • A denial of service protection limit was exceeded.

 

Additional Information

SMTP Setup and Configuration

 

 

 

 

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.