On 9/28/2021 9:30 AM, mau...@gmx.ch wrote:
Hello
never found the solutions for this….
Sep 28 15:11:22 nmail spamd[3826]: prefork: child states: II
*Sep 28 15:11:23 nmail spamc[4525]: connect to spamd on 127.0.0.1 failed, retrying
(#1 of 3): Connection refused*
*Sep 28 15:11:23 nmail spamc[4525]: connect to spamd on 127.0.0.1 failed, retrying
(#2 of 3): Connection refused*
*Sep 28 15:11:24 nmail spamc[4525]: connect to spamd on 127.0.0.1 failed, retrying
(#3 of 3): Connection refused*
This looks like spamc is trying to connect via a network port.
**
Sep 28 15:11:24 nmail spamc[4525]: connection attempt to spamd aborted after 3
retries
Sep 28 15:11:24 nmail postfix/pickup[4386]: 2B9D240051: uid=116
from=<E-MailAddress>
--
>>ii spamc 3.4.2-1+deb10u3 amd64 Client for SpamAssassin
spam filtering daemon
>>ii postfix 3.4.14-0+deb10u1 amd64 High-performance mail
transport agent
/etc/default/spamsassassin
OPTIONS="--nouser-config --create-prefs --max-children 5 --helper-home-dir
/var/lib/spamassassin --username=debian-spamd --groupname=debian-spamd
--siteconfigpath /etc/spamassassin
–socketpath=/var/spool/postfix/spamass/spamd.sock --socketowner=debian-spamd
--socketgroup=debian-spamd --socketmode=0660"
But you are running spamd with a unix socket.
You should either change spamc to use the socket, or change spamd to listen on the
network port.
--
Bowie