Patrick Ben Koetter skrev den 2015-09-08 08:56:
I need (nearly) real time stats on mail queues in a machine readable
format.
I'd like to use this on command line in scripts and/or in (web)
interfaces to
show queue/delivery states. I also need it e.g. to easily identify
phished
accounts (by number of messages/recipients).
add xml output to this command and then parse it, possible --singleline
--nohead so its more easy to parse
I think it is easier to implement a more machine readable format (e.g.
JSON)
once in Postfix than n-times in n-scripts that deal with various mail
management issues.
i can follow you here, just not create the needed patch in c code