https://github.com/asifbacchus/mailcow-scripts
Scripts to help manage mailcow-dockerized installations
https://github.com/asifbacchus/mailcow-scripts
administration mailcow scripts
Last synced: about 1 month ago
JSON representation
Scripts to help manage mailcow-dockerized installations
- Host: GitHub
- URL: https://github.com/asifbacchus/mailcow-scripts
- Owner: asifbacchus
- License: mit
- Created: 2019-06-28T10:59:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T11:00:59.000Z (over 6 years ago)
- Last Synced: 2024-11-08T02:53:07.691Z (11 months ago)
- Topics: administration, mailcow, scripts
- Language: Shell
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mailcow-scripts
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
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)
### mail_prune.sh
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).
That's all for now!