I've been meaning to reply to this but it got pushed back.
Using the nwauth.txt file you can automate this process on
linux.
cat nwauth.txt|gawk -F: '{print "echo " $1
"n" "tellmail quota " $1}'|sh
The output can be piped to a file for further processing as
desired
Hope this helps
Lee
Support ChrisP wrote:
> Hi ,
>
> No not in one command sorry, you could run a script to
issue
> tellmail domain_quota usrer domain1
> tellmail domain_quota usrer domain2
> tellmail domain_quota usrer domain3
> ...
>
>
> ChrisP
>
>
> surgemail-list netwinsite.com wrote on Monday, April 16,
2007 at 11:41 p.m. (+0200):
>
>> Hi
>>
>> is there a way to make a report which shows me the
domain quota and
>> domain usage of each domain? (we do billing on a
pr. domain basis with
>> pr. domain storage).
>>
>> Surgemail 3.8i on FreeBSD-6.2
>>
>> Karsten
>>
>>
>>
>
>
>
|