How to delete the emails older than x days using cPanel?

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • zayn_william
    Senior Member
    • Apr 2022
    • 106

    How to delete the emails older than x days using cPanel?

    How to delete the emails older than x days using cPanel?
  • Rachel S
    Senior Member
    • Apr 2022
    • 101

    #2
    You have to set the cron using cPanel

    Open cron jobs in cPanel and add the following command:
    /usr/bin/archivemail –quiet –delete –days 20 /home/{USER}/mail/inbox

    Using this command, the emails that are older than 20 days will be auto-deleted.

    Comment

    Working...
    X