July
14
cPanel: list of all emails accounts hosted on the server
for i in $(awk '{print $2}' /etc/trueuserdomains); do uapi --user=$i Email list_pops | egrep "\s+email:" ; done
original post