At 08:22 AM 1.16.2003 -0500, Segree, Gareth wrote:
>do a spamd without the -d (daemonise) option and see what error is returned.
>
>-----Original Message-----
>From: Mike Burkhouse [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, January 15, 2003 02:57 PM
>To: [EMAIL PROTECTED]
>Subject: [SAtalk] Spamd won't start
>
>
>Hi everyone. 
>
>I just subscribed to this list because I couldn't find any information
>on Google for the issue I am having.  I hope someone here can help.
>
>I have been running the following system for about 6 months:
>
>PIII 700
>1 GB RAM - 30820 free
>Qmail 1.0.3
>Qmail-scanner-1.13
>Spamassassin-2.31 as spamd
>Clamscan-0.53
>
>About two days ago, I noticed that I was receiving spam in my inbox and
>that it was not marked by Spamassassin, e.g.
>
>Return-Path: <[EMAIL PROTECTED]>
>Delivered-To: [EMAIL PROTECTED]
>Received: (qmail 2765 invoked by alias); 15 Jan 2003 18:46:32 -0000
>Received: from [EMAIL PROTECTED] by webserver by uid 501 with
>qmail-scanner-1.13 
> (clamscan: 0.53. spamassassin: 2.31.  Clear:SA:?(0/0):. 
> Processed in 3.174157 secs); 15 Jan 2003 18:46:32 -0000
>X-Qmail-Scanner-Mail-From: [EMAIL PROTECTED] via webserver
>X-Qmail-Scanner: 1.13 (Clear:SA:?(0/0):. Processed in 3.174157 secs)
>Received: from unknown (HELO richel) (202.161.150.30)
>  by 0 with SMTP; 15 Jan 2003 18:46:29 -0000
>Received: from localhost ([202.161.150.30]) by richel with Microsoft
>SMTPSVC(5.0.2172.1);
>        Thu, 16 Jan 2003 02:45:06 +0800
>X-Sender: [EMAIL PROTECTED]
>From: Pamela Paco <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Date: Thu, 16 Jan 2003 02:45:06 +0800
>Subject: Learn and Earn...Join For FREE!
>Reply-To: [EMAIL PROTECTED]
>MIME-Version: 1.0
>Content-Type: text/plain; charset=iso-8859-1
>Content-Transfer-Encoding: quotedGMprintable
>Return-Path: [EMAIL PROTECTED]
>Message-ID: <RICHEL4hVJbrzvsTDWW00000c76@richel>
>X-OriginalArrivalTime: 15 Jan 2003 18:45:06.0472 (UTC)
>FILETIME=[38F1EA80:01C2BCC6]
>
>Spamd has quit.  When I query the status of spamd, "spamd is stopped" is
>returned.  When I try to start OR stop spamd, it just hangs until I
>ctrl-c.
>
>Can anyone give me any ideas on what is going on and what I can do to
>fix it?  I am happy to provide any other information that may be needed
>to help solve this issue.
>
>Thank You,
>
>Mike
>

First, suggest you look for sure as to status of spamd:
# ps -auxw | grep spamd

If you see spamd loaded, that's the problem. Kill it with this:
kill `ps -auxw | grep spamd | awk '{print $2}'`

Now, grep again to be sure its gone:
# ps -auxw | grep spamd

If above worked:

Now, try to restart with your usual switches....

Best regards,
Jack L. Stone,
Administrator

Sage American
http://www.sage-american.com
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to