aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2022-07-11 04:35:46 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2022-07-11 04:41:07 +0000
commit938db48c6626235c625c18c5e9f55c2e6e8dacd9 (patch)
treeec9bec6ab30060300da27a4e54fd024b4433269f
parent883e7f87cfe873c13f0dab36958589f183396871 (diff)
downloadports-938db48c6626235c625c18c5e9f55c2e6e8dacd9.tar.gz
ports-938db48c6626235c625c18c5e9f55c2e6e8dacd9.zip
www/sogo: Add entry to pkg-message
- A new entry to pkg-message with intructions for turn out issues on latest update of sogo (thanks to topical _at_ gmx.net) - Bump PORTREVISION PR: 264781 Reported by: sfaveur _at_ mdncapital.com
-rw-r--r--www/sogo/Makefile1
-rw-r--r--www/sogo/files/pkg-message.in26
2 files changed, 18 insertions, 9 deletions
diff --git a/www/sogo/Makefile b/www/sogo/Makefile
index f346add1e4f9..90a41b06586d 100644
--- a/www/sogo/Makefile
+++ b/www/sogo/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sogo
PORTVERSION= 5.7.0
+PORTREVISION= 1
CATEGORIES= www gnustep
MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/
DISTNAME= SOGo-${PORTVERSION}
diff --git a/www/sogo/files/pkg-message.in b/www/sogo/files/pkg-message.in
index 9baf3e5aa606..9fe6ca68eedf 100644
--- a/www/sogo/files/pkg-message.in
+++ b/www/sogo/files/pkg-message.in
@@ -1,20 +1,28 @@
[
{ type: install
message: <<EOM
-SOGo 4 was installed
+SOGo 5 was installed
-In order to run the sogo daemon (sogod), you will need to create and configure
+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 %%LOCALBASE%%/etc/sogo/sogo.conf.sample %%LOCALBASE%%/etc/sogo/sogo.conf
+# cp -p %%LOCALBASE%%/etc/sogo/sogo.conf.sample %%LOCALBASE%%/etc/sogo/sogo.conf
And to allow the service to run at system startup, add sogod_enable="YES"
in your rc.conf.
-If you need to allow email alarms (notifications) for calendar events, copy
+3) If you need to allow email alarms (notifications) for calendar events, copy
the sample credentials file:
-cp -p %%LOCALBASE%%/etc/sogo/ealarms-notify.creds.sample \
+# cp -p %%LOCALBASE%%/etc/sogo/ealarms-notify.creds.sample \
%%LOCALBASE%%/etc/sogo/ealarms-notify.creds
Then replace the username:password with appropriate credentials for SMTP AUTH
@@ -22,7 +30,7 @@ sending capabilities.
Then copy the sample cron executable:
-cp -p %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-ealarms-notify.sample \
+# cp -p %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-ealarms-notify.sample \
%%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-ealarms-notify
And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers).
@@ -32,10 +40,10 @@ Then add the following lines to the root users' crontab (crontab -e):
# Process email reminders every minute
* * * * * %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-ealarms-notify
-If you need to automatically purge vacation messages from users sieve scripts,
+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 \
+# cp -p ${LOCALBASE}/etc/sogo/expire-autoreply.creds.sample \
%%LOCALBASE%%/etc/sogo/expire-autoreply.creds
Then replace the username:password with appropriate credentials for your
@@ -43,7 +51,7 @@ IMAP servers' sieve account.
Then copy the sample cron executable:
-cp -p %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-expire-autoreply.sample \
+# cp -p %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-expire-autoreply.sample \
%%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-expire-autoreply
And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers).