Empty trash folder automatically

How to disable delete emails from trash after 7 days ?

Ans : Empty trash folder automatically. Sometimes  Problems arise when clients E mail accounts run out of its quota, even tough the In-boxes kept empty, they somehow forget to clean the Trash boxes too. After checking it is found that, all the E mails were left in the E mail accounts Trash box.

So to delete the message from the Trash folder periodically without login to any of E mail accounts, is best way on Shared servers.

If you want to set purge ( automatically delete) E mails from Trash folder of all the E mail account on server, follow these instructions.

Login to your Server through SSH with Root privileges, then check for IMAP configuration file ” /usr/lib/courier-imap/etc/imapd ”

This configuration file sets various options for the Courier-IMAP server.

Edit the file with your favrate editor

vi /usr/lib/courier-imap/etc/imapd

Now search for the string “ IMAP_EMPTYTRASH

The following setting is optional, and causes messages from the given folder to be automatically deleted after the given number of days.
IMAP_EMPTYTRASH  is a comma-separated list of folder:days.

Like

IMAP_EMPTYTRASH=Trash:7

This would delete messages from the Trash folder (presumably deleted e mail) after 7 days. This is a global setting that is applied to every E mail account, and is probably useful in a controlled, corporate environment.

You can change the days from 7 to anything as per your requirement.


Vishwajit Kale
Vishwajit Kale blazed onto the digital marketing scene back in 2015 and is the digital marketing strategist of Hostripples, a company that aims to provide affordable web hosting solutions. Vishwajit is experienced in digital and content marketing along with SEO. He's fond of writing technology blogs, traveling and reading.

Recent Posts

AI – Powered Customer Support in Hosting: Chatbots & Virtual Assistants

Customer support has always been the backbone of the web hosting industry. From helping users set up domains to troubleshooting…

2 weeks ago

ChatGPT: Your Ultimate AI Content Generation Tool

Content is the most vital asset for businesses navigating the digital era. But creating high-quality, engaging content consistently can be…

4 weeks ago

Discover Ollama: How It Works, Features & Everything?

Welcome to the exciting world of Ollama, a revolutionary open-source tool that's democratizing access to Large Language Models (LLMs). If…

1 month ago

Connecting to Amazon EC2 via WinSCP (SFTP): A Complete Guide

Managing files on your Amazon EC2 instances can often feel like navigating a complex maze, especially when you prefer a…

2 months ago

How Can I Connect to a Database with MySQL Workbench?

Welcome to the world of database management with MySQL Workbench! If you're new to databases or looking for a powerful,…

2 months ago