bokysan / docker-postfix

Multi architecture simple SMTP server (postfix null relay) host for your Docker and Kubernetes containers. Based on Debian/Ubuntu/Alpine.
MIT License
555 stars 152 forks source link

LDAP lookup map support #204

Closed pixil98 closed 3 months ago

pixil98 commented 4 months ago

I'm working on deploying this in a kubernetes cluster where I'm using a central idp to manage some user/service accounts. Would it be possible to include the postfix-ldap package in this docker image to enable the use of ldap lookup for postfix maps? It's available for both debian and alpine and is under 500kB (68Kb for alpine) so it shouldn't have a large impact on either image.

If you're open to it, i can submit a PR to add it.

bokysan commented 4 months ago

Sure. No objections. PR would be appriciated.