<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 14 March 2018 at 21:17 Nick Rosier <
<a href="mailto:nick+dovecot@bunbun.be">nick+dovecot@bunbun.be</a>> wrote:
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
Hi,
</div>
<div>
<br>
</div>
<div>
I'm currently running a small home-server with Dovecot. A long time ago
</div>
<div>
I configured it with SIS enabled. I would like to stop using SIS.
</div>
<div>
<br>
</div>
<div>
If I remove sis from mail_attachment_fs will the old mails that are
</div>
<div>
stored in SIS-storage still be accessible?
</div>
<div>
How can I convert all mailboxes to stop using SIS and store attachments
</div>
<div>
back in the mails?
</div>
<div>
<br>
</div>
<div>
Rgds,
</div>
<div>
N.
</div>
</blockquote>
<div>
<br>
</div>
<div>
doveadm backup -u username maildir:/tmp/Maildir
</div>
<div>
<br>
</div>
<div>
and then you can convert it back to sdbox after disabling sis by clearing the existing dbox files and running
</div>
<div>
<br>
</div>
<div>
doveadm -omail_location=maildir:/tmp/Maildir backup -u username sdbox:~/something
</div>
<div>
<br>
</div>
<div>
remember to take backups
</div>
<div class="io-ox-signature">
---
<br>Aki Tuomi
</div>
</body>
</html>