Search found 1 match

by kellyj994
Mon Dec 20, 2010 10:58 pm
Forum: General Help and Development Discussion
Topic: Domain Email Usage question.
Replies: 5
Views: 5209

Re: Domain Email Usage question.

du -h /var/qmail/mailnames Ok, so that's quick and dirty, but it will show you what you need to know Or how about this (very quick and dirty based on the above) path=/var/qmail/mailnames for domain in $(dir $path); do echo domain=$domain: for mailname in $(dir $path/$domain); do if [ -d $path/$doma...