mjanez / ckan-docker

Custom CKAN Docker Compose Deployment
https://mjanez.github.io/ckan-docs
0 stars 5 forks source link

Feature - Add Dockerized SMTP Service to Deployment #154

Closed mjanez closed 3 weeks ago

mjanez commented 1 month ago

We propose adding a dockerized SMTP service to our CKAN Docker Compose deployment. This issue aims to research available alternatives and investigate if there are already existing dockerized SMTP software solutions.

Research Findings:

  1. Existing Dockerized SMTP Services:

    • Look for dockerized SMTP services on GitHub and Docker Hub.
    • Popular options to consider include Postfix, Sendmail, and Exim.
  2. Alternatives:

    • Evaluate various SMTP services based on ease of integration, maintenance, and community support.
    • Consider open-source, only for development.
mjanez commented 3 weeks ago

Fixed by: https://github.com/mjanez/ckan-docker/pull/153