ZRT incorrectly reporting

Revision as of 09:58, 9 August 2017 by Nbhagwat (talk | contribs) (Created page with "=== <h1>ZRT incorrectly reporting</h1> === <hr> <br> <h2>Problem: </h2> <p>ZRT incorrectly reporting for account edition's.</p> <h2>Solution:</h2> You can get all user acc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ZRT incorrectly reporting



Problem:

ZRT incorrectly reporting for account edition's.


Solution:

You can get all user account edition's from the file - mailboxes.csv, which is existed on the ZRT installed directory. For example default directory is

 /opt/zrt

Then the file Location will be :-

/opt/zrt/mailboxes.csv

And then you can filter your search as per account edition, for example :-

$ cat /opt/zrt/mailboxes.csv | awk -F',' '{print $1 " " $3}' 


Sincerely,
Sourabh Bhushan

Jump to: navigation, search