* Julian Kippels <[email protected]>: > I would like to know if there is a command line tool for managing many > postfix servers from a central server. I have 4 servers running postfix > and I would like to manage the mail queues from one single machine.
Using recent Postfix versions you can output Postfix queue status as JSON strings. You can start from there, pull the output into something that's accessible via network and aggregate this in a web frontend, something that does graphs, tables etc. Then add commands that end in SSH commands to the servers or use e.g. a REST API and submit commands to the API that map to postqueue/postsuper commands. p@rick -- [*] sys4 AG https://sys4.de, +49 (89) 30 90 46 64 Schleißheimer Straße 26/MG,80333 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer, Wolfgang Stief Aufsichtsratsvorsitzender: Florian Kirstein
