Re: [Dspam-user] DSPAM signature lifetime

2012-09-06 Thread Radim Kolar
>> >>> Which problem are you trying to solve? And please describe your backend, >>> and which script (if any) you use for cleaning up. >> i am using pgsql and /usr/local/bin/dspam_clean > Did you read the man page for dspam_clean? > What part of it is unclear? i found that it works with dspam_clea

[Dspam-user] DSPAM signature lifetime

2012-09-05 Thread Radim Kolar
how can i increase system wide DSPAM signature lifetime? -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond.

Re: [Dspam-user] mail is bouncing while it should not

2012-05-17 Thread Radim Kolar
> Are you sure about that bug report? The bug report you posted has do to > with dovecot anti-spam plugin. You are right. this one is correct: https://sourceforge.net/tracker/?func=detail&aid=3513130&group_id=250683&atid=1126467

[Dspam-user] mail is bouncing while it should not

2012-05-17 Thread Radim Kolar
anybody with spare time can take a look on this ticket? https://sourceforge.net/tracker/?func=detail&aid=3521399&group_id=250683&atid=1126467 problem is that dspam bounces messages with permanent instead of temporary 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

[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;

[Dspam-user] dspam client mode

2012-04-26 Thread Radim Kolar
dspam --client can be used everywhere normal dspam is? i.e. in sendmail.cf? -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT man

[Dspam-user] central logfile

2012-04-04 Thread Radim Kolar
where can i find system-wide logfile? i have just few error messages in /var/log/maillog and something minor in /var/log/spam/sql.errors but is there some system-wide log with content like: processing message subject "X" for user, spam probability=.. ? -