mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 18:15:29 +02:00
parent
69d3bac45e
commit
805506fbea
3 changed files with 9 additions and 5 deletions
4
target/bin/virus-wiper
Normal file
4
target/bin/virus-wiper
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Wipping virus older than $VIRUSMAILS_DELETE_DELAY days"
|
||||
find /var/lib/amavis/virusmails/ -type f -mtime +$VIRUSMAILS_DELETE_DELAY -delete
|
Loading…
Add table
Add a link
Reference in a new issue