mailcow-scripts/README.md

16 lines
720 B
Markdown
Raw Permalink Normal View History

2019-06-28 03:19:31 -06:00
# mailcow-scripts
2019-06-28 03:53:59 -06:00
A few scripts to help manage your mailcow-dockerized installation. I'll be adding to this repo as I find more common administrative tasks that can be easily scripted and automated.
## scripts
### mail_cleanup.sh
2019-06-28 04:55:37 -06:00
Delete messages in the *Junk* and *Trash* folders that are older than a certain amount of days. Usage details in the [wiki here](https://git.asifbacchus.app/asif/mailcow-scripts/wiki/1.-mail_cleanup.sh)
2019-06-28 03:53:59 -06:00
### mail_prune.sh
2019-06-28 04:55:37 -06:00
Delete messages from all mailboxes that are older than a certain number of days, provided those messages are *READ* and *UNflagged*. Usage details in the [wiki here](https://git.asifbacchus.app/asif/mailcow-scripts/wiki/2.-mail_prune.sh).
2019-06-28 03:53:59 -06:00
That's all for now!