MailWatch icon indicating copy to clipboard operation
MailWatch copied to clipboard

MailWatch messages keeps with content

Open janarzz opened this issue 2 years ago • 3 comments

Hi, i have problem with mailwatch messages keep with content. For now i have this choose: // Define how many days of emails to keep. define('RECORD_DAYS_TO_KEEP', 840);

But messages with content only 45days I use ubuntu server 18.04 MailWatch 1.2.10 MailScanner 5.4.1 PHP 7.3.33

janarzz avatar Dec 17 '21 07:12 janarzz

That keeps the records, but not the content. For content, you need to look at QUARANTINE_DAYS_TO_KEEP

shawniverson avatar Dec 17 '21 18:12 shawniverson

Hi, QUARANTINE_DAYS_TO_KEEP its the same value.

janarzz avatar Dec 19 '21 16:12 janarzz

Also look at your MailScanner config. MailScanner itself also has a cron that can remove quarantined items (configure via /etc/MailScanner/defaults setting q_days)

Skywalker-11 avatar Dec 19 '21 19:12 Skywalker-11