summaryrefslogtreecommitdiffstats
path: root/office/SOGo
diff options
context:
space:
mode:
author Chris Walker2018-10-20 23:12:07 +0200
committer Willy Sudiarto Raharjo2018-10-21 01:47:03 +0200
commit18c122f275bda96962a727040d4697c678d9a01c (patch)
treed7742536ede231daa6d32d7ce270c2c299130848 /office/SOGo
parentd99dcba158045657653572c515d7c146e1c9c6d3 (diff)
downloadslackbuilds-18c122f275bda96962a727040d4697c678d9a01c.tar.gz
office/SOGo: Updated for version 4.0.3.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'office/SOGo')
-rw-r--r--office/SOGo/README.SBo37
-rw-r--r--office/SOGo/SOGo.SlackBuild6
-rw-r--r--office/SOGo/SOGo.info16
-rw-r--r--office/SOGo/doinst.sh2
-rw-r--r--office/SOGo/rc.sogod (renamed from office/SOGo/rc.sogo)2
5 files changed, 46 insertions, 17 deletions
diff --git a/office/SOGo/README.SBo b/office/SOGo/README.SBo
index b47315370b..16923b3c2b 100644
--- a/office/SOGo/README.SBo
+++ b/office/SOGo/README.SBo
@@ -24,13 +24,42 @@ Automatically starting SOGo
To start SOGo automatically at system startup, add the following to
your /etc/rc.d/rc.local:
- if [ -x /etc/rc.d/rc.sogo ]; then
- /etc/rc.d/rc.sogo start
+ if [ -x /etc/rc.d/rc.sogod ]; then
+ /etc/rc.d/rc.sogod start
fi
To stop sogo automatically at system shutdown, add the following to
your /etc/rc.d/rc.local_shutdown:
- if [ -x /etc/rc.d/rc.sogo ]; then
- /etc/rc.d/rc.sogo stop
+ if [ -x /etc/rc.d/rc.sogod ]; then
+ /etc/rc.d/rc.sogod stop
fi
+
+Adding users
+============
+Users are automatically added to the SOGo groupware server whenever they
+successfully log onto it with valid IMAP credentials.
+
+Removing users
+==============
+Removing requires the use of the sogo-tool utility. You can remove a
+user like so:
+
+ $ /usr/sbin/sogo-tool remove USERID
+
+Configuration file issues
+=========================
+The documentation outlines the format required when trying to use TLS
+with the SOGoIMAPServer and SOGoSieveServer values in the
+/etc/sogo/sogo.conf file. Unfortunately, what is described doesn't
+quite work as described. In order for this to work you'll need to quote
+the parameters, like so:
+
+ ..
+ SOGoIMAPServer = "imap://127.0.0.1:143/?tls=YES";
+ ..
+ SOGoSieveServer = "sieve://127.0.0.1:4190/?tls=YES";
+ ..
+
+If you ignore the quotes, these two parameters will not work when using
+TLS.
diff --git a/office/SOGo/SOGo.SlackBuild b/office/SOGo/SOGo.SlackBuild
index 5759a441a6..6cc58d1542 100644
--- a/office/SOGo/SOGo.SlackBuild
+++ b/office/SOGo/SOGo.SlackBuild
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=SOGo
-VERSION=${VERSION:-4.0.2}
-BUILD=${BUILD:-3}
+VERSION=${VERSION:-4.0.3}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -101,7 +101,7 @@ chown $PRGUSR:$PRGGRP $PKG/var/log/sogo $PKG/var/spool/sogo $PKG/var/run/sogo
# Install daemon script
mkdir -p $PKG/etc/rc.d
-sed -e "s,USER=sogo,USER=$PRGUSR,g" $CWD/rc.sogo > $PKG/etc/rc.d/rc.sogo.new
+sed -e "s,USER=sogo,USER=$PRGUSR,g" $CWD/rc.sogod > $PKG/etc/rc.d/rc.sogod.new
# Install crontab files
mkdir -p $PKG/etc/cron.d
diff --git a/office/SOGo/SOGo.info b/office/SOGo/SOGo.info
index b47250d802..2947934e03 100644
--- a/office/SOGo/SOGo.info
+++ b/office/SOGo/SOGo.info
@@ -1,14 +1,14 @@
PRGNAM="SOGo"
-VERSION="4.0.2"
+VERSION="4.0.3"
HOMEPAGE="https://sogo.nu/"
-DOWNLOAD="https://sogo.nu/files/downloads/SOGo/Sources/SOGo-4.0.2.tar.gz
- https://sogo.nu/files/docs/SOGoInstallationGuide.pdf
- https://sogo.nu/files/docs/SOGoMozillaThunderbirdConfigurationGuide.pdf
+DOWNLOAD="https://sogo.nu/files/downloads/SOGo/Sources/SOGo-4.0.3.tar.gz \
+ https://sogo.nu/files/docs/SOGoInstallationGuide.pdf \
+ https://sogo.nu/files/docs/SOGoMozillaThunderbirdConfigurationGuide.pdf \
https://sogo.nu/files/docs/SOGoOutlookConnectorConfigurationGuide.pdf"
-MD5SUM="852fb13d391906e61d3ae4c78f48b80e
- 3d23667578d99d8b683087b3797b0696
- 57fe60a808320f7f4ba5be2670a1d23b
- 32f718228d6d58ee7b0d03c699e70387"
+MD5SUM="13438e6e0f7a14638ce730d466ce8146 \
+ 2c347720dce97c8585357ef57c32f89e \
+ ab3fdf33d9f8f1cb75191092ef7a94e1 \
+ a95762278780ca3b9c05ee645bd4fc3d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SOPE libmemcached"
diff --git a/office/SOGo/doinst.sh b/office/SOGo/doinst.sh
index 723602cbbe..e828a5141a 100644
--- a/office/SOGo/doinst.sh
+++ b/office/SOGo/doinst.sh
@@ -26,6 +26,6 @@ config etc/cron.d/sogo.new
preserve_perms etc/cron.daily/sogo.new
config etc/httpd/extra/httpd-sogo.conf.new
config etc/logrotate.d/sogo.new
-preserve_perms etc/rc.d/rc.sogo.new
+preserve_perms etc/rc.d/rc.sogod.new
config etc/sogo/sogo.conf.new
config etc/sysconfig/sogo.new
diff --git a/office/SOGo/rc.sogo b/office/SOGo/rc.sogod
index 014190fed5..55ef759643 100644
--- a/office/SOGo/rc.sogo
+++ b/office/SOGo/rc.sogod
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# /etc/rc.d/rc.sogo
+# /etc/rc.d/rc.sogod
#
# Start/stop/restart the SOGo groupware server.
#