this post was submitted on 24 Aug 2023
6 points (100.0% liked)

Homelab

683 readers
3 users here now

founded 1 year ago
MODERATORS
 

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.

top 4 comments
sorted by: hot top controversial new old
[–] anzo 2 points 1 year ago (2 children)
[–] [email protected] 1 points 1 year ago* (last edited 10 months ago)

That seems really resource heavy. 4 Gb of RAM for an SMTP relay?

Other than that it looks pretty great.

[–] [email protected] 1 points 10 months ago

I think I'm going to end up using docker-mailserver for this.