I have a need for an internal SMTP relay inside a kubernetes cluster. What is everyone using for docker/kubernetes SMTP relays these days?
Goal is to have all internal services route emails through this relay and it in turn sends the emails out via SendGrid, should be a fairly easy task, just not something I've done for a few years.
3 Comments
anzo@programming.dev · 2 pts · 3y
https://docs.postalserver.io/
jax@lemmy.cloudhub.social · 1 pts · 3y
That seems really resource heavy. 4 Gb of RAM for an SMTP relay?
Other than that it looks pretty great.
jax@lemmy.cloudhub.social · 1 pts · 2y
I think I'm going to end up using docker-mailserver for this.