Hi Richard,
Amavisd-new can be extended to support SAVDI. I am using it in one of my
installation. Just google search amavisd + savdi, there are numerous
documentation on how to do so.
Kind regards
On Tue, Nov 24, 2020, 9:07 PM Richard Siddall
wrote:
> michael Schumacher wrote:
> > Joe,
> >
>
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