mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Remove Dovecot autocreate deprecated plugin. Fix #103
This commit is contained in:
parent
d8f4d3c0ad
commit
f36e4e2a83
1 changed files with 1 additions and 3 deletions
|
@ -39,7 +39,7 @@ userdb {
|
||||||
}
|
}
|
||||||
protocol imap {
|
protocol imap {
|
||||||
imap_client_workarounds =
|
imap_client_workarounds =
|
||||||
mail_plugins = $mail_plugins imap_quota antispam autocreate
|
mail_plugins = $mail_plugins imap_quota antispam
|
||||||
}
|
}
|
||||||
protocol lda {
|
protocol lda {
|
||||||
auth_socket_path = /var/run/dovecot/auth-master
|
auth_socket_path = /var/run/dovecot/auth-master
|
||||||
|
@ -66,8 +66,6 @@ plugin {
|
||||||
}
|
}
|
||||||
|
|
||||||
plugin {
|
plugin {
|
||||||
autocreate = Trash
|
|
||||||
autocreate2 = Junk
|
|
||||||
autosubscribe = Trash
|
autosubscribe = Trash
|
||||||
autosubscribe2 = Junk
|
autosubscribe2 = Junk
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue