mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-30 23:00:04 +02:00
* 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:
parent
986dc97f1a
commit
08dc28e304
5 changed files with 44 additions and 7 deletions
|
@ -5,6 +5,12 @@ die () {
|
|||
exit 1
|
||||
}
|
||||
|
||||
#
|
||||
# Default variables
|
||||
#
|
||||
|
||||
echo "export VIRUSMAILS_DELETE_DELAY=${VIRUSMAILS_DELETE_DELAY:="7"}" >> /root/.bashrc
|
||||
|
||||
#
|
||||
# Users
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue