Hello.

I think the better idea is make an archive of this files, something like:

-cut-

#!/bin/sh

cd /var/lib/amavis
DATE=`date -I`

mv virusmails virusmails-${DATE}
mkdir virusmails
chown amavis:amavis virusmails
tar cfj virusmails-archiv/virusmails-${DATE}.tar.bz2 virusmails-${DATE}
rm -rf virusmails-${DATE}

-cut-

It's safe (not deletions) and with very good compression ratio. I think this could be activated by default.

J.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to