Skip to content

Releases: huan/docker-simple-mail-forwarder

SMF Version 1.1 Released (09 Jun 2019)

09 Jun 03:09
Compare
Choose a tag to compare

Thanks for the following contributors, your efforts are making SMF better for our community!

  1. Timezone support by @me1299 #56 #57
  2. EC key support by @czocher #51
  3. Upgrade CircleCI from v1 to v2 @huan
  4. Fix typo in README @universeroc #47
  5. Update Base to Alpine 3.8 @riptidewave93 #43
  6. Update alpine:latest as base image @martijnrondeel #37

v0.4.3 Released on 14 Jul 2017

14 Jul 11:49
Compare
Choose a tag to compare
  • Add a note about running it in the background to prevent docker auto shutdown. by @delmicio #27
  • Added smarthost support by @Duumke #22
  • Added support for mynetworks by @SamMousa #20
  • Allow own certificates by @nelfer #15
  • Updated documentation for forward all emails @nelfer #14
  • ARM version of armhf by @dimitrovs #12
  • use SMF_DOMAIN env for certificate's CN by @bcardiff #11
  • allow multiple forwards separated by | by @kminek #7
  • Update docker-compose.yml to fix tutum tag by @vegasbrianc #4
  • close issue #1
  • increase message size limit from 10MB to 40MB
  • fix domain name in scripts
  • fix unit test fail error: do not upgrade alpine
  • restore deploy button in readme: it is docker cloud now.(former Tutum)

use s6 to manage postfix, no more service error.

20 Oct 08:26
Compare
Choose a tag to compare
  • switch Dockerfile FROM image from alpine to sillelien/base-alpine
    1. manage postfix service by S6
    2. solve PID 1 Zombie Problem
    3. enhanced busybox shell
  • NOT to use OpenRC(very buggy run inside docker container) any more!
  • better ESMTP TLS AUTH test script
  • docker image size: 10MB

CI/CD supported by CircleCI & Tutum

12 Oct 02:23
Compare
Choose a tag to compare
  1. CI(continuous integration) supported by use CircleCI(with better tests)
  2. CD(continuous delivery/continuous deployment) supported by use Tutum Button
  3. Fix setting bugs with OpenRC inside alpine linux box

User auth with ESMTP TLS

08 Oct 13:43
Compare
Choose a tag to compare

I use this version to host a few of my email boxs with my own domains on tutum.co . (forward email and smtp relay by password)

succed build & deploy on tutum.co

05 Oct 15:44
Compare
Choose a tag to compare

the very alpha to deploy.