Re: [toaster] UsingDcc, UsingRazor, and UsingPyzor. problem

2006-02-22 Thread Qmail List
i want say ,if i need change the spam running script 
/var/qmail/supervise/spamd/run?

it's like this
#!/bin/sh
exec /usr/bin/spamd -L -x -u vpopmail -s stderr 21
I need del -L
sorrry ,my english is poor .


yes , remove the -L parameter.

exec /usr/bin/spamd -x -u vpopmail -s stderr 21



[toaster] UsingDcc, UsingRazor, and UsingPyzor. problem

2006-02-21 Thread [電腦部] 魏曉林



:
Hello Bill, Hello list members :)
I've been using this toaster for quite a long time now,i like it very much ,it 
's so good .but now i have a problem is that 
i have installed Dcc Razor and Pyzor ,and i can believe they are OK! because i 
used spamassassin -t -D  /home/**/cur/msg
in the report , i can find the razor pyzor dcc score ,but in the email .i can't 
find any about they ,this is a part of my configure file 

 required_score   6.5
rewrite_header subject ***spam mail***
report_safe 0
# Enable the Bayes system
use_bayes   1
bayes_auto_learn  1
skip_rbl_checks 1
use_razor2  1
razor_config /home/vpopmail/.razor/razor-agent.conf
use_dcc 1
use_pyzor   1
dcc_timeout 60
razor_timeout 60
pyzor_timeout 60
#razor_config  /etc/mail/spamassassin/.razor/razor-agent.conf
#score DCC_CHECK 0.000
score RAZOR2_CHECK 2.500



Re: [toaster] UsingDcc, UsingRazor, and UsingPyzor. problem

2006-02-21 Thread [電腦部] 魏曉林
i want say ,if i need change the spam running script 
/var/qmail/supervise/spamd/run?
it's like this 
#!/bin/sh
exec /usr/bin/spamd -L -x -u vpopmail -s stderr 21
I need del -L
sorrry ,my english is poor .
- Original Message - 
From: [電腦部]魏曉林 [EMAIL PROTECTED]
To: toaster@shupp.org
Sent: Wednesday, February 22, 2006 11:24 AM
Subject: [toaster] UsingDcc, UsingRazor, and UsingPyzor. problem





:
Hello Bill, Hello list members :)
I've been using this toaster for quite a long time now,i like it very much ,it 
's so good .but now i have a problem is that 
i have installed Dcc Razor and Pyzor ,and i can believe they are OK! because i 
used spamassassin -t -D  /home/**/cur/msg
in the report , i can find the razor pyzor dcc score ,but in the email .i can't 
find any about they ,this is a part of my configure file 

 required_score   6.5
rewrite_header subject ***spam mail***
report_safe 0
# Enable the Bayes system
use_bayes   1
bayes_auto_learn  1
skip_rbl_checks 1
use_razor2  1
razor_config /home/vpopmail/.razor/razor-agent.conf
use_dcc 1
use_pyzor   1
dcc_timeout 60
razor_timeout 60
pyzor_timeout 60
#razor_config  /etc/mail/spamassassin/.razor/razor-agent.conf
#score DCC_CHECK 0.000
score RAZOR2_CHECK 2.500




Re: [toaster] UsingDcc, UsingRazor, and UsingPyzor. problem

2006-02-21 Thread IShukor

[電腦部]魏曉林 wrote:


:
Hello Bill, Hello list members :)
I've been using this toaster for quite a long time now,i like it very much ,it 's so good .but now i have a problem is that 
i have installed Dcc Razor and Pyzor ,and i can believe they are OK! because i used spamassassin -t -D  /home/**/cur/msg
in the report , i can find the razor pyzor dcc score ,but in the email .i can't find any about they ,this is a part of my configure file 

  

required_score   6.5
  

rewrite_header subject ***spam mail***
report_safe 0
# Enable the Bayes system
use_bayes   1
bayes_auto_learn  1
skip_rbl_checks 1
use_razor2  1
razor_config /home/vpopmail/.razor/razor-agent.conf
use_dcc 1
use_pyzor   1
dcc_timeout 60
razor_timeout 60
pyzor_timeout 60
#razor_config  /etc/mail/spamassassin/.razor/razor-agent.conf
#score DCC_CHECK 0.000
score RAZOR2_CHECK 2.500


  
Have you enable DCC plugin in /etc/mail/spamassassin/v310.pre and 
uncomment it. DCC traffic is like DNS traffic. You should treat port 
6277 like port 53. Allow outgoing packets to distant UDP port 6277 and 
incoming packets from distant UDP port 6277. To test run cdcc info you 
should get a few public servers by default.




Re: [toaster] UsingDcc, UsingRazor, and UsingPyzor. problem

2006-02-21 Thread [電腦部] 魏曉林
it is oK now ,we can see at 
http://wiki.apache.org/spamassassin/UsingNetworkTests
about the part How to turn on network tests that is say if we want network 
test we must change the configure script in
/var/qmail/supervise/spamd/run  and remove -L

- Original Message - 
From: IShukor [EMAIL PROTECTED]
To: toaster@shupp.org
Sent: Wednesday, February 22, 2006 12:26 PM
Subject: Re: [toaster] UsingDcc, UsingRazor, and UsingPyzor. problem


 [電腦部]魏曉林 wrote:
 
  :
  Hello Bill, Hello list members :)
  I've been using this toaster for quite a long time now,i like it very much 
  ,it 's so good .but now i have a problem is that 
  i have installed Dcc Razor and Pyzor ,and i can believe they are OK! 
  because i used spamassassin -t -D  /home/**/cur/msg
  in the report , i can find the razor pyzor dcc score ,but in the email .i 
  can't find any about they ,this is a part of my configure file 
 

  required_score   6.5

  rewrite_header subject ***spam mail***
  report_safe 0
  # Enable the Bayes system
  use_bayes   1
  bayes_auto_learn  1
  skip_rbl_checks 1
  use_razor2  1
  razor_config /home/vpopmail/.razor/razor-agent.conf
  use_dcc 1
  use_pyzor   1
  dcc_timeout 60
  razor_timeout 60
  pyzor_timeout 60
  #razor_config  /etc/mail/spamassassin/.razor/razor-agent.conf
  #score DCC_CHECK 0.000
  score RAZOR2_CHECK 2.500
 
 

 Have you enable DCC plugin in /etc/mail/spamassassin/v310.pre and 
 uncomment it. DCC traffic is like DNS traffic. You should treat port 
 6277 like port 53. Allow outgoing packets to distant UDP port 6277 and 
 incoming packets from distant UDP port 6277. To test run cdcc info you 
 should get a few public servers by default.