########### VCSA sendmail[2938103]: 65F3tkBG2818773: to=<[email protected]>, delay=01:47:41, xdelay=00:00:00, mailer=relay, pri=391247, relay=[SMTP_IP_ADDRESS], dsn=4.4.1, stat=Deferred: Connection timed out with [SMTP_IP_ADDRESS]
########### VCSA sendmail[2938103]: 65F3ttC82818919: to=<[email protected]>, delay=01:47:32, xdelay=00:00:00, mailer=relay, pri=391247, relay=[SMTP_IP_ADDRESS], dsn=4.4.1, stat=Deferred: Connection timed out with [SMTP_IP_ADDRESS]
curl -v telnet://<SMTP_Relay_IP>:25 results in: 421 4.3.2 Service not availablecurl -v smtp://<SMTP_Relay_IP>:587 results in: Failed to connect... Connection timed outThis issue occurs due firewalls preventing traffic on Port 25 and Port 587 between the vCenter Server and the SMTP Relay required for SMTP connections.
To resolve these issues, follow the steps below:
curl -v telnet://<SMTP_Relay_IP>:25ORcurl -v telnet://<SMTP_Relay_IP>:587
echo "Subject: Test" | sendmail -v recipient@####.com