>>
>>> 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
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.
> 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
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.
---
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
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 --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
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=.. ?
-