Skip to content

Releases: maxking/docker-mailman

Release 0.3.2

03 Jan 21:14
v0.3.2
1c08a20
Compare
Choose a tag to compare

Mailman Web

Bump Django to 2.2.9 for CVE-2019-19844

Relelase 0.3.1

14 Dec 22:22
6dc9598
Compare
Choose a tag to compare

Mailman Web

  • Postorius, Hyperkitty and Django-mailman3 bumped to version 1.3.1.

0.3.0 Release

18 Nov 02:26
9ebc271
Compare
Choose a tag to compare

Mailman Core

Mailman Web

  • Minutely job to re-index emails now runs hourly instead, this could result in upto one hour latency for the search results to update.
  • MAILMAN_ARCHIVER_FROM is now a tuple instead of strings.
  • Bump Postorius to 1.3.0
  • Bump Hyperkitty to 1.3.0
  • Bump Django-mailman3 to 1.3.0
  • Bump Mailmanclient to 3.3.0

0.2.3 Release

18 Jun 13:38
e6de13b
Compare
Choose a tag to compare

Mailman Web

  • Bump Hyperkitty to 1.2.2
  • Fix a bug where settings_local.py would be owned by root and cause access problems in certain situations.
  • Add EMAIL_HOST_USER, EMAIL_HOST_PASSWORD and EMAIL_USE_TLS to allow using env vars to setup email configuration for Mailman Web.

Release 0.2.2

14 Apr 05:22
Compare
Choose a tag to compare

Mailman Core

  • Bump Mailman Core to 3.2.2 release

Mailman Web

  • Bump Postorius to 1.2.4
  • Bump MailmanClient to 3.2.2
  • Use 4 processes and 1 thread per-process with Hyperkitty to get around this uwsgi issue.

Release 0.2.1

18 Feb 17:12
Compare
Choose a tag to compare

Mailman Web

  • Postorius bumped to 1.2.3 release
  • Images now use alpine:3.8 release instead of python:alpine-3.6 release, this was done so that we can use apk packages compiled against Python in alpine. Contributed by Patrick Georgi.
  • Xapian is now added as a part of the Mailman-web container image. Contributed by Patrick Georgi.
  • Bumped MailmanClient to 3.2.1 and Django 2.1.5
  • Upgrade Hyperkitty to 1.21 release.

Mailman Core

Release 0.1.7

29 Dec 00:55
d07bded
Compare
Choose a tag to compare

Mailman Web

  • Postorius upgraded to 1.1.2 release

Release 0.1.5

28 Dec 07:19
v0.1.5
a789e24
Compare
Choose a tag to compare

Mailman Core

  • Core updated to version 3.1.1 release

Mailman Web

  • Postorius updated to version 1.1.1

Release 0.1.4

21 Nov 09:10
Compare
Choose a tag to compare

Mailman Web

  • Upgrade Hyperkitty to 0.1.4

Mailman Core

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