hi,
i tried that but the system gets stuck running the code... even tried leaving it for about an hour but no result..
i also tried
(( #!/bin/bash
for account in `zmprov -l gaa`; do
forwardingAccount=`zmprov ga $account | grep "zimbraMailForwardingAddress:" | awk '{print $2}'`
if [ "$forwardingAccount" = "zarrin@zimbra.com" ]; then
echo $account;
fi
done))
that was put up by arcanemagus in response to similar a question by zarrin ... but it just doesn't seem to do anything...
i'm beginning to wonder if something's going wrong with my installation...
considering the following problems cropping up recently - it just might be going bonkers
1. the GUI no longer shows the account list for any of the admin users... hence creation or modifcation of accounts has to be done through CLI or by using the search option in GUI and then modifying the account
2. a few accounts had the class of service change automatically to default
3. one class of service 'no longer existed' for about a week and is now back

|0
we will be migrating to the newer version within a few weeks anyway - just thought i could solve this problem b4 dat...
thanks for the help
abigail