Port details |
- sogo-activesync Groupware server with a focus on scalability and open standards
- 5.11.0 www =3 5.7.0_2Version of this port present on the latest quarterly branch.
- Maintainer: acm@FreeBSD.org
- Port Added: 2015-11-24 13:34:57
- Last Update: 2022-09-10 17:41:16
- Commit Hash: e79fe1a
- People watching this port, also watch:: strongswan, dovecot, wireguard-go, postfix, py311-Automat
- Also Listed In: gnustep
- License: GPLv2
- WWW:
- https://sogo.nu/
- Description:
- SOGo is a fully supported and trusted groupware server with a focus on
scalability and open standards. It provides a rich AJAX-based Web
interface and supports multiple native clients through the use of
standard protocols such as CalDAV, CardDAV and GroupDAV.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- sogo-activesync>0:www/sogo-activesync
- Conflicts:
- CONFLICTS:
- sogo2
- sogo2-activesync
- sogo
- To install the port:
- cd /usr/ports/www/sogo-activesync/ && make install clean
- To add the package, run one of these commands:
- pkg install www/sogo-activesync
- pkg install sogo-activesync
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sogo-activesync
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1725913165
SHA256 (SOGo-5.11.0.tar.gz) = 02fa4b7342a26af0ed12416e22a6dc74fde8c97ee8fb81e8a004fc7dccc9b858
SIZE (SOGo-5.11.0.tar.gz) = 35368110
Packages (timestamps in pop-ups are UTC):
- Master port: www/sogo
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- gmake>=4.4.1 : devel/gmake
- gnustep-make>0 : devel/gnustep-make
- clang15 : devel/llvm15
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- zip : archivers/zip
- Library dependencies:
-
- libmemcached.so : databases/libmemcached
- libcurl.so : ftp/curl
- libsodium.so : security/libsodium
- libzip.so : archivers/libzip
- libDOM.so : devel/sope
- libytnef.so : converters/ytnef
- libwbxml2.so : textproc/libwbxml
- liboath.so : security/oath-toolkit
- libintl.so : devel/gettext-runtime
- libgnustep-base.so : lang/gnustep-base
- libobjc.so.4.6 : lang/libobjc2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sogo-activesync-5.11.0:
SAML2=off: Enable support for SAML2 authentication
===> Use 'make config' to modify these settings
- Options name:
- www_sogo-activesync
- USES:
- cpe gettext-runtime gnustep objc pkgconfig shebangfix ssl
- pkg-message:
- For install:
- SOGo 5 was installed
1) if you are updated sogo from version < 5.6, you must do the following:
drop sogo_sessions_folder table. A new version of this table will be generated
automatically
if you are using nginx, you must change proxy_buffer_size from 4k to 8k. It
avoids "unhandled error response" on webmail login
2) In order to run the sogo daemon (sogod), you will need to create and configure
the main configuration file, e.g.:
# cp -p /usr/local/etc/sogo/sogo.conf.sample /usr/local/etc/sogo/sogo.conf
And to allow the service to run at system startup, add sogod_enable="YES"
in your rc.conf.
3) If you need to allow email alarms (notifications) for calendar events, copy
the sample credentials file:
# cp -p /usr/local/etc/sogo/ealarms-notify.creds.sample \
/usr/local/etc/sogo/ealarms-notify.creds
Then replace the username:password with appropriate credentials for SMTP AUTH
sending capabilities.
Then copy the sample cron executable:
# cp -p /usr/local/GNUstep/Local/Tools/Admin/cron-ealarms-notify.sample \
/usr/local/GNUstep/Local/Tools/Admin/cron-ealarms-notify
And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers).
Then add the following lines to the root users' crontab (crontab -e):
# Process email reminders every minute
* * * * * /usr/local/GNUstep/Local/Tools/Admin/cron-ealarms-notify
4) If you need to automatically purge vacation messages from users sieve scripts,
copy the sample credentials file:
# cp -p ${LOCALBASE}/etc/sogo/expire-autoreply.creds.sample \
/usr/local/etc/sogo/expire-autoreply.creds
Then replace the username:password with appropriate credentials for your
IMAP servers' sieve account.
Then copy the sample cron executable:
# cp -p /usr/local/GNUstep/Local/Tools/Admin/cron-expire-autoreply.sample \
/usr/local/GNUstep/Local/Tools/Admin/cron-expire-autoreply
And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers).
Then add the following lines to the root users' crontab (crontab -e):
# Vacation messages expiration
# The credentials file should contain the sieve admin credentials (username:passwd)
0 0 * * * /usr/local/GNUstep/Local/Tools/Admin/cron-expire-autoreply
Additional useful script files are located at /usr/local/share/sogo
For more information about using SOGo, visit:
http://www.sogo.nu/downloads/documentation.html
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: www/sogo |
Commit | Credits | Log message |
5.7.0_2 10 Sep 2022 17:41:16 |
Stefan Eßer (se) Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.7.0_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.6.0 19 May 2022 23:31:13 |
Jose Alonso Cardenas Marquez (acm) |
www/sogo: update to 5.6.0
ChangeLog at: https://github.com/inverse-inc/sogo/commits/SOGo-5.6.0 |
5.2.0 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
5.2.0 12 Oct 2021 15:01:38 |
Tobias Kortkamp (tobik) |
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
5.0.1_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.0.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.0.1 24 Dec 2020 17:52:10 |
acm |
- New port: www/sogo-activesync
ActiveSync is an extension to SOGo that provides support
for the ActiveSync protocol to clients that supports
it.
WWW: https://sogo.nu/ |
2.3.8_1 02 May 2016 23:12:49 |
acm |
- Remove www/sogo-activesync. It was renamed to www/sogo2-activesync |
2.3.3a 24 Nov 2015 13:33:56 |
amdmi3 |
ActiveSync is an extension to SOGo that provides support
for the ActiveSync protocol to clients that supports
it.
WWW: http://www.sogo.nu/
This is slave port for www/sogo, which enables ACTIVESYNC option
PR: 204619
Submitted by: euan@potensol.com |