An open API service indexing awesome lists of open source software.

https://github.com/wneessen/postfix-policy-server

📧 A go package for writing postfix policy servers
https://github.com/wneessen/postfix-policy-server

go golang hacktoberfest policy-servicing postfix postfix-policy-server

Last synced: 8 months ago
JSON representation

📧 A go package for writing postfix policy servers

Awesome Lists containing this project

README

          

# postfix-policy-server
[![Go Reference](https://pkg.go.dev/badge/github.com/wneessen/postfix-policy-server.svg)](https://pkg.go.dev/github.com/wneessen/postfix-policy-server)
[![Go Report Card](https://goreportcard.com/badge/github.com/wneessen/postfix-policy-server)](https://goreportcard.com/report/github.com/wneessen/postfix-policy-server)
[![Build Status](https://api.cirrus-ci.com/github/wneessen/postfix-policy-server.svg)](https://cirrus-ci.com/github/wneessen/postfix-policy-server)
[![pps docs](https://img.shields.io/badge/%F0%9F%92%A1%20pps-docs-00ACD7.svg?style=flat)](https://pps-docs.pebcak.de/)
buy ma a coffee

**postfix-policy-server** (or short: **pps**) provides a simple framework to create
[Postfix SMTP Access Policy Delegation Servers](http://www.postfix.org/SMTPD_POLICY_README.html) Servers in Go.

The [pps documentation](https://pps-docs.pebcak.de/) provides you with all you need, to quickly get started
with your own Postifx policy service.

Alternatively check out the [Go reference](https://pkg.go.dev/github.com/wneessen/postfix-policy-server) for further
details or have a look at the example [echo-server](example-code/echo-server) that is provided with this package.