Jump to content

Reduce mail disk space in supportwwfindia

From TetraWiki
Revision as of 05:39, 19 April 2017 by Prashantkumar (talk | contribs) (Created page with "category:SUPPORTWWFINDIA category:KLOXO ==Objective== The Account supportwwfindia is using 101% of quota for maildisk_usage. 1) First login to the kloxo server usin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Objective[edit]

The Account supportwwfindia is using 101% of quota for maildisk_usage.

1) First login to the kloxo server using login sheet

2) switch to root user

3) Go to the domail list using bilow command:-

     cd /home/lxadmin/mail/domain/

4) Change timestamp of .qmail-default file using touch command below:-

  touch .qmail-default ( so that it should not get deleted )

5) just keep 6 months mail and delete old mails using below command:-

    find . -mtime +180 -exec rm {} \;