<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi James,</div><div>the command that performs the actual removal of the files from the file system is <a href="https://www.cyrusimap.org/imap/reference/manpages/systemcommands/cyr_expire.html">cyr_expire</a></div><div>According to your cyrus.conf and the manual of cyr_expire, the operation is performed daily at 04:00. The command is executed by the main cyrus process, so you don't have to do anything else manually...<br></div><div>The parameters -D 180d and -X 180d specify that only mailboxes and messages that are at least 180 days old will be deleted.</div><div><br></div><div>When cyr_expire is executed you should see a line in your log file like these:</div><div></div><div><br></div><span style="font-family:courier new,monospace">May 11 04:03:18 mail cyr_expire[2573]: Expired 0 and expunged 7033 out of 3098366 messages from 5035 mailboxes<br></span><div><span style="font-family:courier new,monospace">May 12 04:03:14 mail cyr_expire[19325]: Expired 0 and expunged 44241 out of 3092823 messages from 5035 mailboxes<br></span></div><div><span style="font-family:courier new,monospace">May 13 04:04:23 mail cyr_expire[27698]: Expired 0 and expunged 77735 out of 3050025 messages from 5035 mailboxes<br></span></div><div><br></div><div>This states how many messages and mailboxes were permanently deleted from the filesystem.<br></div><div><br></div><div>If you only performed the upgrade recently and delayed delete was not active until then, you will only notice cyr_expire actually deleting messages and mailboxes 180 days after the upgrade, since there will be no messages that old until then...</div><div>You should adjust "180d" to your needs and requirements. -D refers to deleted mailboxes and -X to deleted messages.<br></div><div><br></div><div>Regards,</div><div>Savvas Karagiannidis<br></div></div></div></div></div></div>