From 39d16497166cbdd9f182bf84d4a38009a963f794 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 17 Sep 2024 18:21:05 +0200 Subject: [PATCH] daily autocommit --- dovecot/conf.d/90-sieve.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dovecot/conf.d/90-sieve.conf b/dovecot/conf.d/90-sieve.conf index 238bcf4..25195cd 100644 --- a/dovecot/conf.d/90-sieve.conf +++ b/dovecot/conf.d/90-sieve.conf @@ -183,6 +183,7 @@ plugin { # path is relative or it starts with "~/" it is interpreted relative to the # current user's home directory. #sieve_trace_dir = + sieve_trace_dir = ~/sieve.trace.d # The verbosity level of the trace messages. Trace debugging is disabled if # this setting is not configured. Possible values are: @@ -194,6 +195,7 @@ plugin { # "matching" - Print all executed commands, performed tests and the # values matched in those tests. #sieve_trace_level = + sieve_trace_level = matching # Enables highly verbose debugging messages that are usually only useful for # developers. @@ -202,4 +204,5 @@ plugin { # Enables showing byte code addresses in the trace output, rather than only # the source line numbers. #sieve_trace_addresses = no + sieve_trace_addresses = yes } -- 2.39.5