Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2022 04:41:17 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 938db48c6626 - main - www/sogo: Add entry to pkg-message
Message-ID:  <202207110441.26B4fHkR066003@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=938db48c6626235c625c18c5e9f55c2e6e8dacd9

commit 938db48c6626235c625c18c5e9f55c2e6e8dacd9
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2022-07-11 04:35:46 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2022-07-11 04:41:07 +0000

    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
---
 www/sogo/Makefile             |  1 +
 www/sogo/files/pkg-message.in | 26 +++++++++++++++++---------
 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).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207110441.26B4fHkR066003>