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? 2. If an end user needed to copy/move emails from one account to another, is there a command? Also, I've searched Google results, numerous Ubuntu, CentOS, Fedora forums, Doveadm forums, and read the DoveCot/DoveADM man pages numerous times and either I am over looking, or I am not understanding. Thus why I am asking here.
On 06 Apr 2015, at 09:41, Kenneth Ulrich <ulrichkenneth at gmail.com> 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 sourceuser at example.com user destuser at example.com <query> doveadm move -u sourceuser at example.com user destuser at example.com <query> (Requires v2.1.10 or newer)