Question

Currently it seems common practice to parse Postfix log files in order to determine if a message has been sent. Is there an API for Postfix or a look up table in it that yields this information in a manner quicker than parsing (rather lengthy) log files?

Was it helpful?

Solution

There is no such API. You could, however, make use of the policy delegation protocol to write a simple policy daemon which logs per message information in a manner that suits you more.

OTHER TIPS

https://www.posty-soft.org

posty was developed in 2013 by four computer science students at the University of Applied Sciences Rosenheim goal was to create THE open source administration tool for mail server with Postfix and Dovecot.

The posty_API is the core element of the posty softwarestack. It is developed to administrate a mailserver based on Postfix and Dovecot. It offers an easy REST interface which can be used in own applications or with the posty client applications, posty_CLI and posty_webUI.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top