Find size of mailboxes


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. du -h /var/qmail/mailnames | more
  2.  
  3. STOPPEN DER DIENSTE:
  4. /etc/init.d/psa stop
  5.  
  6. VERLAGERN:
  7. mv /var/lib/psa /srv/.
  8. ln -s /srv/lib/psa /var/lib/psa
  9.  
  10. NEUSTART DER DIENSTE:
  11. /etc/init.d/psa start
  12.  
  13. http://www.huschi.net/2275de.htmlc
  14.  
  15. STOPPEN DER DIENSTE:
  16. /etc/init.d/qmail stop && /etc/init.d/xinetd stop /etc/init.d/mysql stop

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.