Skip to main content
caunon
Staff
Staff
July 14, 2020

Technical Tip: How to disable 'SMTP Auth Failure' log

  • July 14, 2020
  • 0 replies
  • 9953 views

Description

 

This article describes how to disable the 'SMTP Auth Failure' log message.

 

Scope

 

FortiMail.

Solution

 

  • Make sure to configure the SMTP authentication setting properly.

  • In some situations, there is no SMTP authentication setting.

Notice that a lot of  'SMTP Auth Failure' log messages in FortiMail can appear under Monitor -> Log -> History as below.

 
  • To avoid FortiMail from stopping logging 'SMTP Auth Failure' log message as there is no SMTP Authentication setting, consider running the CLI commands in FortiMail as below.

 

config sys mailserver

    set smtp-auth disable
    set smtp-auth-over-tls disable
    set smtp-auth-smtps disable
end
 
In the GUI:
 
Screenshot 2025-08-06 122534.jpg

 

Note: If an external third-party application relies on any of the specified authentication services to relay through FortiMail, the service cannot be disabled.