pylori error in dovecot log

@lbutlr kremels at kreme.com
Tue Mar 20 08:01:43 EET 2018


On 2018-03-19 (17:06 MDT), Stephan Bosch <stephan at rename-it.nl> wrote:
> 
> Op 3/19/2018 om 8:40 PM schreef @lbutlr:
>> On 2018-03-19 (13:02 MDT), @lbutlr <kremels at kreme.com> wrote:
>> After disabling razor, I am now getting:
>> 
>> Error: sieve: Execution of script /usr/lib/dovecot/sieve/report-spam.sieve failed
>> Error: program `/usr/lib/dovecot/sieve/sa-learn-spam.sh' was forcibly terminated with signal 15
>> Error: sieve: pipe action: failed to pipe message to program `sa-learn-spam.sh': refer to server log for more information. [2018-03-19 13:32:40]
>> Info: sieve: left message in mailbox 'Junk'
>> 
>> #cat sa-learn-spam.sh 
>> #!/bin/sh
>> exec /usr/local/bin/sa-learn -u ${1} --spam
>> 
>> # more report-spam.sieve
>> require ["vnd.dovecot.pipe", "copy", "imapsieve", "environment", "variables"];
>> 
>> if environment :matches "imap.user" "*" {
>>  set "username" "${1}";
>> }
>> 
>> pipe :copy "sa-learn-spam.sh" [ "${username}" ];
> 
> Can you enable mail_debug =yes?

For right now I've disabled the calls to sieve to eliminate the errors and clear the mailq. Once things settle down I'll turn it back on and set the debug level.

Thanks.


-- 
Were it not for frustration and humiliation
I suppose the human race would get ideas above its station.
   -Ogden Nash




More information about the dovecot mailing list