Fixes #346 and added a virusmail wiper triggered by a CRON (#347)

* Fixes #346 and added a virusmail wiper triggered by a CRON

* Renamed env to something more explicit VIRUSMAILS_DELETE_DELAY
This commit is contained in:
Thomas VIAL 2016-10-08 19:02:47 +02:00 committed by GitHub
parent 986dc97f1a
commit 08dc28e304
5 changed files with 44 additions and 7 deletions

View file

@ -5,6 +5,12 @@ die () {
exit 1
}
#
# Default variables
#
echo "export VIRUSMAILS_DELETE_DELAY=${VIRUSMAILS_DELETE_DELAY:="7"}" >> /root/.bashrc
#
# Users
#