mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-25 07:47:05 +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
|
||
|
|