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
- Host: GitHub
- URL: https://github.com/wneessen/postfix-policy-server
- Owner: wneessen
- License: mit
- Created: 2021-10-05T07:02:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T19:09:35.000Z (over 3 years ago)
- Last Synced: 2024-06-20T03:39:29.345Z (about 2 years ago)
- Topics: go, golang, hacktoberfest, policy-servicing, postfix, postfix-policy-server
- Language: Go
- Homepage: https://pps-docs.pebcak.de/
- Size: 73.2 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# postfix-policy-server
[](https://pkg.go.dev/github.com/wneessen/postfix-policy-server)
[](https://goreportcard.com/report/github.com/wneessen/postfix-policy-server)
[](https://cirrus-ci.com/github/wneessen/postfix-policy-server)
[](https://pps-docs.pebcak.de/)

**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.