Tuning Kloxo space Issue
Appearance
objective[edit]
Tuning Kloxo space Issue[edit]
SCENARIO: On kloxo server, disk space was reach to 95% due to which critical client hosted on this server could be hampered from recieving mails any point of time.
RESOLUTION: On analyzing kloxo server through df -h and command ‘du -sh /home/lxadmin/mail/domains’ found “rtdc.in” directory to be consuming most space and hece below steps were performed. Steps:
# cd /home/lxadmin/mail/domains/rtdc.in/
[ensure that below file is made of current date else all mails will fail to work for this domain ]
# touch .qmail-default
[ensure only to remove files older than 1 year ]
# find . -mtime +365 -exec rm {} \;