Re: [Assp-user] Synchronization

2009-04-10 Thread Jeroen van Aart
Hisham wrote: > Since i'll be having 2 ASSP servers in round robin MX records. We'll be > using server 1 as admin point, send spam reports, generate spamdb ,...etc > > What are the files/folders to be copied from server 1 to server 2 to > keep them both identical ? (i.e. assp.conf ) And what t

Re: [Assp-user] Synchronization

2009-04-10 Thread Alex Davidson
I'll leave this question for someone who does Bayesian and rebuildspam stuff :) -Original Message- Thanks, Do we need to copy spamdb file too ? And in case of spam block report, the user has to send the message twice i guess one message to each assp server to get the report from each? O

Re: [Assp-user] Synchronization

2009-04-09 Thread hisham
Thanks, Do we need to copy spamdb file too ? And in case of spam block report, the user has to send the message twice i guess one message to each assp server to get the report from each? On Thu, 9 Apr 2009 08:33:20 -0600 Alex Davidson wrote: > I specify all my settings to pull from files that

Re: [Assp-user] Synchronization

2009-04-09 Thread cfranklin
Personally we use : ChironFS with/in/on FUSE ChironFS - http://www.furquim.org/chironfs/index.en.html Rsync - http://www.samba.org/rsync/ ** SCP vs Rsync I think rsync would be better choice over a straight SCP copy, as SCP will copy directly into the destination spot. Meaning that if a connecti

Re: [Assp-user] Synchronization

2009-04-09 Thread Alex Davidson
I specify all my settings to pull from files that sit in the /usr/share/assp/files subfolder, then I use SCP to copy them out from a cron job. I don't copy out my ASSP.CFG file seeing as the DNS servers are different in my case, but you could use SCP for that too. -Original Message- Sin

[Assp-user] Synchronization

2009-04-09 Thread Hisham
Since i'll be having 2 ASSP servers in round robin MX records. We'll be using server 1 as admin point, send spam reports, generate spamdb ,...etc What are the files/folders to be copied from server 1 to server 2 to keep them both identical ? (i.e. assp.conf ) And what tools do you use for the