mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
4 lines
95 B
Plaintext
4 lines
95 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
find /var/lib/amavis/virusmails/ -type f -mtime +$VIRUSMAILS_DELETE_DELAY -delete
|