Re: [Dspam-user] dspam scalability

2012-05-09 Thread Stevan Bajić
Hello Anthony, On 09.05.2012 13:13, P.V.Anthony wrote: > On 05/09/2012 06:02 PM, Stevan Bajić wrote: > >> You should! Creating a MERGED group that you use globally (aka global >> merged group) will allow you to create one big group and share that data >> with all the users. Allow me to explain (ju

Re: [Dspam-user] dspam scalability

2012-05-09 Thread P.V.Anthony
On 05/09/2012 06:02 PM, Stevan Bajić wrote: > You should! Creating a MERGED group that you use globally (aka global > merged group) will allow you to create one big group and share that data > with all the users. Allow me to explain (just an artificial example to > illustrate the benefit for you):

Re: [Dspam-user] dspam scalability

2012-05-09 Thread Stevan Bajić
Hello Radim, On 09.05.2012 10:50, Radim Kolar wrote: > This is one side of the story. Show us your dspam.conf > > ponto# cat dspam.conf > Home /var/db/dspam > StorageDriver /usr/local/lib/dspam/libpgsql_drv.so > TrustedDeliveryAgent "/usr/local/bin/maildrop" > FallbackDomains off > OnFail error >

Re: [Dspam-user] dspam scalability

2012-05-09 Thread Radim Kolar
This is one side of the story. Show us your dspam.conf ponto# cat dspam.conf Home /var/db/dspam StorageDriver /usr/local/lib/dspam/libpgsql_drv.so TrustedDeliveryAgent "/usr/local/bin/maildrop" FallbackDomains off OnFail error Trust root Trust dspam Trust apache Trust mail Trust mailnull Trust smm

Re: [Dspam-user] dspam scalability

2012-05-07 Thread Stevan Bajić
On 07.05.2012 05:56, Radim Kolar wrote: > I have dspam set for 4 users using pgsql database. It takes 512 MB of > diskspace. It is too much to put it into production for 250 users. How > many users with dspam you have? > > dspam=# select count(*) from dspam_stats; >count > --- >4 >

[Dspam-user] dspam scalability

2012-05-06 Thread Radim Kolar
I have dspam set for 4 users using pgsql database. It takes 512 MB of diskspace. It is too much to put it into production for 250 users. How many users with dspam you have? dspam=# select count(*) from dspam_stats; count --- 4 (1 row) dspam=# select count(*) from dspam_token_data;