Scripts to help manage mailcow-dockerized installations
Go to file
Asif Bacchus b094843bf1 add missing mailbox param 2019-07-24 03:23:20 -06:00
scripts add missing mailbox param 2019-07-24 03:23:20 -06:00
LICENSE Initial commit 2019-06-28 03:19:31 -06:00
README.md update links to wiki 2019-06-28 04:55:37 -06:00

README.md

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

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.

That's all for now!