[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Dovecot sieve plugin global rules



How can I write sieve log messages into the log file?

Yurdum Yazılım

"M.Atıf CEYLAN" <mehmet@atifceylan.com> wrote:

>Unfortunately, doesn't shown any error messages in log files :(
>
>Yurdum Yazılım
>
>staticsafe <me@staticsafe.ca> wrote:
>
>>On Mon, Jul 01, 2013 at 05:39:42PM +0300, "M.Atıf CEYLAN" wrote:
>>> Thanks for the answer.
>>> I tried some different scenarios. But I couldn't run the script. I
>>> have commented "sieve_global_dir" parameter.
>>> 
>>> My new configuration is below :
>>> 
>>> plugin {
>>>   sieve = ~/.dovecot.sieve
>>>   sieve_dir = ~/sieve
>>>   sieve_before = /etc/dovecot/sieve/spam.sieve
>>> 
>>> /etc/dovecot/sieve/spam.sieve (I have compiled manually by sievec) :
>>> 
>>>    require "fileinto";
>>>    if header :contains "X-Spam-Flag" ["YES"] {
>>>      fileinto "Junk";
>>>      stop;
>>>    }
>>> 
>>> -- 
>>> M.Atıf CEYLAN
>>> Yurdum Yazılım
>>
>>Sorry for the late reply, do you see any errors in your mail.log or any
>>other error log defined with dovecot?
>>-- 
>>staticsafe
>>O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
>>Please don't top post.
>>Please don't CC! I'm subscribed to whatever list I just posted on.
>>
>>
>>-- 
>>To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
>>with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>>Archive: [🔎] 20130703183732.GA21513@uriel.asininetech.com">http://lists.debian.org/[🔎] 20130703183732.GA21513@uriel.asininetech.com
>>

Reply to: