On Thu, Sep 29, 2022 at 05:14:12PM +0200, [email protected] wrote:
> 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.
How many (queue) files are (recursively) in:
/var/spool/postfix/{deferred,incoming,active,hold}?
The "postfix start" command executs "postfix-script" which runs mostly
cheap commands, but also "postsuper -s" to repair the queue directories.
If you have millions of queue files on hold or similar, this could take
a while. If your queue directory is in NFS or other slow file system,
that could compound the issue.
--
Viktor.