mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-01-12 10:47: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
|
||
|
|