enable sieve debug

This commit is contained in:
Chang, Chu-Kuan 2021-01-19 17:53:31 +08:00
parent aea6c56e27
commit 99c5765f2e
1 changed files with 4 additions and 0 deletions

View File

@ -260,6 +260,7 @@ service lmtp {
}
}
# Configure sieve
protocol lmtp {
# enable sieve
mail_plugins = \$mail_plugins sieve
@ -284,6 +285,9 @@ plugin {
# The include extension fetches the :global scripts from this
# location.
sieve_global = /usr/local/lib/dovecot/sieve/global/
# Allows logging debug messages
sieve_extensions = +vnd.dovecot.debug
}
EOF