strange ....
systemd's start command is
ExecStart=/usr/sbin/postfix start
.. and when trying to "postfix -vvv start" at shell, postfix starts!
But takes very, very long. So I'll search for increasing timeouts for systemd
service units, next.
Thanks !!!
Am 29.09.22 um 16:45 schrieb PGNet Dev:
# journalctl -r -u postfix
Sep 29 15:55:48 vserver systemd[1]: Failed to start Postfix Mail Transport
Agent.
Sep 29 15:55:48 vserver systemd[1]: postfix.service: Failed with result
'timeout'.
1st quick check is to exec the systemd service's start cmd manually at shell.