From f36e4e2a837ae1947aa6f196622f5e3bed637a92 Mon Sep 17 00:00:00 2001 From: opi Date: Mon, 7 Mar 2016 22:56:29 +0100 Subject: [PATCH] [fix] Remove Dovecot autocreate deprecated plugin. Fix #103 --- data/templates/dovecot/dovecot.conf.sed | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/data/templates/dovecot/dovecot.conf.sed b/data/templates/dovecot/dovecot.conf.sed index 44ce55147..6d72e4a73 100644 --- a/data/templates/dovecot/dovecot.conf.sed +++ b/data/templates/dovecot/dovecot.conf.sed @@ -39,7 +39,7 @@ userdb { } protocol imap { imap_client_workarounds = - mail_plugins = $mail_plugins imap_quota antispam autocreate + mail_plugins = $mail_plugins imap_quota antispam } protocol lda { auth_socket_path = /var/run/dovecot/auth-master @@ -66,8 +66,6 @@ plugin { } plugin { - autocreate = Trash - autocreate2 = Junk autosubscribe = Trash autosubscribe2 = Junk }