mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-26 10:48:52 +02:00
4 lines
95 B
Text
4 lines
95 B
Text
|
#!/bin/bash
|
||
|
|
||
|
find /var/lib/amavis/virusmails/ -type f -mtime +$VIRUSMAILS_DELETE_DELAY -delete
|