PDA

View Full Version : SpamAssassin Daemon spamd not running!


denmaus
12th February 2007, 17:02
Hello,

i have the problem that the SpamAssassin's Daemon ist not running:

netstat -tap:
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:imaps *:* LISTEN 2407/inetd
tcp 0 0 *:pop3s *:* LISTEN 2407/inetd
tcp 0 0 localhost:mysql *:* LISTEN 26914/mysqld
tcp 0 0 *:pop3 *:* LISTEN 2407/inetd
tcp 0 0 *:imap2 *:* LISTEN 2407/inetd
tcp 0 0 *:10000 *:* LISTEN 2597/perl
tcp 0 0 *:81 *:* LISTEN 18305/ispconfig_htt
tcp 0 0 *:ftp *:* LISTEN 18591/proftpd: (acc
tcp 0 0 localhost:domain *:* LISTEN 18576/named
tcp 0 0 localhost:953 *:* LISTEN 18576/named
tcp 0 0 *:smtp *:* LISTEN 18559/master


than i start the Daemon manual it run:
/home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamd

[20029] info: rules: meta test DIGEST_MULTIPLE has undefined dependency 'DCC_CHECK'
[20029] info: spamd: server started on port 783/tcp (running version 3.1.7)
[20029] info: spamd: server pid: 20029
[20029] info: spamd: server successfully spawned child process, pid 20031
[20029] info: spamd: server successfully spawned child process, pid 20032
[20029] info: prefork: child states: II


netstat -tap:

tcp 0 0 localhost:spamd *:* LISTEN 20029/perl


... how to start the daemon after reboot? or does the spamd daemon start with ispconfig init.d Script?

Debian Perfect Setup (Sarge) with Backports PHP/MySQL

Anybody have a Idea why the daemon don't start?

till
12th February 2007, 17:20
ISPConfif does not use spamd, thats why it is not running :)

denmaus
12th February 2007, 18:21
OK, that makes this clear... :)

can you please tell how i can check if SpamAssassin is running?

Because i have a lot of spam since about 3 weeks.

till
13th February 2007, 10:28
Spamassassin is invoked by a procmail recipe. First check if there is a .spamassassin.rc file in the users home directory. If it is there, you might debug procmail as described here:

http://www.howtoforge.com/forums/showthread.php?t=10529