The spamassassin service does not start

When I try to start the spamassassin service using the command below:

systemctl start spamassassin

I get the following error message:

Job for spamassassin.service failed because a timeout was exceeded. See “systemc tl status spamassassin.service” and “journalctl -xe” for details.

Can anyone help me?

Regards,

Marcelo

Updating my post

command output of:

systemctl status spamassassin.service

● spamassassin.service - Spamassassin daemon
Loaded: loaded (/usr/lib/systemd/system/spamassassin.service; enabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/spamassassin.service.d
└─override.conf
Active: activating (start) since Sat 2021-10-09 20:55:47 UTC; 54s ago
Process: 16738 ExecStart=/usr/bin/spamd --pidfile /var/run/spamd.pid $SPAMDOPTIONS (code=exited, status=0/SUCCESS)
Process: 16736 ExecStartPre=/sbin/portrelease spamd (code=exited, status=0/SUCCESS)
CGroup: /system.slice/spamassassin.service
├─16743 /usr/bin/spamd --pidfile /var/run/spamd.pid -d -c -m5 -H
├─16745 spamd child
└─16746 spamd child

Oct 09 20:55:47 osait.com.br systemd[1]: Stopped Spamassassin daemon.
Oct 09 20:55:47 osait.com.br systemd[1]: Starting Spamassassin daemon…
Oct 09 20:55:48 osait.com.br spamd[16738]: logger: removing stderr method
Oct 09 20:55:49 osait.com.br spamd[16743]: spamd: server started on IO::Socket::IP [127.0.0.1]:783, IO::Socket::IP [::1]:783 (running …n 3.4.0)
Oct 09 20:55:49 osait.com.br spamd[16743]: spamd: server pid: 16743
Oct 09 20:55:49 osait.com.br systemd[1]: Can’t open PID file /run/spamassassin.pid (yet?) after start: No such file or directory
Oct 09 20:55:49 osait.com.br spamd[16743]: spamd: server successfully spawned child process, pid 16745
Oct 09 20:55:49 osait.com.br spamd[16743]: spamd: server successfully spawned child process, pid 16746
Oct 09 20:55:49 osait.com.br spamd[16743]: prefork: child states: SI
Oct 09 20:55:49 osait.com.br spamd[16743]: prefork: child states: II
Hint: Some lines were ellipsized, use -l to show in full.

Did you ever figure this out?