From: Frank Brehm Date: Tue, 17 Sep 2024 16:21:05 +0000 (+0200) Subject: daily autocommit X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=39d16497166cbdd9f182bf84d4a38009a963f794;p=config%2Fhelga-hetzner%2Fetc.git daily autocommit --- 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 }