How to delete Dovecot users when using Single Instance Storage
In case somebody find this useful:
https://blog.jcea.es/posts/20160211-delete_users_dovecot.html
-- Jesús Cea Avión _/_/ _/_/_/ _/_/_/ jcea@jcea.es - http://www.jcea.es/ _/_/ _/_/ _/_/ _/_/ _/_/ Twitter: @jcea _/_/ _/_/ _/_/_/_/_/ jabber / xmpp:jcea@jabber.org _/_/ _/_/ _/_/ _/_/ _/_/ "Things are not so easy" _/_/ _/_/ _/_/ _/_/ _/_/ _/_/ "My name is Dump, Core Dump" _/_/_/ _/_/_/ _/_/ _/_/ "El amor es poner tu felicidad en la felicidad de otro" - Leibniz
On 19.03.2016 18:56, Jesus Cea wrote:
In case somebody find this useful:
https://blog.jcea.es/posts/20160211-delete_users_dovecot.html
"The expunge step" didn't work because "all" parameter was broken in 2.2.21. It's fixed now: https://github.com/dovecot/core/commit/6971937a6f3e93844dbd43bdbe903628e21a9... Also as workaround you can replace 'all' with '1:*'.
Here is a script that automates the procedure: https://github.com/moisseev/doveadm-tools/blob/master/bin/doveadm-mdboxrm
participants (2)
-
Alexander Moisseev
-
Jesus Cea