Re: [dspam-users] change global user's name

2007-12-21 Thread Derek Xu
> Can you post the content of /etc/dspam.conf and /var/dspam/group ?

/var/dspam/group:

globaluser1:merged:*  // I would change it to globaluser2,
which is another valid user on the system.

/etc/dspam.conf

StorageDriver /lib/libmysql_drv.so
OnFail error
Trust root
Trust qmaild
TrainingMode teft
TestConditionalTraining on
Feature whitelist
Algorithm graham burton
Tokenizer chain
PValue bcr
WebStats on
Preference "spamAction=tag"
MySQLServer /tmp/mysql.sock
MySQLUser   dspam
MySQLPass   secret
MySQLDb dspam
MySQLCompress   true
MySQLUIDInSignatureon
HashRecMax  98317
HashAutoExtend  on
HashMaxExtents  0
HashExtentSize  49157
HashPctIncrease 10
HashMaxSeek 10
HashConnectionCache 10
Notifications   off
LocalMX 127.0.0.1
SystemLog on
UserLog   on
TrainPristine on
Opt out
ProcessorURLContext on
ProcessorBias on


Re: [dspam-users] change global user's name

2007-12-21 Thread Ítalo Rossi

Can you post the content of /etc/dspam.conf and /var/dspam/group ?

On Dec 21, 2007, at 4:59 PM, Derek Xu wrote:


Couldn't you just change the username of the globaluser in
dspam_virtual_uids?



Virtual users are not enabled in our system and thus there is no
dspam_virtual_uids table in the MySQL database.



--
Ítalo Rossi
Administração de redes
Diginet Brasil
[EMAIL PROTECTED]
(+55) 84 4008-9000


Esta mensagem, incluindo seus anexos, pode conter informação  
confidencial e/ou
privilegiada. Se você não for o destinatário ou a pessoa autorizada a  
receber

esta mensagem, não pode usar, copiar ou divulgar as informações nela
contidas ou tomar qualquer ação baseada nessas informações. Se você
recebeu esta mensagem por engano, por favor avise imediatamente o
remetente, respondendo o e-mail e em seguida apague-o. Agradecemos sua
cooperação.

This message, including its attachments, may contain confidential and/or
privileged information. If you are not the recipient or authorized  
person to
receive this message, you must not use, copy, disclose or take any  
action based

on this message or any information herein. If you received this message
by mistake, please advise the sender immediately by replying the e- 
mail and

deleting this message. Thank you for your cooperation.






PGP.sig
Description: This is a digitally signed message part


Re: [dspam-users] change global user's name

2007-12-21 Thread Derek Xu
> Couldn't you just change the username of the globaluser in
> dspam_virtual_uids?
>

Virtual users are not enabled in our system and thus there is no
dspam_virtual_uids table in the MySQL database.


Re: [dspam-users] change global user's name

2007-12-21 Thread Kyle Johnson

Derek Xu wrote:

Hello --

We are running DSPAM 3.8.0 with MySQL and merged group. I would like
to change the name of the global user to a new one while keeping any
data that are associated with the old global user valid, i.e. use the
new global user to merge with all members of the group. I am thinking
to achieve this by replacing the old global user's uid in the all
tables with the new golbal user's uid, but not sure if this is good
enough. The virtual users are not enabled.

Thanks,

Derek

  
Couldn't you just change the username of the globaluser in 
dspam_virtual_uids?


[dspam-users] change global user's name

2007-12-21 Thread Derek Xu
Hello --

We are running DSPAM 3.8.0 with MySQL and merged group. I would like
to change the name of the global user to a new one while keeping any
data that are associated with the old global user valid, i.e. use the
new global user to merge with all members of the group. I am thinking
to achieve this by replacing the old global user's uid in the all
tables with the new golbal user's uid, but not sure if this is good
enough. The virtual users are not enabled.

Thanks,

Derek


RE: [Dsp] [dspam-users] dspam_notify?

2007-12-21 Thread Mick Johnson
> > Hello list,
> >
> > Downloaded and compiled latest CVS on my Debian lenny test machine.
> >
> > CHANGELOG mentions dspam_notify but I could not find the binary
> anywhere, nor a configure/compile option.
> >
> > What am I missing?
> >
> > Dudi Goldenberg
> > CTO
> > Kolcore Ltd.
> > Registered Linux user #79506
> >
> > No virus found in this outgoing message.
> > Checked by AVG Free Edition.
> > Version: 7.5.516 / Virus Database: 269.17.5/1191 - Release Date:
> 12/20/2007 14:14
> >
> >
> This is a script that Jeff Harris and I just put together.
> I was browsing through the CVS and I couldn't find it, though I did see
> the changes in the WebUI files.
> I believe that http://pastebin.ledhed.net/63 is the newest version of
> the perl script that we worked on, in case you can't find it.
> 

