FortiMail
FortiMail provides advanced, multi-layer protection against the full spectrum of email-borne threats
cysaw
Staff
Staff
Article Id 302800
Description This article describes how to troubleshoot the error 'Timeout During Client Greeting' in the Fortimail log.
Scope

FortiMail.

Solution
  1. When the error below is in the cross-search log in FortiMail, try the suggestion below. Timeout waiting for input from <sender SMTP server> during client greeting
  2. Consider using the following CLI command to increase the value of the user greeting of Fortimail:


config system mailserver
    set timeout-connect <integer> <----- In seconds – Maximum is 120 seconds.
[timeout value, in seconds, for smtp connect]
    set timeout-greeting <integer> <----– In seconds – Maximum is 360 seconds.
[timeout value, in seconds, for initial smtp greetings]
end

 

  1. Verify the result and see whether the issue is resolved or not.
Contributors