Thank you for the advices Andreas.
I just have found the answer for what was happening in my config:

# /etc/postfix/master.cf
dspam unix - n n - - pipe
  flags=Ru user=dspam argv=/usr/bin/dspam --client --deliver=innocent,spam
--user ${recipient} --mail-from=${sender}


Notice the "--deliver=innocent,spam" :( I just saw it after giving another
check to the debug logs. This was the problem I had after mixing some
tutorials. Of course, if you put this line you will have always all the spam
messages delivered.

Thank you very much,

Sergio


2011/9/26 Andreas Berton <andr...@east.nilpan.se>

>
>
> Hi
> Do you really need: AllowOveride=SpamAction, SpamSubject,
> SignatureLocation. I've would at least try to comment out SpamAction. Also
> try to set LocalMX 127.0.0.1
> and serverIdent "localhost". To completly rule out any premission problem,
> stop DSPAM. Navigate to /Path/to/user.mbox, backup before delete/move
> anything. Remove /var/run/dspam.pid if still exist and restart DSPAM. Double
> check uid & gid is correct set in mysql.
>
>
> I also have TrackSources set like this
> TrackSources spam ham
>
>
> sincerely,
> Andreas
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2dcopy1
> _______________________________________________
> Dspam-user mailing list
> Dspam-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspam-user
>
>
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to