In the configs I use all spacings properly (as you could see, if you had a
glance at them).
It's just my mail client deletes spaces if they are the first character of
a string.

Once again: the problem is that if I use this in "master.cf":

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

(with a space before "-o")

DSPAM doesn't tag any header.

If I use this:

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

(with a space before "-o")

then DSPAM tags local mails. I can't make DSPAM tag all received mail.

2015-01-29 21:10 GMT+04:00 li...@rhsoft.net <li...@rhsoft.net>:

>
>
> Am 29.01.2015 um 17:52 schrieb Орхан Ибад-оглы Гасымов:
>
>> 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
>>
>
> if you write it taht way it is completly wrong
>
> smtp inet n - n - - smtpd
> -o content_filter=lmtp:unix:/var/run/dspam.sock
>
> versus
>
> smtp inet n - n - - smtpd
>  -o content_filter=lmtp:unix:/var/run/dspam.sock
>
> the space before -o means the previous line is continued
>
> what you really want to achieve is the following and the breaks with ident
> are for better readability
>
>
> smtp inet n - n - - smtpd -o content_filter=lmtp:unix:/var/run/dspam.sock
>

Reply via email to