My apologies, you are absolutely right. Will post this in the correct forum.
Spent the last couple of hours poring through the postfix list and just forgot
where I was at.
Jeff
> On Feb 20, 2019, at 8:55 PM, Kenren Taisho wrote:
>
> Hi Jeff,
>
> This should be better off to dovecot's mail
Hi Jeff,
This should be better off to dovecot's mailing list.
But just to get you started, this is the first thing that came to mind:
example:
for users in `doveadm user "*"`; do
LOCALPART=${users%%@*}
dsync -v -f -u $users backup maildir:/tmp/backup/$LOCALPART
echo "Back