On 06 Apr 2015, at 09:41, Kenneth Ulrich <[email protected]> wrote: > > Hello All, > > I just have a quick question about doveadm commands. > > 1. Is there a command that we can use to count emails for a particular end > user?
doveadm mailbox status -t messages '*' doveadm quota get > 2. If an end user needed to copy/move emails from one account to another, > is there a command? doveadm copy -u [email protected] user [email protected] <query> doveadm move -u [email protected] user [email protected] <query> (Requires v2.1.10 or newer)
