1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-05-28 00:57:46 +02:00

9 lines
163 B
Bash
Executable File

#!/bin/bash
set -e
# shellcheck source=/dev/null
source /etc/dms-settings
find /var/lib/amavis/virusmails/ -type f -mtime +"${VIRUSMAILS_DELETE_DELAY}" -delete