Re: adding AV scanning to working Postfix/SA system

2020-11-24 Thread Kenren Taisho
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, > > >

Re: Assistance with doveadm backup...

2019-02-20 Thread Kenren Taisho
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