Thanks everyone for the help..
I went through the steps suggested here, did some more debugging, and
found there were permission problems on the auto-whitelist files. I changed
those and everything seems to be happy now.. The problem was related to
using a different user when using spamd.
Your
On Wed, Oct 16, 2002 at 08:33:44AM -0700, Neal Hughes wrote:
> Yes, it connects!
>
> /root/downloads/spamassassin# telnet localhost 783
> Trying 127.0.0.1...
> Connected to localhost.localdomain.
> Escape character is '^]'.
>
> SPAMD/1.0 76 Bad header line:
> Connection closed by foreign host.
>
Yes, it connects!
/root/downloads/spamassassin# telnet localhost 783
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
SPAMD/1.0 76 Bad header line:
Connection closed by foreign host.
Thanks for looking at this..
-Neal.
At 10:55 AM 10/16/2002 -0400, Theo Van
On Wed, Oct 16, 2002 at 07:48:15AM -0700, Neal Hughes wrote:
> Yes, ps ax says so, see here:
> 357 ? S0:01 perl /usr/local/bin/spamd -d -c -a -D -u nobody
Hmmm. If you do a "telnet localhost 783" does it connect? If you give
it a newline, you ought to get back a "SPAMD/1.0 76 Bad header
On October 16, 2002 07:31 am, Neal Hughes wrote:
> Hi,
>
> Spamassassin works well when I call it from procmailrc..
>
> I'd like to use spamc though to reduce overhead. It's not working,
> I get the following message in maillog:
> Oct 16 04:08:24 server1 spamc[9388]: connect() to spamd failed:
> C
On Wed, Oct 16, 2002 at 07:31:55AM -0700, Neal Hughes wrote:
> I'd like to use spamc though to reduce overhead. It's not working,
> I get the following message in maillog:
> Oct 16 04:08:24 server1 spamc[9388]: connect() to spamd failed: Connection
> refused
>
> I can't figure out what causes th
Yes, ps ax says so, see here:
357 ? S0:01 perl /usr/local/bin/spamd -d -c -a -D -u nobody
Thanks,
-Neal.
At 10:42 AM 10/16/2002 -0400, Theo Van Dinter wrote:
>On Wed, Oct 16, 2002 at 07:31:55AM -0700, Neal Hughes wrote:
> > I'd like to use spamc though to reduce overhead. It's not worki
Hi,
Spamassassin works well when I call it from procmailrc..
I'd like to use spamc though to reduce overhead. It's not working,
I get the following message in maillog:
Oct 16 04:08:24 server1 spamc[9388]: connect() to spamd failed: Connection
refused
I can't figure out what causes that.. Any