Hi,

I have a new problem with my dspam-3.9.1-git 20100826-1 setup.

I can not sent mails to retrain dspam. 

dspam[5929]: Signature retrieval for '4,4c77a23841547698811227' failed
dspam[5929]: Unable to find a valid signature. Aborting.
dspam[5929]: process_message returned error -5.  dropping message.
postfix/pipe[5928]: DAD7B1699: to=<[email protected]>, relay=dspam-retrain, 
delay=0.17, delays=0.09/0.02/0/0.05, dsn=2.0.0, status=sent (delivered via 
dspam-retrain service)
postfix/qmgr[5922]: DAD7B1699: removed

My setup:
dspam:/etc/postfix$ cat /etc/postfix/transport
spam.spam                     dspam-retrain:spam
ham.ham                         dspam-retrain:ham
[email protected]      dspam-retrain:spam
[email protected] dspam-retrain:ham
example.com                   lmtp:127.0.0.1:10024
.example.com                  lmtp:127.0.0.1:10024
*                                      smtp:[mrelay.example.com]

dspam:/etc/postfix$ cat /etc/postfix/master.cf | grep dspam
dspam-retrain unix -    n       n       -       -       pipe
  flags=Rhq user=dspam argv=/usr/bin/dspam --client --class=$nexthop 
--source=error --user dspam

I can do find the signature in database:
mysql> select uid, signature, created_on from dspam_signature_data where 
signature = '4,4c77a23841547698811227';
+-----+--------------------------+------------+
| uid | signature                | created_on |
+-----+--------------------------+------------+
|   4 | 4,4c77a23841547698811227 | 2010-08-27 |
+-----+--------------------------+------------+
1 row in set (0.03 sec)

What is going wrong with my setup? 

It works with the build from 14.08.2010 in a non supported way: I sent the 
mails direct to dspam and retrain seem to work. My old transport:
example.com                   lmtp:127.0.0.1:10024
.example.com                  lmtp:127.0.0.1:10024
*                                      smtp:[mrelay.example.com]

but need spam@ and notspam@ in virtual_uid. I found the new way better, but I 
can not get it do work.

Sebastian
------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Dspam-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to