On 17 Aug 2017, at 9.31, Murray T. | Dreamscape <murra...@dreamscapenetworks.com> wrote: > > doveadm mailbox delete -u den...@lifelinetechnique.com.au > <mailto:den...@lifelinetechnique.com.au> -r -s inbox > doveadm(den...@lifelinetechnique.com.au > <mailto:den...@lifelinetechnique.com.au>): Error: Can't delete mailbox inbox: > INBOX can't be deleted.
I guess you're using Maildir format? With that INBOX can't be deleted, because the Maildir root directory is the INBOX directly. With other mailbox formats it would work. And I think if you used mail_location = ...:INBOX=~/Maildir/INBOX or something like that, it would also work.