disable sieve for now

This commit is contained in:
Sebastian Hugentobler 2021-08-23 19:12:57 +02:00
parent 5d98062d70
commit e65967abcf
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
3 changed files with 9 additions and 9 deletions

View File

@ -4,5 +4,5 @@ lda_mailbox_autocreate = yes
lda_mailbox_autosubscribe = yes lda_mailbox_autosubscribe = yes
protocol lda { protocol lda {
mail_plugins = $mail_plugins sieve mail_plugins = $mail_plugins
} }

View File

@ -1,3 +1,3 @@
protocol lmtp { protocol lmtp {
mail_plugins = $mail_plugins sieve mail_plugins = $mail_plugins
} }

View File

@ -1,8 +1,8 @@
protocol sieve { #protocol sieve {
disable_plaintext_auth = no # disable_plaintext_auth = no
} #}
plugin { #plugin {
sieve = bindir=~/.sieve-bin/ # sieve = bindir=~/.sieve-bin/
sieve_after = /var/lib/vmail/sieve-after/ # sieve_after = /var/lib/vmail/sieve-after/
} #}