2
0
mirror of https://github.com/tomav/docker-mailserver synced 2025-08-23 18:37:52 +00: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