Jump to content

File:How to reduce mail disk space in supportwwfindia.txt: Difference between revisions

From TetraWiki
Praveen (talk | contribs)
Praveen (talk | contribs)
No edit summary
 
Line 1: Line 1:


[[category:SUPPORTWWFINDIA]]
[[category:KLOXO]]
==objective==
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 {} \;

Latest revision as of 10:05, 18 April 2017


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 {} \;

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current09:59, 18 April 2017 (482 bytes)Praveen (talk | contribs)
08:46, 18 April 2017 (482 bytes)Keshav (talk | contribs)

There are no pages that use this file.