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

Homelab

688 readers
1 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 3 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago* (last edited 9 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 9 months ago

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