The script has now been added to src/tools in CVS. Thanks to both Jeff and
Kyle for putting this together.

Cheers
Mick Johnson



Re: [dspam-users] Admin user statistics in dspam Web UI.

2007-12-21 Thread Kyle Johnson

Brandur K. Jacobsen wrote:

Hi all!

I'm using dspam-3.8.0 with domain-scale enabled with the hash_drv and
invoking dspam through the mda.

Dspam is invoked as: 
dspam --deliver=innocent --user [EMAIL PROTECTED] --stdout | $MDA

(using qmail)

The problem is that the web UI is not displaying the "user statistics"
correctly in the administrative suite.
Dspam is also creating a "local" directory, in my case
under /var/dspam/data/local which it is trying to access for the
statistics instead of /var/dspam/data// directory.
Everything else is working just fine.

I've looked through the documentation and the mailling-list, but have
found no solution.

Has anyone got an idea as to what I am doing wrong?

brandur


  
dspam uses the 'local' directory when you use the localStore option.  
Check to see if you have a localStore preference set.  With localStore, 
dspam stores the data into /var/dspam/data/local/uid instead of 
/var/dspam/data/domain/user.


I've never used the hash driver, so my help is quite limited!

--Kyle Johnson!!


[dspam-users] Admin user statistics in dspam Web UI.

2007-12-21 Thread Brandur K. Jacobsen
Hi all!

I'm using dspam-3.8.0 with domain-scale enabled with the hash_drv and
invoking dspam through the mda.

Dspam is invoked as: 
dspam --deliver=innocent --user [EMAIL PROTECTED] --stdout | $MDA
(using qmail)

The problem is that the web UI is not displaying the "user statistics"
correctly in the administrative suite.
Dspam is also creating a "local" directory, in my case
under /var/dspam/data/local which it is trying to access for the
statistics instead of /var/dspam/data// directory.
Everything else is working just fine.

I've looked through the documentation and the mailling-list, but have
found no solution.

Has anyone got an idea as to what I am doing wrong?

brandur



RE: [dspam-users] dspam_notify?

2007-12-21 Thread Dudi Goldenberg
>I believe that http://pastebin.ledhed.net/63 is the newest version of 
>the perl script that we worked on, in case you can't find it.

Got it, thanks.

D.

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.17.5/1191 - Release Date: 12/20/2007 
14:14
 


Re: [dspam-users] dspam_notify?

2007-12-21 Thread Kyle Johnson

Dudi Goldenberg wrote:

Hello list,

Downloaded and compiled latest CVS on my Debian lenny test machine.

CHANGELOG mentions dspam_notify but I could not find the binary anywhere, nor a 
configure/compile option.

What am I missing? 
 
Dudi Goldenberg

CTO
Kolcore Ltd.
Registered Linux user #79506

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.17.5/1191 - Release Date: 12/20/2007 14:14
 
  

This is a script that Jeff Harris and I just put together.
I was browsing through the CVS and I couldn't find it, though I did see 
the changes in the WebUI files.
I believe that http://pastebin.ledhed.net/63 is the newest version of 
the perl script that we worked on, in case you can't find it.


--Kyle


Re: [dspam-users] CVS updates

2007-12-21 Thread Kyle Johnson

Mick Johnson wrote:


All

 


Just pushed up another couple of patches to the Dspam CVS.

 

· Some more hash driver work from the Gentoo trunk, 
contributed by Alan Nastac


· Feature Request #23 (daily quarantine summary emails), 
contributed by Kyle Johnson


 

Many thanks go out to them, and to everyone who's been working hard 
testing, debugging, fixing, diffing, and patching. I'll be off for the 
next week but will wade through the mountains of email when I return.


 


cya

Mick Johnson

 

Just wanted to say that Jeff Harris also contributed quite a bit of time 
helping with #23. :)


Happy Holidays!
-Kyle



[dspam-users] dspam_notify?

2007-12-21 Thread Dudi Goldenberg
Hello list,

Downloaded and compiled latest CVS on my Debian lenny test machine.

CHANGELOG mentions dspam_notify but I could not find the binary anywhere, nor a 
configure/compile option.

What am I missing? 
 
Dudi Goldenberg
CTO
Kolcore Ltd.
Registered Linux user #79506

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.17.5/1191 - Release Date: 12/20/2007 
14:14