# postfix-policy-server

## postfix-policy-server

- [Welcome](https://pps-docs.pebcak.de/master.md): This is the online API documentation of the postfix-policy-server package with examples so you can start building your own Postix policy services right away!
- [Server](https://pps-docs.pebcak.de/api/server.md): Server defines a new policy server with corresponding settings
- [ServerOpt](https://pps-docs.pebcak.de/api/serveropt.md): SeverOpt functions let you override default values
- [Handler](https://pps-docs.pebcak.de/api/handler.md): Handler is the interface for you to process the policy data
- [PolicySet](https://pps-docs.pebcak.de/api/policyset.md): The data collection provided by the postfix server
- [Postfix(Text)Resp](https://pps-docs.pebcak.de/api/postfixresp.md): Possible responses for the Postfix server
- [Policy to JSON echo server](https://pps-docs.pebcak.de/code-examples/policy-to-json-echo-server.md): A simple code example on how to use pps in your own code
