mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
office/SOGo: Updated for version 4.0.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
6649017c23
commit
e1f0346315
3 changed files with 11 additions and 11 deletions
|
@ -38,22 +38,22 @@ your /etc/rc.d/rc.local_shutdown:
|
|||
Adding users
|
||||
============
|
||||
Users are automatically added to the SOGo groupware server whenever they
|
||||
successfully log onto it with valid IMAP credentials.
|
||||
successfully log in with valid IMAP credentials.
|
||||
|
||||
Removing users
|
||||
==============
|
||||
Removing requires the use of the sogo-tool utility. You can remove a
|
||||
user like so:
|
||||
Removing a user from the SOGo groupware server 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
|
||||
The documentation outlines the format required when trying to specify
|
||||
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:
|
||||
work. In order to use TLS with these two values, you will need to
|
||||
quote the parameters, like so:
|
||||
|
||||
..
|
||||
SOGoIMAPServer = "imap://127.0.0.1:143/?tls=YES";
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=SOGo
|
||||
VERSION=${VERSION:-4.0.3}
|
||||
VERSION=${VERSION:-4.0.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
PRGNAM="SOGo"
|
||||
VERSION="4.0.3"
|
||||
VERSION="4.0.4"
|
||||
HOMEPAGE="https://sogo.nu/"
|
||||
DOWNLOAD="https://sogo.nu/files/downloads/SOGo/Sources/SOGo-4.0.3.tar.gz \
|
||||
DOWNLOAD="https://sogo.nu/files/downloads/SOGo/Sources/SOGo-4.0.4.tar.gz \
|
||||
https://sogo.nu/files/docs/SOGoInstallationGuide.pdf \
|
||||
https://sogo.nu/files/docs/SOGoMozillaThunderbirdConfigurationGuide.pdf \
|
||||
https://sogo.nu/files/docs/SOGoOutlookConnectorConfigurationGuide.pdf"
|
||||
MD5SUM="13438e6e0f7a14638ce730d466ce8146 \
|
||||
MD5SUM="263db91097e925adbdb4baa0f58a7e39 \
|
||||
2c347720dce97c8585357ef57c32f89e \
|
||||
ab3fdf33d9f8f1cb75191092ef7a94e1 \
|
||||
a95762278780ca3b9c05ee645bd4fc3d"
|
||||
|
|
Loading…
Reference in a new issue