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