]> Frank Brehm's Git Trees - config/helga-hetzner/etc.git/commitdiff
daily autocommit
authorFrank Brehm <frank@brehm-online.com>
Tue, 17 Sep 2024 16:21:05 +0000 (18:21 +0200)
committerFrank Brehm <frank@brehm-online.com>
Tue, 17 Sep 2024 16:21:05 +0000 (18:21 +0200)
dovecot/conf.d/90-sieve.conf

index 238bcf46a46963822ec25c28f797ac9e04f02d95..25195cd81c2fc042d75376df6363213cc0db6c69 100644 (file)
@@ -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
 }