Experimental attempt to build an SPF+DKIM+DMARC capable milter in go
Go to file
Jan Philipp Timme 19e4cf14ae Allow setting listen address when calling runServer() 2019-11-23 19:46:31 +01:00
logging Improve comment for Loglevel constants 2019-05-12 19:25:13 +02:00
.gitignore Add .gitignore, make hexdump look better in log output 2019-05-12 19:11:59 +02:00
README.md Introduce a basic logger and some code for testing 2019-05-12 19:06:56 +02:00
RFCs.md Begin collecting relevant RFCs 2019-05-08 19:19:58 +02:00
Vagrantfile Introduce Vagrantfile for a test environment 2019-11-23 19:44:07 +01:00
main.go Allow setting listen address when calling runServer() 2019-11-23 19:46:31 +01:00
socket.go Allow setting listen address when calling runServer() 2019-11-23 19:46:31 +01:00

README.md

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