I have a quick question. I have two instances of Postfix running on an Ubuntu server and I want to write some scripts to email our server admin Postfix statistics (queue count, sent, etc). How would I get that information on the second instance?
When I run the following command:
postqueue -p
Is that the information of the first instance, second or both? If its not information on the second instance, how would I get that information?
Thanks for your help!