From 4b8d0a85bcd1bdae8e665a0650d6612bd3668bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 30 Jan 2017 10:44:04 +0100 Subject: [PATCH] upgrade to 3.2.6a --- Dockerfile | 2 +- README.md | 4 ++++ docker-compose.yml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3909755..b7584da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:16.04 MAINTAINER Julien Fastré -ARG version=3.2.5 +ARG version=3.2.6a WORKDIR /tmp/build diff --git a/README.md b/README.md index 74ff7cc..62fe635 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,10 @@ The assets (css, js, ...) are contained in a volume. Those assets are completely - remove the volume containing those assets, to let a clean place for the asset for the new version. - or use an anonymous volume, which will be re-created on each restart +## Usage of sendmail / `SOGoMailingMechanism` + +Sendmail is not installed in this image: sogo must be able to send mails using a smtp server. The `sogo.conf` file must have the option `SOGoMailingMechanism` on `smtp`. See [the section "SMTP Server Configuration" of the sogo manual](https://sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf#33). + ## Bug report Please reports bug on https://github.com/julienfastre/docker-sogo/issues diff --git a/docker-compose.yml b/docker-compose.yml index 5b45724..e8a9df3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: build: context: . args: - - version=3.2.5 + - version=3.2.6a # if you want to use builded image, uncomment next line # image: julienfastre/sogo:3.2