You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by List <li...@nchost.net> on 2005/10/13 20:48:48 UTC

DCCifd

Hi,

I am trying to get DCCifd running. Below is the debug from spamassassin

[28450] dbg: plugin: registering glue method for check_dcc 
(Mail::SpamAssassin::Plugin::DCC=HASH(0x982dd9c))
[28450] dbg: dcc: dccifd is not available: no r/w dccifd socket found
[28450] dbg: util: executable for dccproc was found at 
/usr/local/bin/dccproc
[28450] dbg: dcc: dccproc is available: /usr/local/bin/dccproc
[28450] dbg: info: entering helper-app run mode
[28450] dbg: dcc: opening pipe: /usr/local/bin/dccproc -H -R < 
/tmp/.spamassassin28450P6b89ttmp
[28453] dbg: util: setuid: ruid=0 euid=0
[28450] dbg: dcc: got response: X-DCC-NIET-Metrics: brilliance.anonns.com 
1080; Body=19099 Fuz1=193674 Fuz2=193670
[28450] dbg: info: leaving helper-app run mode

My socket is located -rw-r--r--  1 root root 7 Oct 14 01:23 
/var/run/dcc/dccifd.pid and why cant spamassassin detect it?

Finally, since dccpro is running, how come i still unable to see X-DCC SMTP 
headers in the mail?

regards



Re: DCCifd

Posted by Matt Kettler <mk...@evi-inc.com>.
List wrote:
> Hi,
> 
> I am trying to get DCCifd running. Below is the debug from spamassassin
> 
> [28450] dbg: plugin: registering glue method for check_dcc
> (Mail::SpamAssassin::Plugin::DCC=HASH(0x982dd9c))
> [28450] dbg: dcc: dccifd is not available: no r/w dccifd socket found
> [28450] dbg: util: executable for dccproc was found at
> /usr/local/bin/dccproc
> [28450] dbg: dcc: dccproc is available: /usr/local/bin/dccproc
> [28450] dbg: info: entering helper-app run mode
> [28450] dbg: dcc: opening pipe: /usr/local/bin/dccproc -H -R <
> /tmp/.spamassassin28450P6b89ttmp
> [28453] dbg: util: setuid: ruid=0 euid=0
> [28450] dbg: dcc: got response: X-DCC-NIET-Metrics:
> brilliance.anonns.com 1080; Body=19099 Fuz1=193674 Fuz2=193670
> [28450] dbg: info: leaving helper-app run mode
> 
> My socket is located -rw-r--r--  1 root root 7 Oct 14 01:23
> /var/run/dcc/dccifd.pid and why cant spamassassin detect it?

Because that's not the socket, that's the pid file.

The socket will be a zero-byte file something like this:

srw-rw-rw-    1 root     root            0 Oct 12 11:34 dccifd

Re: DCCifd

Posted by Chris <cp...@earthlink.net>.
On Friday 14 October 2005 06:38 am, List wrote:

> Finally got the dccifd working. But the X-DCC header still does not show
> up. How can i check if DCC is actually working?
>
> regards
I have this in my local.cf:

add_header all DCC _DCCB_ _DCCR_

-- 
Chris
Registered Linux User 283774 http://counter.li.org
19:38:42 up 7 days, 23:00, 2 users, load average: 1.42, 1.12, 0.68
Mandriva Linux 10.1 Official, kernel 2.6.8.1-12mdk

Re: DCCifd

Posted by List <li...@nchost.net>.
----- Original Message ----- 
From: "Brian Wong" <bw...@gmail.com>
To: "List" <li...@nchost.net>
Cc: <us...@spamassassin.apache.org>
Sent: Friday, October 14, 2005 3:18 AM
Subject: Re: DCCifd


On 10/13/05, List <li...@nchost.net> wrote:
> Hi,
>
> I am trying to get DCCifd running. Below is the debug from spamassassin
>
> [28450] dbg: plugin: registering glue method for check_dcc
> (Mail::SpamAssassin::Plugin::DCC=HASH(0x982dd9c))
> [28450] dbg: dcc: dccifd is not available: no r/w dccifd socket found
> [28450] dbg: util: executable for dccproc was found at
> /usr/local/bin/dccproc
> [28450] dbg: dcc: dccproc is available: /usr/local/bin/dccproc
> [28450] dbg: info: entering helper-app run mode
> [28450] dbg: dcc: opening pipe: /usr/local/bin/dccproc -H -R <
> /tmp/.spamassassin28450P6b89ttmp
> [28453] dbg: util: setuid: ruid=0 euid=0
> [28450] dbg: dcc: got response: X-DCC-NIET-Metrics: brilliance.anonns.com
> 1080; Body=19099 Fuz1=193674 Fuz2=193670
> [28450] dbg: info: leaving helper-app run mode
>
> My socket is located -rw-r--r--  1 root root 7 Oct 14 01:23
> /var/run/dcc/dccifd.pid and why cant spamassassin detect it?
>
> Finally, since dccpro is running, how come i still unable to see X-DCC 
> SMTP
> headers in the mail?
>
> regards
>
>
>

>I think I had this issue once. Setting the dcc_home configuration
>variable helped SA detect the socket. I have

>use_dcc 1
>dcc_home /var/dcc

>in my local.cf

Finally got the dccifd working. But the X-DCC header still does not show up. 
How can i check if DCC is actually working?

regards




Re: DCCifd

Posted by Brian Wong <bw...@gmail.com>.
On 10/13/05, List <li...@nchost.net> wrote:
> Hi,
>
> I am trying to get DCCifd running. Below is the debug from spamassassin
>
> [28450] dbg: plugin: registering glue method for check_dcc
> (Mail::SpamAssassin::Plugin::DCC=HASH(0x982dd9c))
> [28450] dbg: dcc: dccifd is not available: no r/w dccifd socket found
> [28450] dbg: util: executable for dccproc was found at
> /usr/local/bin/dccproc
> [28450] dbg: dcc: dccproc is available: /usr/local/bin/dccproc
> [28450] dbg: info: entering helper-app run mode
> [28450] dbg: dcc: opening pipe: /usr/local/bin/dccproc -H -R <
> /tmp/.spamassassin28450P6b89ttmp
> [28453] dbg: util: setuid: ruid=0 euid=0
> [28450] dbg: dcc: got response: X-DCC-NIET-Metrics: brilliance.anonns.com
> 1080; Body=19099 Fuz1=193674 Fuz2=193670
> [28450] dbg: info: leaving helper-app run mode
>
> My socket is located -rw-r--r--  1 root root 7 Oct 14 01:23
> /var/run/dcc/dccifd.pid and why cant spamassassin detect it?
>
> Finally, since dccpro is running, how come i still unable to see X-DCC SMTP
> headers in the mail?
>
> regards
>
>
>

I think I had this issue once. Setting the dcc_home configuration
variable helped SA detect the socket. I have

use_dcc 1
dcc_home /var/dcc

in my local.cf