Skip to content

Releases: maxking/docker-mailman

Release 0.1.3

08 Oct 20:56
Compare
Choose a tag to compare

What is new?

  • Mailmanclient upgraded to 3.1.1
  • mailman-web container now tries to auto-detect mailman-core's IP Address using python's socket.gethostbyname('mailman-core') if the variable MAILMAN_CORE_IP is not defined.

Bug Fixes

  • MySQL support in mailman-core and mailman-web containers.
  • example.com is not properly replaced with domain name $SERVE_FROM_DOMAIN

Release 0.1.1

09 Aug 22:26
93be320
Compare
Choose a tag to compare

Changes

This update brings a slew of improvements to the way the containers work and a lot of work has gone into making the mailman-web container more easier to use with automatic creation of admin user and settup of the default domain.

Most notable changes are:

  • Now you MUST specify SECRET_KEY environment variable that Django uses. The default value was removed to make sure people set a different value for each installation

  • Hyperkitty has been updated to latest 1.1.1 release

  • Mailman-web image has been moved to alpine 3.6 base image form Debain

Please see the NEWS file for a complete list of changes that has gone into this release.

Upgrading to v0.1.1

Automatic upgrade to v0.1.1 might fail for some people mostly because of the absence of SECRET_KEY environment variable. If was done so that people actually change this value and not keep using the default value across different installations.

Uwsgi (WSGI Server interfacing Django and Web Server) now listens on two separate ports, 8000 (http) and 8080 (uwsgi). Switching to uwsgi protocol increases the performance and is supported on Apache and Nginx web servers.

Also, thanks to all the contributors who spent their valuable time reporting issues and providing patches for Documentation, images and anything else!

Release 0.1.0

25 Jun 13:04
Compare
Choose a tag to compare
v0.1.0

Update documentation. (#54)