katzenpost / core

Core components common to clients and servers.
40 stars 11 forks source link

write basic SMTP to mixnet proxy #8

Closed david415 closed 7 years ago

david415 commented 7 years ago

we need a basic SMTP server for proxying mail from the client mail software to the mixnet.

david415 commented 7 years ago

here's a simple SMTP server: https://github.com/bradfitz/go-smtpd

we could probably just start from that and modify it to be suitable for our needs. changes like removing the authentication (since it'll run locally on the client endpoint).