mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-26 07:57:05 +00:00
6 lines
114 B
Bash
6 lines
114 B
Bash
#!/bin/bash
|
|
#
|
|
doveadm expunge -A mailbox Trash savedbefore 120d
|
|
doveadm expunge -A mailbox Spam savedbefore 120d
|
|
|