I always intend to understand configs that I take from examples. The problem 
is, almost all examples say to put the string:

"-o content_filter=lmtp:unix:/var/run/dspam.sock"
under 
"smtp      inet  n       -       n       -       -       smtpd"

In my setup, if I do so, it accomplishes nothing: DSPAM doesn't tag headers at 
all.

What worked in my case for local mails, was the same string

"-o content_filter=lmtp:unix:/var/run/dspam.sock"
under 
"smtps      inet  n       -       n       -       -       smtpd"

Then DSPAM started to tag headers for mail from local users.

I don't know why this happens, maybe it's because of SSL configs in Postfix? 
(However, I've provided "main.cf", is there something wrong?)
But if my current way of applying a content filter is not correct, then with 
"correct" config like in examples:

smtp inet n - n - - smtpd
-o content_filter=lmtp:unix:/var/run/dspam.sock

DSPAM just doesn't tag any header. We can describe the problem in this way, if 
you wish.


Четверг, 29 января 2015, 9:09 -07:00 от Eric Broch <[email protected]>:
>On 1/29/2015 7:48 AM, Håkon Alstadheim wrote:
>> Obvously all readmes and docs need to be applied with some thought,
>> never just slavishly cut and paste
>Obviously you haven't read the document.
>
>
>------------------------------------------------------------------------------
>Dive into the World of Parallel Programming. The Go Parallel Website,
>sponsored by Intel and developed in partnership with Slashdot Media, is your
>hub for all things parallel software development, from weekly thought
>leadership blogs to news, videos, case studies, tutorials and more. Take a
>look and join the conversation now.  http://goparallel.sourceforge.net/
>_______________________________________________
>Dspam-user mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/dspam-user

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Dspam-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to