Giorgio Bellussi schrieb:
> Robert Schetterer wrote:
>> Giorgio Bellussi schrieb:
>>> James Kosin wrote:
>>>> Giorgio Bellussi wrote:
>>>>> Javier Lopez wrote:
>>>>>> Hi community,
>>>>>>
>>>>>>
>>>>> man clamav-milter:
>>>>>
>>>>> ...
>>>>> -Q, --quarantine=EMAILADDRESS
>>>>>       If this e-mail address is given, messages containing a virus  or
>>>>>       worm are redirected to it.
>>>>>
>>>>> ...
>>>>>
>>>>> WBR
>>>>>
>>>>> G
>>>>> _______________________________________________
>>>> That is from the old clamav-milter man page.
>>>> Clamav-milter >= 0.95.1
>>>> has a very slim number of options...
>>>>
>>>> James
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------
>>>>
>>>> _______________________________________________
>>>> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
>>>> http://www.clamav.net/support/ml
>>> I apologize. I forgot to "double check before posting" (R)...
>>>
>>> It seems that beginning from 0.95 this option isn't more available.
>>> A chance we have is to configure milter to "quarantine" the infected 
>>> message (OnInfected Quarantine);in this case sendmail stores the 
>>> quarantined message in its queue but doesn't consider it for delivery. 
>>> (sendmail op.ps|pdf ยง2.3.6).
>>> Postfix freezes the quarantined message in the "hold queue" (postfix 2.6 
>>> or later).
>> not true , works also with postfix 2.5.5
>> and maybe before ( not tested )
>>
>>> WBR
>>>
>>> G
>>>
>>>
>>> _______________________________________________
>>> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
>>> http://www.clamav.net/support/ml
>>
> I re-apologize (as stated in my previous post). (yes, it's my bad habit)
> I believed to what I read here: http://www.postfix.org/MILTER_README.html
> G

there is no failure in
http://www.postfix.org/MILTER_README.html
you missinterpreted it

--snip

Milter error handling

The milter_default_action parameter specifies how Postfix handles Milter
application errors. The default action is to respond with a temporary
error status, so that the client will try again later. Specify "accept"
if you want to receive mail as if the filter does not exist, and
"reject" to reject mail with a permanent status. The "quarantine" action
is like "accept" but freezes the message in the "hold" queue, and is
available with Postfix 2.6 or later.

    /etc/postfix/main.cf:
        # What to do in case of errors? Specify accept, reject, tempfail,
        # or quarantine (Postfix 2.6 or later).
        milter_default_action = tempfail

----

this means the option quarantine
is new with postfix 2.6 with milter_default_action
so this would happen if any milter has a problem by whatever reason

thats not the same as quarantine in clamav-milter, thats the
quarantine function of the clamav-milter itself


> 
> _______________________________________________
> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
> http://www.clamav.net/support/ml


-- 
Best Regards

MfG Robert Schetterer

Germany/Munich/Bavaria
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to