VMware vCenter Server 8.0
The system attempted to automatically start the Sendmail service, but the startup process timed out, and the system ultimately terminated the startup process and declared it failed.
To increase the start timeout duration to 6mins to fix with below command:
systemctl stop sendmail && cp /lib/systemd/system/sendmail.service /lib/systemd/system/sendmail.service.original && sed -iE '/^\[Service\]/a TimeoutStartSec=6m' /lib/systemd/system/sendmail.service && systemctl daemon-reload && SYSTEMD_LOG_LEVEL=debug systemctl start sendmail