How to sort email accounts by their size
Posted: Fri Sep 15, 2023 8:14 pm
In your SSH, run:
Code: Select all
v-list-mail-accounts USER DOMAIN | tail -n +3 | awk '{print $4,$1}' | sort -n -r