How To Set Limit To Remove The Frozen Emails Automatically
If you want to set your server Frozen Email auto delete configuration, then you need to edit the exim configuration file on your server.
To set limit to remove the Frozen emails automatically follow some below steps and edit file /etc/exim.conf :
# vi /etc/exim.con
Step2: Find line timeout_frozen_after = *d and edit to your wish:
timeout_frozen_after = 5d ( 5 Days)
Step2: Restart exim service using below command:
# /etc/init.d/exim restart