Hi!
I've migrated a Plesk 8.6 installation to a Plesk 10.4 (recent patchlevel) version. Everything basically works fine.
The server is a Debian 6.0 (Hetzner) 64bit default system, very little customization or additional packages; pretty much a out-of-the box Plesk, using qmail, courier and spamassassin.
E-Mails are working, we can receive and send emails. Mails are put through spamassassin according to the Mail-headers, so the basic setup is working.
HOWEVER: In my mail.err I find a lot of those:
This happens for every incoming email, no matter if an migrated domain or a freshly created one.
A "ps ax | grep -i spam" yields:
I've re-started /etc/init.d/spamassassin as well as /opt/psa/admin/bin/spammsg a couple of time. No dice.
So; what is this "spamc" all about, why can't it connect to the obviously running instance? How can I debug if spamd is not listening on 127.0.0.1?
Or is spamd deprecated and no longer properly works? I'm asking because we get a lot of spam emails, so I need some sort of working setup. Any ideas/recommendations?
I've migrated a Plesk 8.6 installation to a Plesk 10.4 (recent patchlevel) version. Everything basically works fine.
The server is a Debian 6.0 (Hetzner) 64bit default system, very little customization or additional packages; pretty much a out-of-the box Plesk, using qmail, courier and spamassassin.
E-Mails are working, we can receive and send emails. Mails are put through spamassassin according to the Mail-headers, so the basic setup is working.
HOWEVER: In my mail.err I find a lot of those:
Code:
Apr 3 18:47:58 ctu qmail-local-handlers[21589]: mailbox: /var/qmail/mailnames/faktor-e.de/frings
Apr 3 18:47:59 ctu spamc[21596]: connect to spamd on 127.0.0.1 failed, retrying (#1 of 3): Connection refused
Apr 3 18:48:00 ctu spamc[21596]: connect to spamd on 127.0.0.1 failed, retrying (#2 of 3): Connection refused
Apr 3 18:48:01 ctu spamc[21596]: connect to spamd on 127.0.0.1 failed, retrying (#3 of 3): Connection refused
Apr 3 18:48:02 ctu spamc[21596]: connection attempt to spamd aborted after 3 retries
This happens for every incoming email, no matter if an migrated domain or a freshly created one.
A "ps ax | grep -i spam" yields:
Code:
19701 ? S 0:03 spamd child
21728 pts/0 S+ 0:00 grep -i spam
25872 ? Ss 0:01 /usr/sbin/spamd --username=popuser --daemonize --nouser-config --helper-home-dir=/var/qmail --max-children 5 --pidfile=/var/run/spamd/spamd_full.pid --socketpath=/tmp/spamd_full.sock
25873 ? S 0:01 spamd child
I've re-started /etc/init.d/spamassassin as well as /opt/psa/admin/bin/spammsg a couple of time. No dice.
So; what is this "spamc" all about, why can't it connect to the obviously running instance? How can I debug if spamd is not listening on 127.0.0.1?
Or is spamd deprecated and no longer properly works? I'm asking because we get a lot of spam emails, so I need some sort of working setup. Any ideas/recommendations?