enable sieve debug
This commit is contained in:
parent
aea6c56e27
commit
99c5765f2e
4
emailwiz
4
emailwiz
|
@ -260,6 +260,7 @@ service lmtp {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Configure sieve
|
||||||
protocol lmtp {
|
protocol lmtp {
|
||||||
# enable sieve
|
# enable sieve
|
||||||
mail_plugins = \$mail_plugins sieve
|
mail_plugins = \$mail_plugins sieve
|
||||||
|
@ -284,6 +285,9 @@ plugin {
|
||||||
# The include extension fetches the :global scripts from this
|
# The include extension fetches the :global scripts from this
|
||||||
# location.
|
# location.
|
||||||
sieve_global = /usr/local/lib/dovecot/sieve/global/
|
sieve_global = /usr/local/lib/dovecot/sieve/global/
|
||||||
|
|
||||||
|
# Allows logging debug messages
|
||||||
|
sieve_extensions = +vnd.dovecot.debug
|
||||||
}
|
}
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue