From 6f84375d2ffd5e1fd7df2f691c4648ca5a6bc762 Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Sun, 17 Apr 2016 21:31:16 +0200 Subject: [PATCH 1/5] Update docker-compose.yml Not sure if tags is needed to deploy to Tutum. However, tags is not supported with the latest version of docker-compose. Great tool BTW. Thanks for the contribution! --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index eefe729..d217264 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,6 @@ smf: - "25:25" environment: - SMF_CONFIG=testi@testo.com:test@test.com:test - tags: - - mx + deployment_strategy: high_availability restart: always From db88ef2a95578afff92cfe413a23fd0640fb89db Mon Sep 17 00:00:00 2001 From: Zhuohuan LI Date: Fri, 15 Jul 2016 11:21:08 +0800 Subject: [PATCH 2/5] add voice from users --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 571caab..b93b4c1 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ Simplest and Smallest Email Forward Service based on Docker. View on Github - https://github.com/zixia/docker-simple-mail-forwarder +Voice from Users +------------------------------------ +> @Brian Christner : After testing a ton of different mail projects I finally discovered Simple Mail Forwarder (SMF) by Zixia. This image is based on Alpine which is already a positive. It is super tiny and as the name suggests, easy to use. [link](https://www.brianchristner.io/setting-up-a-mail-forwarder-in-docker/) + What is SMF? (Simple Mail Forwarder) ------------------------------------ If you had a domain name and only wanted to have one(or a few) email address from this domain, but you want to forward all the emails to another email account. SMF is exactly what you need. (with [Docker](http://docker.com)) From b08749f4d735f52af04b90f514079de862c19a33 Mon Sep 17 00:00:00 2001 From: Zhuohuan LI Date: Mon, 18 Jul 2016 11:37:44 +0800 Subject: [PATCH 3/5] voice from user --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b93b4c1..733409a 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Voice from Users ------------------------------------ > @Brian Christner : After testing a ton of different mail projects I finally discovered Simple Mail Forwarder (SMF) by Zixia. This image is based on Alpine which is already a positive. It is super tiny and as the name suggests, easy to use. [link](https://www.brianchristner.io/setting-up-a-mail-forwarder-in-docker/) +> @kachkaev : really happy to discover it! [link](https://github.com/zixia/docker-simple-mail-forwarder/issues/5#issue-165988701) + What is SMF? (Simple Mail Forwarder) ------------------------------------ If you had a domain name and only wanted to have one(or a few) email address from this domain, but you want to forward all the emails to another email account. SMF is exactly what you need. (with [Docker](http://docker.com)) From b7fbd0ab5d21819949b19c7a39991abda75b2596 Mon Sep 17 00:00:00 2001 From: Zhuohuan LI Date: Mon, 18 Jul 2016 22:29:18 +0800 Subject: [PATCH 4/5] try to fix "sut.environment contains an invalid type, it should be an object, or an array" --- docker-compose.test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.test.yml b/docker-compose.test.yml index bc861d7..a7f1130 100644 --- a/docker-compose.test.yml +++ b/docker-compose.test.yml @@ -2,7 +2,7 @@ sut: # build: . image: this command: test after-build - # environment: + environment: [] #- GIT_BRANCH #- GIT_TAG #- GIT_SHA1 From 895ae03ff22dc75079402c8a5305d034887407ab Mon Sep 17 00:00:00 2001 From: Zhuohuan LI Date: Sat, 23 Jul 2016 01:12:09 +0800 Subject: [PATCH 5/5] add docker stars number badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 733409a..8ade0d1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Simple Mail Forwarder(SMF) [![Circle CI](https://circleci.com/gh/zixia/docker-si [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/zixia/docker-simple-mail-forwarder?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![](https://badge.imagelayers.io/zixia/simple-mail-forwarder:latest.svg)](https://imagelayers.io/?images=zixia/simple-mail-forwarder:latest 'Get your own badge on imagelayers.io') [![Docker Puuls](https://img.shields.io/docker/pulls/zixia/simple-mail-forwarder.svg)](https://hub.docker.com/r/zixia/simple-mail-forwarder/) +![Docker Stars](https://img.shields.io/docker/stars/zixia/simple-mail-forwarder.svg?maxAge=2592000) [![Docker Repository on Quay.io](https://quay.io/repository/zixia/simple-mail-forwarder/status "Docker Repository on Quay.io")](https://quay.io/repository/zixia/simple-mail-forwarder) [![Deploy to Tutum](https://s.tutum.co/deploy-to-tutum.svg)](https://dashboard.tutum.co/stack/deploy/?repo=https://github.com/zixia/docker-simple-mail-forwarder)