ryan
My feedback
1 result found
-
6 votes
Thank you for your input. We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
—
IGAn error occurred while saving the comment ryan supported this idea ·
Yes, we also request this feature. At the moment we are running a daily CRON script.
If it's useful to anyone else here is the command:
for i in $(/usr/sbin/plesk bin mail -l | tr '\t' ' ' | cut -d' ' -f 3-); do doveadm expunge -u "$i" mailbox INBOX.Spam before 30d; done