Experimental attempt to build an SPF+DKIM+DMARC capable milter in go
Go to file
2019-11-24 01:06:31 +01:00
logging
.gitignore Decode basic milter packet structure 2019-11-23 19:47:03 +01:00
main.go Move decode logic into separate function 2019-11-23 20:23:05 +01:00
README.md
RFCs.md
socket.go Allow setting listen address when calling runServer() 2019-11-23 19:46:31 +01:00
Vagrantfile Add trigger to Vagrantfile for rsync-auto 2019-11-24 01:06:31 +01:00

Milter experiment

This project is for educational purposes. Any attempts to run this in production WILL FAIL! Use this code as inspiration, but do not blame me for your losses.

References