Re: [SOGo] Error wrong JS url in SOGo 5.8.0

2023-01-04 Thread Christian Mack

Hello

That is a problem with nginx.
Sometimes it adds attributes from other applications, which are 
installed in parallel to SOGo.


In your case
"?ReturnUrl=%2Fwmidentity%2Fconnect%2Fauthorize%2Fcallback%3Fresponse_mode%3Dform_post%26response_type%3Dcode%2520id_token%26redirect_uri%3Dhttps%253A%252F%252Fwebmail.woa"
is added after /SOGo/

There is currently no known solution, only workarounds.
See https://bugs.sogo.nu/view.php?id=5332


Kind regards,
Christian Mack

Am 30.12.22 um 17:07 schrieb Jose David Bravo A 
(jbr...@colombiahosting.com.co):

Hello!

My SOGo 5.8.0 is generating a wrong URL for Main.js:


And that URL returns a 404 error. And the page goes blank.

The problem can be solved restarting SOGo but I'm wondering why is it happening?

It's also happening with the logo:


Other resources are being loaded fine!

After restarting SOGo, it loads the js fine, as follow:


I'm loading SOGo using a nginx reverse proxy and accessing it with the URL: [ 
https://webmail.domain.com/SOGo | https://webmail.domain.com/SOGo ]

This is how Im setting the nginx reverse proxy:

location ^~ /SOGo {

proxy_pass http://127.0.0.1:2;

proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;

proxy_set_header x-webobjects-server-port $server_port;
proxy_set_header x-webobjects-server-name $host;
proxy_set_header x-webobjects-server-url https://$host;

proxy_set_header x-webobjects-server-protocol HTTP/1.0;

proxy_busy_buffers_size 64k;
proxy_buffers 8 64k;
proxy_buffer_size 64k;
}

Thank you!



Jose David Bravo Álvarez






--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
78457 Konstanz
+49 7531 88-4416


smime.p7s
Description: S/MIME Cryptographic Signature


[SOGo] BTS activities for Tuesday, January 03 2023

2023-01-03 Thread SOGo reporter
Title: BTS activities for Tuesday, January 03 2023





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Tuesday, January 03 2023

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5668
	2023-01-03 16:47:18
	updated (open)
	i18n
	All Italian strings in the Web UI do not take the user's gender into consideration
	
	  
	
5627
	2023-01-03 10:17:33
	updated (open)
	Web Mail
	sogo makes firefox hang on terminalserver when new mail is received
	
	  
	
5667
	2023-01-03 16:44:04
	updated (open)
	Web Mail
	Wrong WebServerResources URL
	
	  
	
5332
	2023-01-03 16:44:04
	updated (open)
	with SOGo
	Problem with displaying SOGo in browser (with tested temporary solution )
	
	  
	
5639
	2023-01-03 15:25:13
	confirmed (open)
	Apple Calendar (Mac OS X)
	CalDAV: Mac OS Calendar unable to find existing SOGo calendars and creates a new one.
	
	  
	
5658
	2023-01-03 10:20:40
	closed (not a bug)
	Web General
	403 on /SOGo/so/passwordRecoveryEnabled
	
	  
	
  
  




Re: [SOGo] Error compiling SOGo 5.8.0

2023-01-03 Thread smizr...@alinto.eu

Hi Jose,

What is exactly the bug you have ? Is it referenced under bugs.sogo.nu ?

Regarding compilation issue, what is your compiling procedure ? Did you follow 
https://www.sogo.nu/support/faq/how-do-i-compile-sogo.html ?

Sebastien
​​

Le Lundi, Janvier 02, 2023 14:38 CET, "Jose David Bravo A" 
(jbr...@colombiahosting.com.co)  a écrit:
  For some reason the Makefile provided is doing that , I just downloaded it, 
ran ./configure and make and it’s trying to link the library. I’m compiling it 
to try to fix a bug that is causing me a bunch of problems. Jose Sent from my 
iPhone On 2/01/2023, at 7:51 AM, Odhiambo Washington  wrote:
   On Sun, Jan 1, 2023 at 10:57 PM Jose David Bravo A  wrote:Hi 
I'm trying to build from source SOGo 5.8.0, I already copiled and installed 
SOPE... but I don't know why is this error happening whole doing make on the 
SOGo source:  gobjc -shared \                 -Wl,--no-as-needed -lcurl     
-Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld 
-shared-libgcc  -pthread  -fexceptions -rdynamic -o 
Appointments.SOGo/./Appointments \./obj/Appointments.obj/Product.m.o 
./obj/Appointments.obj/NSArray+Appointments.m.o 
./obj/Appointments.obj/iCalAlarm+SOGo.m.o 
./obj/Appointments.obj/iCalCalendar+SOGo.m.o 
./obj/Appointments.obj/iCalEntityObject+SOGo.m.o 
./obj/Appointments.obj/iCalRepeatableEntityObject+SOGo.m.o 
./obj/Appointments.obj/iCalEvent+SOGo.m.o 
./obj/Appointments.obj/iCalEventChanges+SOGo.m.o 
./obj/Appointments.obj/iCalPerson+SOGo.m.o 
./obj/Appointments.obj/iCalToDo+SOGo.m.o 
./obj/Appointments.obj/SOGoCalendarComponent.m.o 
./obj/Appointments.obj/SOGoAppointmentObject.m.o 
./obj/Appointments.obj/SOGoTaskObject.m.o 
./obj/Appointments.obj/SOGoComponentOccurence.m.o 
./obj/Appointments.obj/SOGoAppointmentOccurence.m.o 
./obj/Appointments.obj/SOGoTaskOccurence.m.o 
./obj/Appointments.obj/SOGoAppointmentFolder.m.o 
./obj/Appointments.obj/SOGoAppointmentFolderICS.m.o 
./obj/Appointments.obj/SOGoAppointmentFolderObject.m.o 
./obj/Appointments.obj/SOGoAppointmentFolderXML.m.o 
./obj/Appointments.obj/SOGoAppointmentInboxFolder.m.o 
./obj/Appointments.obj/SOGoWebAppointmentFolder.m.o 
./obj/Appointments.obj/SOGoAppointmentFolders.m.o 
./obj/Appointments.obj/SOGoFreeBusyObject.m.o 
./obj/Appointments.obj/SOGoUser+Appointments.m.o 
./obj/Appointments.obj/SOGoUserFolder+Appointments.m.o 
./obj/Appointments.obj/SOGoCalendarProxy.m.o 
./obj/Appointments.obj/SOGoAptMailNotification.m.o 
./obj/Appointments.obj/SOGoAptMailInvitation.m.o 
./obj/Appointments.obj/SOGoAptMailDeletion.m.o 
./obj/Appointments.obj/SOGoAptMailICalReply.m.o 
./obj/Appointments.obj/SOGoAptMailUpdate.m.o 
./obj/Appointments.obj/SOGoAptMailReceipt.m.o 
./obj/Appointments.obj/SOGoAptMailReminder.m.o 
./obj/Appointments.obj/SOGoEMailAlarmsManager.m.o 
./obj/Appointments.obj/MSExchangeFreeBusySOAPRequest.m.o 
./obj/Appointments.obj/MSExchangeFreeBusy.m.o \                  
-L../SOGo/SOGo.framework/Versions/Current/sogo/ -lSOGo -L../../SOGo/./obj/ 
-L../../SOPE/NGCards/./obj/ -lNGCards -L../../SOPE/GDLContentStore/./obj/ 
-lGDLContentStore -L/usr/local/lib -Wl,-rpath,/usr/lib64/sogo 
-L../../SOPE/GDLContentStore/obj/    -L/root/GNUstep/Library/Libraries 
-L/usr/local/lib64 -L/usr/lib64     -lNGObjWeb -lNGMime -lNGStreams 
-lNGExtensions         -lGDLAccess -lNGObjWeb -lNGMime -lNGLdap -lNGStreams 
-lNGExtensions -lEOControl -lDOM -lSaxObjC -lSBJson   -lgnustep-base    -lobjc  
 -lm/usr/bin/ld: cannot find -lSOGocollect2: error: ld returned 1 exit 
statusgmake[3]: *** [/usr/lib64/GNUstep/Makefiles/wobundle.make:173: 
Appointments.SOGo/./Appointments] Error 1gmake[2]: *** 
[/usr/lib64/GNUstep/Makefiles/Master/rules.make:297: 
Appointments.all.wobundle.variables] Error 2gmake[1]: *** 
[/usr/lib64/GNUstep/Makefiles/Master/serial-subdirectories.make:53: 
internal-all] Error 2make: *** 
[/usr/lib64/GNUstep/Makefiles/Master/serial-subdirectories.make:53: 
internal-all] Error 2 Any idea? Well, it says what the error is. Are you sure 
you want to link SOGo to itself? The  '/usr/bin/ld: cannot find -lSOGo' seems 
to suggest that, or maybe you should remove it. And why compile manually 
though?  --Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)

 


Re: [SOGo] eMails später senden-Option?

2023-01-03 Thread Bastian Bringenberg
Hey Christian,

unfortunetally this is only possible if the mailserver is doing some action 
which most of the Mailservers currently do not do. I started writing a mail 
gateway, that more or less did exactly that. The send later features are mostly 
local solutions which is a pity. Here is what I had in mind and build as proof 
of concept, but never released:

First Solution was every sending mail filtered by a formatted subject. Those 
mails where moved to a „later“ folder and then directed at the specific time to 
the real SMTP Server.
A second approach read an IMAP Folder and modified mails there.

But both are server based approaches, where you need to put your password on a 
server that runs all the time.

Have a nice start to the year 2023,

Bastian


> Am 03.01.2023 um 06:49 schrieb Christian Kiwitt 
> (webmas...@christian-kiwitt-online.de) :
> 
> Moin,
> 
> wenn ich in meinem Mail-Client ( eM Client ) eine eMail verfasse und später
> senden auswähle, wird diese eMail in den Lokalen Ordner bzw. in den
> Postausgang verschoben.
> Gibt es eine Möglichkeit, dass diese eMails im SoGo ( als auf dem Mailserver
> und nicht lokal auf dem PC gespeichert werden ), sodass diese dann versendet
> werden, wenn der Zeitstempel erreicht wurde?
> Ich nutze das eMail-Konto per IMAP, da müsste das doch möglich sein?
> So, wie es aktuell gelöst ist, muss der Rechner ja die ganze Zeit
> eingeschaltet sein, bis das Zeitfenster erreicht wird zum Senden, da die
> Mail(s) eben erst beim Versenden auf dem Mailserver gespeichert werden.
> Etwas blöd, wenn die eMail z.B. um 06:00 Uhr versendet werden soll und man
> entweder gar nicht zu Hause ist oder schläft.
> 
> Könnte man das ändern / verbessern, dass die eMails auf dem IMAP-Server
> gespeichert werden können, bis diese versendet werden sollen und dann über den
> Mailserver versendet werden beim Erreichen des Zeitstempels?



Re: [SOGo] eMails später senden-Option?

2023-01-03 Thread Marco Moock
Am 03.01.2023 um 06:49:25 Uhr schrieb "Christian Kiwitt":

> Ich nutze das eMail-Konto per IMAP, da müsste das doch möglich sein?

SOGo versendet die Mails entweder per SMTP oder direkt an die Software
sendmail. IMAP hat damit nichts zu tun und dient nur als
Speicher für die Mails.

> So, wie es aktuell gelöst ist, muss der Rechner ja die ganze Zeit
> eingeschaltet sein, bis das Zeitfenster erreicht wird zum Senden, da
> die Mail(s) eben erst beim Versenden auf dem Mailserver gespeichert
> werden. Etwas blöd, wenn die eMail z.B. um 06:00 Uhr versendet werden
> soll und man entweder gar nicht zu Hause ist oder schläft.

Warum will man diese zu einem festen späteren Zeitpunkt versenden?
Bei sowas würde ich empfehlen, einen richtigen MUA zu verwenden die den
Date-Header entsprechend anzupassen. Dem Empfänger wird dann dieser
Zeitpunkt im MUA angezeigt.

Anhand der Received-Header wäre aber trotzdem sichtbar, dass die Mail
vorher MTA passiert hat, wenn man sich die Header ansieht.
 
> Könnte man das ändern / verbessern, dass die eMails auf dem
> IMAP-Server gespeichert werden können, bis diese versendet werden
> sollen und dann über den Mailserver versendet werden beim Erreichen
> des Zeitstempels?

Wäre mir neu, dass sowas geht.
Zwischenspeichern geht über Entwürfe.

-- 
Gruß
Marco Moock
URZ Uni Heidelberg


[SOGo] eMails später senden-Option?

2023-01-03 Thread "Christian Kiwitt"
Moin,

wenn ich in meinem Mail-Client ( eM Client ) eine eMail verfasse und später
senden auswähle, wird diese eMail in den Lokalen Ordner bzw. in den
Postausgang verschoben.
Gibt es eine Möglichkeit, dass diese eMails im SoGo ( als auf dem Mailserver
und nicht lokal auf dem PC gespeichert werden ), sodass diese dann versendet
werden, wenn der Zeitstempel erreicht wurde?
Ich nutze das eMail-Konto per IMAP, da müsste das doch möglich sein?
So, wie es aktuell gelöst ist, muss der Rechner ja die ganze Zeit
eingeschaltet sein, bis das Zeitfenster erreicht wird zum Senden, da die
Mail(s) eben erst beim Versenden auf dem Mailserver gespeichert werden.
Etwas blöd, wenn die eMail z.B. um 06:00 Uhr versendet werden soll und man
entweder gar nicht zu Hause ist oder schläft.

Könnte man das ändern / verbessern, dass die eMails auf dem IMAP-Server
gespeichert werden können, bis diese versendet werden sollen und dann über den
Mailserver versendet werden beim Erreichen des Zeitstempels?


[SOGo] BTS activities for Monday, January 02 2023

2023-01-02 Thread SOGo reporter
Title: BTS activities for Monday, January 02 2023





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Monday, January 02 2023

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5668
	2023-01-02 03:59:30
	updated (open)
	i18n
	All Italian strings in the Web UI do not take the user's gender into consideration
	
	  
	
5627
	2023-01-02 18:46:02
	updated (open)
	Web Mail
	sogo makes firefox hang on terminalserver when new mail is received
	
	  
	
  
  




Re: [SOGo] Error compiling SOGo 5.8.0

2023-01-02 Thread Jose David Bravo A
For some reason the Makefile provided is doing that , I just downloaded it, ran ./configure and make and it’s trying to link the library.I’m compiling it to try to fix a bug that is causing me a bunch of problems.JoseSent from my iPhoneOn 2/01/2023, at 7:51 AM, Odhiambo Washington  wrote:On Sun, Jan 1, 2023 at 10:57 PM Jose David Bravo A <users@sogo.nu> wrote:HiI'm trying to build from source SOGo 5.8.0, I already copiled and installed SOPE... but I don't know why is this error happening whole doing make on the SOGo source:gobjc -shared \                 -Wl,--no-as-needed -lcurl     -Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared-libgcc  -pthread  -fexceptions -rdynamic -o Appointments.SOGo/./Appointments \		./obj/Appointments.obj/Product.m.o ./obj/Appointments.obj/NSArray+Appointments.m.o ./obj/Appointments.obj/iCalAlarm+SOGo.m.o ./obj/Appointments.obj/iCalCalendar+SOGo.m.o ./obj/Appointments.obj/iCalEntityObject+SOGo.m.o ./obj/Appointments.obj/iCalRepeatableEntityObject+SOGo.m.o ./obj/Appointments.obj/iCalEvent+SOGo.m.o ./obj/Appointments.obj/iCalEventChanges+SOGo.m.o ./obj/Appointments.obj/iCalPerson+SOGo.m.o ./obj/Appointments.obj/iCalToDo+SOGo.m.o ./obj/Appointments.obj/SOGoCalendarComponent.m.o ./obj/Appointments.obj/SOGoAppointmentObject.m.o ./obj/Appointments.obj/SOGoTaskObject.m.o ./obj/Appointments.obj/SOGoComponentOccurence.m.o ./obj/Appointments.obj/SOGoAppointmentOccurence.m.o ./obj/Appointments.obj/SOGoTaskOccurence.m.o ./obj/Appointments.obj/SOGoAppointmentFolder.m.o ./obj/Appointments.obj/SOGoAppointmentFolderICS.m.o ./obj/Appointments.obj/SOGoAppointmentFolderObject.m.o ./obj/Appointments.obj/SOGoAppointmentFolderXML.m.o ./obj/Appointments.obj/SOGoAppointmentInboxFolder.m.o ./obj/Appointments.obj/SOGoWebAppointmentFolder.m.o ./obj/Appointments.obj/SOGoAppointmentFolders.m.o ./obj/Appointments.obj/SOGoFreeBusyObject.m.o ./obj/Appointments.obj/SOGoUser+Appointments.m.o ./obj/Appointments.obj/SOGoUserFolder+Appointments.m.o ./obj/Appointments.obj/SOGoCalendarProxy.m.o ./obj/Appointments.obj/SOGoAptMailNotification.m.o ./obj/Appointments.obj/SOGoAptMailInvitation.m.o ./obj/Appointments.obj/SOGoAptMailDeletion.m.o ./obj/Appointments.obj/SOGoAptMailICalReply.m.o ./obj/Appointments.obj/SOGoAptMailUpdate.m.o ./obj/Appointments.obj/SOGoAptMailReceipt.m.o ./obj/Appointments.obj/SOGoAptMailReminder.m.o ./obj/Appointments.obj/SOGoEMailAlarmsManager.m.o ./obj/Appointments.obj/MSExchangeFreeBusySOAPRequest.m.o ./obj/Appointments.obj/MSExchangeFreeBusy.m.o \                  -L../SOGo/SOGo.framework/Versions/Current/sogo/ -lSOGo -L../../SOGo/./obj/ -L../../SOPE/NGCards/./obj/ -lNGCards -L../../SOPE/GDLContentStore/./obj/ -lGDLContentStore -L/usr/local/lib -Wl,-rpath,/usr/lib64/sogo -L../../SOPE/GDLContentStore/obj/    -L/root/GNUstep/Library/Libraries -L/usr/local/lib64 -L/usr/lib64     -lNGObjWeb -lNGMime -lNGStreams -lNGExtensions         -lGDLAccess -lNGObjWeb -lNGMime -lNGLdap -lNGStreams -lNGExtensions -lEOControl -lDOM -lSaxObjC -lSBJson   -lgnustep-base    -lobjc   -lm/usr/bin/ld: cannot find -lSOGocollect2: error: ld returned 1 exit statusgmake[3]: *** [/usr/lib64/GNUstep/Makefiles/wobundle.make:173: Appointments.SOGo/./Appointments] Error 1gmake[2]: *** [/usr/lib64/GNUstep/Makefiles/Master/rules.make:297: Appointments.all.wobundle.variables] Error 2gmake[1]: *** [/usr/lib64/GNUstep/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2make: *** [/usr/lib64/GNUstep/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2Any idea?Well, it says what the error is. Are you sure you want to link SOGo to itself? The  '/usr/bin/ld: cannot find -lSOGo' seems to suggest that, or maybe you should remove it.And why compile manually though?-- Best regards,Odhiambo WASHINGTON,Nairobi,KE+254 7 3200 0004/+254 7 2274 3223"Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)


Re: [SOGo] Error compiling SOGo 5.8.0

2023-01-02 Thread Odhiambo Washington
On Sun, Jan 1, 2023 at 10:57 PM Jose David Bravo A  wrote:

> Hi
>
> I'm trying to build from source SOGo 5.8.0, I already copiled and
> installed SOPE... but I don't know why is this error happening whole doing
> make on the SOGo source:
>
>
> gobjc -shared \
>  -Wl,--no-as-needed -lcurl -Wl,-z,relro  -Wl,-z,now
> -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared-libgcc  -pthread
> -fexceptions -rdynamic -o Appointments.SOGo/./Appointments \
> ./obj/Appointments.obj/Product.m.o
> ./obj/Appointments.obj/NSArray+Appointments.m.o
> ./obj/Appointments.obj/iCalAlarm+SOGo.m.o
> ./obj/Appointments.obj/iCalCalendar+SOGo.m.o
> ./obj/Appointments.obj/iCalEntityObject+SOGo.m.o
> ./obj/Appointments.obj/iCalRepeatableEntityObject+SOGo.m.o
> ./obj/Appointments.obj/iCalEvent+SOGo.m.o
> ./obj/Appointments.obj/iCalEventChanges+SOGo.m.o
> ./obj/Appointments.obj/iCalPerson+SOGo.m.o
> ./obj/Appointments.obj/iCalToDo+SOGo.m.o
> ./obj/Appointments.obj/SOGoCalendarComponent.m.o
> ./obj/Appointments.obj/SOGoAppointmentObject.m.o
> ./obj/Appointments.obj/SOGoTaskObject.m.o
> ./obj/Appointments.obj/SOGoComponentOccurence.m.o
> ./obj/Appointments.obj/SOGoAppointmentOccurence.m.o
> ./obj/Appointments.obj/SOGoTaskOccurence.m.o
> ./obj/Appointments.obj/SOGoAppointmentFolder.m.o
> ./obj/Appointments.obj/SOGoAppointmentFolderICS.m.o
> ./obj/Appointments.obj/SOGoAppointmentFolderObject.m.o
> ./obj/Appointments.obj/SOGoAppointmentFolderXML.m.o
> ./obj/Appointments.obj/SOGoAppointmentInboxFolder.m.o
> ./obj/Appointments.obj/SOGoWebAppointmentFolder.m.o
> ./obj/Appointments.obj/SOGoAppointmentFolders.m.o
> ./obj/Appointments.obj/SOGoFreeBusyObject.m.o
> ./obj/Appointments.obj/SOGoUser+Appointments.m.o
> ./obj/Appointments.obj/SOGoUserFolder+Appointments.m.o
> ./obj/Appointments.obj/SOGoCalendarProxy.m.o
> ./obj/Appointments.obj/SOGoAptMailNotification.m.o
> ./obj/Appointments.obj/SOGoAptMailInvitation.m.o
> ./obj/Appointments.obj/SOGoAptMailDeletion.m.o
> ./obj/Appointments.obj/SOGoAptMailICalReply.m.o
> ./obj/Appointments.obj/SOGoAptMailUpdate.m.o
> ./obj/Appointments.obj/SOGoAptMailReceipt.m.o
> ./obj/Appointments.obj/SOGoAptMailReminder.m.o
> ./obj/Appointments.obj/SOGoEMailAlarmsManager.m.o
> ./obj/Appointments.obj/MSExchangeFreeBusySOAPRequest.m.o
> ./obj/Appointments.obj/MSExchangeFreeBusy.m.o \
>   -L../SOGo/SOGo.framework/Versions/Current/sogo/ -lSOGo
> -L../../SOGo/./obj/ -L../../SOPE/NGCards/./obj/ -lNGCards
> -L../../SOPE/GDLContentStore/./obj/ -lGDLContentStore -L/usr/local/lib
> -Wl,-rpath,/usr/lib64/sogo -L../../SOPE/GDLContentStore/obj/
> -L/root/GNUstep/Library/Libraries -L/usr/local/lib64 -L/usr/lib64
>  -lNGObjWeb -lNGMime -lNGStreams -lNGExtensions -lGDLAccess
> -lNGObjWeb -lNGMime -lNGLdap -lNGStreams -lNGExtensions -lEOControl -lDOM
> -lSaxObjC -lSBJson   -lgnustep-base-lobjc   -lm
> */usr/bin/ld: cannot find -lSOGo*
> collect2: error: ld returned 1 exit status
> gmake[3]: *** [/usr/lib64/GNUstep/Makefiles/wobundle.make:173:
> Appointments.SOGo/./Appointments] Error 1
> gmake[2]: *** [/usr/lib64/GNUstep/Makefiles/Master/rules.make:297:
> Appointments.all.wobundle.variables] Error 2
> gmake[1]: ***
> [/usr/lib64/GNUstep/Makefiles/Master/serial-subdirectories.make:53:
> internal-all] Error 2
> make: ***
> [/usr/lib64/GNUstep/Makefiles/Master/serial-subdirectories.make:53:
> internal-all] Error 2
>
> Any idea?
>

Well, it says what the error is. Are you sure you want to link SOGo to
itself? The  '/usr/bin/ld: cannot find -lSOGo' seems to suggest that, or
maybe you should remove it.
And why compile manually though?


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)


[SOGo] BTS activities for Sunday, January 01 2023

2023-01-01 Thread SOGo reporter
Title: BTS activities for Sunday, January 01 2023





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Sunday, January 01 2023

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5668
	2023-01-02 03:59:30
	updated (open)
	i18n
	All Italian strings in the Web UI do not take the user's gender into consideration
	
	  
	
  
  




[SOGo] Problems syncinc SOGo with fritz!box

2023-01-01 Thread Max Malycha
Hi @all

I'm using SOGo as a service for calendar and addresscards in the web. Syncing 
the cards and calendar items via exchange to iPhone or card/cal-DAV to 
evolution works without problems. But when I try to sync the addressbook to my 
fritz!box router there are cards missing ich there is a german special 
charakter (ä, ö, ü or ß) in the name.

So I've tried to create the card directly on the frit!box and sync it to the 
SOGo service. This works and the card is created in the SOGo addressbook. But 
after the next sync from sogo to the fritz!box the card in the fritz!box is 
going to be deleted.

Is there a solution for this problem?

Best regards and a happy new year!

Max


[SOGo] Error compiling SOGo 5.8.0

2023-01-01 Thread Jose David Bravo A
Hi 

I'm trying to build from source SOGo 5.8.0, I already copiled and installed 
SOPE... but I don't know why is this error happening whole doing make on the 
SOGo source: 


gobjc -shared \ 
-Wl,--no-as-needed -lcurl -Wl,-z,relro -Wl,-z,now 
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared-libgcc -pthread 
-fexceptions -rdynamic -o Appointments.SOGo/./Appointments \ 
./obj/Appointments.obj/Product.m.o 
./obj/Appointments.obj/NSArray+Appointments.m.o 
./obj/Appointments.obj/iCalAlarm+SOGo.m.o 
./obj/Appointments.obj/iCalCalendar+SOGo.m.o 
./obj/Appointments.obj/iCalEntityObject+SOGo.m.o 
./obj/Appointments.obj/iCalRepeatableEntityObject+SOGo.m.o 
./obj/Appointments.obj/iCalEvent+SOGo.m.o 
./obj/Appointments.obj/iCalEventChanges+SOGo.m.o 
./obj/Appointments.obj/iCalPerson+SOGo.m.o 
./obj/Appointments.obj/iCalToDo+SOGo.m.o 
./obj/Appointments.obj/SOGoCalendarComponent.m.o 
./obj/Appointments.obj/SOGoAppointmentObject.m.o 
./obj/Appointments.obj/SOGoTaskObject.m.o 
./obj/Appointments.obj/SOGoComponentOccurence.m.o 
./obj/Appointments.obj/SOGoAppointmentOccurence.m.o 
./obj/Appointments.obj/SOGoTaskOccurence.m.o 
./obj/Appointments.obj/SOGoAppointmentFolder.m.o 
./obj/Appointments.obj/SOGoAppointmentFolderICS.m.o 
./obj/Appointments.obj/SOGoAppointmentFolderObject.m.o 
./obj/Appointments.obj/SOGoAppointmentFolderXML.m.o 
./obj/Appointments.obj/SOGoAppointmentInboxFolder.m.o 
./obj/Appointments.obj/SOGoWebAppointmentFolder.m.o 
./obj/Appointments.obj/SOGoAppointmentFolders.m.o 
./obj/Appointments.obj/SOGoFreeBusyObject.m.o 
./obj/Appointments.obj/SOGoUser+Appointments.m.o 
./obj/Appointments.obj/SOGoUserFolder+Appointments.m.o 
./obj/Appointments.obj/SOGoCalendarProxy.m.o 
./obj/Appointments.obj/SOGoAptMailNotification.m.o 
./obj/Appointments.obj/SOGoAptMailInvitation.m.o 
./obj/Appointments.obj/SOGoAptMailDeletion.m.o 
./obj/Appointments.obj/SOGoAptMailICalReply.m.o 
./obj/Appointments.obj/SOGoAptMailUpdate.m.o 
./obj/Appointments.obj/SOGoAptMailReceipt.m.o 
./obj/Appointments.obj/SOGoAptMailReminder.m.o 
./obj/Appointments.obj/SOGoEMailAlarmsManager.m.o 
./obj/Appointments.obj/MSExchangeFreeBusySOAPRequest.m.o 
./obj/Appointments.obj/MSExchangeFreeBusy.m.o \ 
-L../SOGo/SOGo.framework/Versions/Current/sogo/ -lSOGo -L../../SOGo/./obj/ 
-L../../SOPE/NGCards/./obj/ -lNGCards -L../../SOPE/GDLContentStore/./obj/ 
-lGDLContentStore -L/usr/local/lib -Wl,-rpath,/usr/lib64/sogo 
-L../../SOPE/GDLContentStore/obj/ -L/root/GNUstep/Library/Libraries 
-L/usr/local/lib64 -L/usr/lib64 -lNGObjWeb -lNGMime -lNGStreams -lNGExtensions 
-lGDLAccess -lNGObjWeb -lNGMime -lNGLdap -lNGStreams -lNGExtensions -lEOControl 
-lDOM -lSaxObjC -lSBJson -lgnustep-base -lobjc -lm 
/usr/bin/ld: cannot find -lSOGo 
collect2: error: ld returned 1 exit status 
gmake[3]: *** [/usr/lib64/GNUstep/Makefiles/wobundle.make:173: 
Appointments.SOGo/./Appointments] Error 1 
gmake[2]: *** [/usr/lib64/GNUstep/Makefiles/Master/rules.make:297: 
Appointments.all.wobundle.variables] Error 2 
gmake[1]: *** 
[/usr/lib64/GNUstep/Makefiles/Master/serial-subdirectories.make:53: 
internal-all] Error 2 
make: *** [/usr/lib64/GNUstep/Makefiles/Master/serial-subdirectories.make:53: 
internal-all] Error 2 

Any idea? 

Thanks! 


Jose David Bravo Álvarez 





[SOGo] BTS activities for Saturday, December 31 2022

2022-12-31 Thread SOGo reporter
Title: BTS activities for Saturday, December 31 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Saturday, December 31 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5667
	2022-12-31 17:33:44
	updated (open)
	Web Mail
	Wrong WebServerResources URL
	
	  
	
5332
	2022-12-31 05:54:56
	updated (open)
	with SOGo
	Problem with displaying SOGo in browser (with tested temporary solution )
	
	  
	
5502
	2022-12-31 04:50:16
	updated (open)
	with SOGo
	Random error on alias WebServerResources
	
	  
	
  
  




[SOGo] BTS activities for Friday, December 30 2022

2022-12-30 Thread SOGo reporter
Title: BTS activities for Friday, December 30 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Friday, December 30 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5666
	2022-12-30 11:19:53
	updated (open)
	Packaging (Debian)
	Installation on Ubuntu focal/20.04 fails
	
	  
	
5667
	2022-12-31 05:45:47
	updated (open)
	Web Mail
	Wrong WebServerResources URL
	
	  
	
5332
	2022-12-31 05:54:56
	updated (open)
	with SOGo
	Problem with displaying SOGo in browser (with tested temporary solution )
	
	  
	
5502
	2022-12-31 04:50:16
	updated (open)
	with SOGo
	Random error on alias WebServerResources
	
	  
	
  
  




[SOGo] Error wrong JS url in SOGo 5.8.0

2022-12-30 Thread Jose David Bravo A
Hello! 

My SOGo 5.8.0 is generating a wrong URL for Main.js: 

 

And that URL returns a 404 error. And the page goes blank. 

The problem can be solved restarting SOGo but I'm wondering why is it 
happening? 

It's also happening with the logo: 
 

Other resources are being loaded fine! 

After restarting SOGo, it loads the js fine, as follow: 
 

I'm loading SOGo using a nginx reverse proxy and accessing it with the URL: [ 
https://webmail.domain.com/SOGo | https://webmail.domain.com/SOGo ] 

This is how Im setting the nginx reverse proxy: 

location ^~ /SOGo { 

proxy_pass http://127.0.0.1:2; 

proxy_set_header X-Real-IP $remote_addr; 
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; 
proxy_set_header Host $host; 

proxy_set_header x-webobjects-server-port $server_port; 
proxy_set_header x-webobjects-server-name $host; 
proxy_set_header x-webobjects-server-url https://$host; 

proxy_set_header x-webobjects-server-protocol HTTP/1.0; 

proxy_busy_buffers_size 64k; 
proxy_buffers 8 64k; 
proxy_buffer_size 64k; 
} 

Thank you! 



Jose David Bravo Álvarez 





[SOGo] BTS activities for Thursday, December 29 2022

2022-12-29 Thread SOGo reporter
Title: BTS activities for Thursday, December 29 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Thursday, December 29 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5666
	2022-12-29 09:09:29
	updated (open)
	Packaging (Debian)
	Installation on Ubuntu focal/20.04 fails
	
	  
	
  
  




[SOGo] BTS activities for Saturday, December 24 2022

2022-12-24 Thread SOGo reporter
Title: BTS activities for Saturday, December 24 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Saturday, December 24 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5639
	2022-12-24 23:26:32
	confirmed (open)
	Apple Calendar (Mac OS X)
	CalDAV: Mac OS Calendar unable to find existing SOGo calendars and creates a new one.
	
	  
	
  
  




[SOGo] BTS activities for Thursday, December 22 2022

2022-12-22 Thread SOGo reporter
Title: BTS activities for Thursday, December 22 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Thursday, December 22 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5598
	2022-12-22 12:10:49
	updated (open)
	ActiveSync
	EAS Calendar does not sync more than 1 last month of events
	
	  
	
  
  




[SOGo] Best wishes !

2022-12-22 Thread smizr...@alinto.eu

I wish you all a happy holiday season and a prosperous new year. 2022 was the 
beginning of the transition between Inverse and Alinto, we released two 
versions (5.7.1 and 5.8.0).
Next year will be rich in features, bug fixes and improvements !

A big thank you to all community users for their patience, bug reports, mailing 
list support and contribution to the code.
Thank you also for subscribing to commercial support.

Sebastien
 


[SOGo] BTS activities for Wednesday, December 21 2022

2022-12-21 Thread SOGo reporter
Title: BTS activities for Wednesday, December 21 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Wednesday, December 21 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5665
	2022-12-21 14:12:30
	updated (open)
	Web Preferences
	Vacation auto reply subject - text field not red if empty
	
	  
	
  
  




Re: [SOGo] Sogo SSO CAS "has been blocked by CORS policy"

2022-12-21 Thread Luca Olivetti
El 21/12/22 a les 10:24, Christian Mack (christian.m...@uni-konstanz.de) 
ha escrit:

Hello

Please open a bug report for this at
https://bugs.sogo.nu/



Maybe related (or maybe not)

https://bugs.sogo.nu/view.php?id=5526

(still happens with SOGo 5.8.0)

Bye
--
Luca Olivetti
Wetron Automation Technology http://www.wetron.es/
Tel. +34 93 5883004 (Ext.3010)  Fax +34 93 5883007



Re: [SOGo] Sogo SSO CAS "has been blocked by CORS policy"

2022-12-21 Thread Christian Mack

Hello

Please open a bug report for this at
https://bugs.sogo.nu/


Kind regards,
Christian Mack

Am 20.12.22 um 14:14 schrieb "VILLEMUR Jacques" 
(jacques.ville...@isae-supaero.fr):


Hello,
Following the update of our SSO CAS service, we are encountering problems with 
sogo.
The first connection to sogo via the CAS works well beyond the cache value 
(SOGoCacheCleanupInterval), the following errors appear in the browser console:
Access to XMLHttpRequest at 
'https://xxx.fr/cas/login?service=https%3A%2F%2Fx.xxx.fr%2FSOGo%2Fso%2Findex'
 (redirected from 
'https:/.xxx.isae.fr/SOGo/so/login/Mail/0/folderINBOX/changes') from origin 
'https://w.fr' has been blocked by CORS policy: Response to preflight 
request doesn't pass access control check: Redirect is not allowed for a 
preflight request.In the httpd configuration there is:
   Header set Access-Control-Allow-Origin "*"
   Header set Access-Control-Allow-Headers "Origin, X-Requested-With, Content-Type, 
Accept"
The sogo interface slowed down and if we reload, we get url https://.../recover 
Then you have to reconnect. We had a similar problem a few years ago which had 
been fixed on the SOGo side.

OS: redhat Sogo: 5.7 (sogo-5.7.0.20220713-1.el7.x86_64)
Shibboleth/CAS: shibboleth-identity-provider-4.2.1
Dovecot/pam CAS

Thank you for your help

  



--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


[SOGo] BTS activities for Tuesday, December 20 2022

2022-12-20 Thread SOGo reporter
Title: BTS activities for Tuesday, December 20 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Tuesday, December 20 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5664
	2022-12-20 15:50:03
	updated (open)
	ActiveSync
	Wrong decoding emails in Outlook via EAS
	
	  
	
5662
	2022-12-20 10:22:43
	updated (open)
	Web Calendar
	Broken Calendar since SOGo 5.8 for some users
	
	  
	
5663
	2022-12-20 09:31:47
	closed (duplicate)
	Web Calendar
	Broken Calendar since SOGo 5.8 for some users
	
	  
	
  
  




[SOGo] Sogo SSO CAS "has been blocked by CORS policy"

2022-12-20 Thread "VILLEMUR Jacques"

Hello,
Following the update of our SSO CAS service, we are encountering problems with 
sogo.
The first connection to sogo via the CAS works well beyond the cache value 
(SOGoCacheCleanupInterval), the following errors appear in the browser console:
Access to XMLHttpRequest at 
'https://xxx.fr/cas/login?service=https%3A%2F%2Fx.xxx.fr%2FSOGo%2Fso%2Findex'
 (redirected from 
'https:/.xxx.isae.fr/SOGo/so/login/Mail/0/folderINBOX/changes') from origin 
'https://w.fr' has been blocked by CORS policy: Response to preflight 
request doesn't pass access control check: Redirect is not allowed for a 
preflight request.In the httpd configuration there is:
  Header set Access-Control-Allow-Origin "*"
  Header set Access-Control-Allow-Headers "Origin, X-Requested-With, 
Content-Type, Accept"
The sogo interface slowed down and if we reload, we get url https://.../recover 
Then you have to reconnect. We had a similar problem a few years ago which had 
been fixed on the SOGo side.

OS: redhat Sogo: 5.7 (sogo-5.7.0.20220713-1.el7.x86_64)
Shibboleth/CAS: shibboleth-identity-provider-4.2.1
Dovecot/pam CAS

Thank you for your help

 


[SOGo] BTS activities for Monday, December 19 2022

2022-12-19 Thread SOGo reporter
Title: BTS activities for Monday, December 19 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Monday, December 19 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5663
	2022-12-19 11:00:29
	updated (open)
	Web Calendar
	Broken Calendar since SOGo 5.8 for some users
	
	  
	
5615
	2022-12-19 10:35:08
	updated (open)
	Web Mail
	Big Endian support
	
	  
	
5639
	2022-12-19 15:53:51
	confirmed (open)
	Apple Calendar (Mac OS X)
	CalDAV: Mac OS Calendar unable to find existing SOGo calendars and creates a new one.
	
	  
	
  
  




Re: [SOGo] eM Client

2022-12-19 Thread Marcus MERIGHI
Hello, 

I'm not affiliated to em client, but had someone use it for quite some
time. Very few complaints about em client.

users@sogo.nu (smizr...@alinto.eu), 2022.12.19 (Mon) 14:16 (CET):
> If eM Client is compatible with cardav / caldav (didn't found this
> information on their website) it should work.
> Sebastien

It does support CalDAV and CarDAV.

As opposed to thunderbird or the calddavsync outloog plugin it offers
all available calendars and contacts of the server to sync from and does
not require one to configure each resource separately. Very handy.

> Le Lundi, Décembre 19, 2022 11:03 CET, "\"Support FoxNET\""
> (supp...@foxnet.be)  a écrit:
>  Hello
> 
> Do you know eM Client?

Yes.

> SOGo compatible

Yes.

> Any tips on how to configure it?

Goto accounts and choose caldav or carddav.

Marcus


Re: [SOGo] eM Client

2022-12-19 Thread smizr...@alinto.eu

Hi Michel,

If eM Client is compatible with cardav / caldav (didn't found this information 
on their website) it should work.

Sebastien

Le Lundi, Décembre 19, 2022 11:03 CET, "\"Support FoxNET\"" (supp...@foxnet.be) 
 a écrit:
 Hello

Do you know eM Client?
SOGo compatible

Any tips on how to configure it?

Michel
 

 


[SOGo] eM Client

2022-12-19 Thread "Support FoxNET"

Hello

Do you know eM Client?
SOGo compatible

Any tips on how to configure it?

Michel
 


[SOGo] BTS activities for Saturday, December 17 2022

2022-12-17 Thread SOGo reporter
Title: BTS activities for Saturday, December 17 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Saturday, December 17 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5656
	2022-12-17 01:47:23
	updated (open)
	Backend Calendar
	Calendar invitations received from Outlook for Mac cannot be added to SOGo calendar
	
	  
	
  
  




Re: [SOGo] BTS activities for Friday, December 16 2022

2022-12-17 Thread "Support FoxNET"

On Saturday, December 17, 2022 06:00 CET, "SOGo reporter" (smizr...@alinto.eu) 
 wrote:
Hello

The best program I use is eM Client

MzBTS Activities
Home page: https://bugs.sogo.nu
Project: SOGo
For the period covering: Friday, December 16 2022idlast updatestatus 
(resolution)categorysummary56562022-12-17 01:47:23updated (open)Backend 
CalendarCalendar invitations received from Outlook for Mac cannot be added to 
SOGo calendar56392022-12-16 18:31:33confirmed (open)Apple Calendar (Mac OS 
X)CalDAV: Mac OS Calendar unable to find existing SOGo calendars and creates a 
new one.

 


[SOGo] BTS activities for Friday, December 16 2022

2022-12-16 Thread SOGo reporter
Title: BTS activities for Friday, December 16 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Friday, December 16 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5656
	2022-12-17 01:47:23
	updated (open)
	Backend Calendar
	Calendar invitations received from Outlook for Mac cannot be added to SOGo calendar
	
	  
	
5639
	2022-12-16 18:31:33
	confirmed (open)
	Apple Calendar (Mac OS X)
	CalDAV: Mac OS Calendar unable to find existing SOGo calendars and creates a new one.
	
	  
	
  
  




[SOGo] BTS activities for Thursday, December 15 2022

2022-12-15 Thread SOGo reporter
Title: BTS activities for Thursday, December 15 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Thursday, December 15 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5639
	2022-12-15 10:24:45
	confirmed (open)
	Apple Calendar (Mac OS X)
	CalDAV: Mac OS Calendar unable to find existing SOGo calendars and creates a new one.
	
	  
	
  
  




[SOGo] BTS activities for Wednesday, December 14 2022

2022-12-14 Thread SOGo reporter
Title: BTS activities for Wednesday, December 14 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Wednesday, December 14 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
4270
	2022-12-14 12:46:12
	updated (open)
	ActiveSync
	Mails stay forever in outbox of Outlook 2016
	
	  
	
5661
	2022-12-14 18:19:08
	updated (open)
	Documentation
	Documentation is not well structured
	
	  
	
5553
	2022-12-14 07:57:52
	updated (open)
	with SOGo
	MS Outlook 2016 with active Sync stops synchronizing and shows status disconnected
	
	  
	
5639
	2022-12-14 18:31:37
	confirmed (open)
	Apple Calendar (Mac OS X)
	CalDAV: Mac OS Calendar unable to find existing SOGo calendars and creates a new one.
	
	  
	
5658
	2022-12-14 18:33:45
	assigned (reopened)
	Web General
	403 on /SOGo/so/passwordRecoveryEnabled
	
	  
	
  
  




Re: [SOGo] Sogo problem after migrate to the new virtual server

2022-12-14 Thread Christian Mack

Hello

Am 14.12.22 um 10:31 schrieb admin (ad...@kompresorypema.cz):
Even if i get 150 workers problems is still there. We have 15 devices 
running on IMAP and another 70 use ActiveSync.


Then 85 workers should be OK.

Perhaps you have peak bursts of connections.
In that case you should increase WOListenQueueSize from 5 to 16

If that doesn't help you, then you should enable SOGoDebugRequests 
debugging flag in order to see if you have hanging workers or requests.



Kind regards,
Christian Mack

--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Sogo problem after migrate to the new virtual server

2022-12-14 Thread admin
Even if i get 150 workers problems is still there. We have 15 devices 
running on IMAP and another 70 use ActiveSync.


Re: [SOGo] Sogo problem after migrate to the new virtual server

2022-12-14 Thread Odhiambo Washington
On Wed, Dec 14, 2022 at 9:34 AM admin  wrote:

> Hello, we have a problem after we migrate sogo to new virtual server.
> There is some logs. First error log:  <0x0x564cf6fae340[WOWatchDog]> No
> child available to handle incoming request!
> Default/sogo log:
> # The amount of processes that should be spawned (Default: 3)
> PREFORK=85
>
> # The name of the account under which SOGo will be running (Default:
> sogo)
> # USER=sogo
> Sogo.config:
> {
>  //
>  //  - Official SOGo document:
> http://sogo.nu/support/index.html#/documentation
>  //  - Mailing list: http://sogo.nu/support/index.html#/community
>  //
>
>  // Daemon address and port
>  WOPort = 127.0.0.1:2;
>
>  // PID file
>  //WOPidFile = /var/run/sogo/sogo.pid;
>
>  // Log file
>  //WOLogFile = /var/log/sogo/sogo.log;
>
>  // Enable verbose logging. Reference:
>  //
>
> http://www.sogo.nu/nc/support/faq/article/how-to-enable-more-verbose-logging-in-sogo.html
>  //SOGoDebugRequests = YES;
>  //SOGoEASDebugEnabled = YES;
>  //ImapDebugEnabled = YES;
>  //LDAPDebugEnabled = YES;
>  //MySQL4DebugEnabled = YES;
>  //PGDebugEnabled = YES;
>
^
Enabling those debugging parameters and restarting sogod will help you
diagnose the problem and fix it.



-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)


Re: [SOGo] Sogo problem after migrate to the new virtual server

2022-12-14 Thread Christian Mack

Hello

How many users/devices use ActiveSync?
Seems you do not have enough workers to serve them all.
If all 100 devices are using ActiveSync, you at least need 102 workers 
instead of 85.



Kind regards,
Christian Mack

Am 14.12.22 um 07:30 schrieb admin (ad...@kompresorypema.cz):
Hello, we have a problem after we migrate sogo to new virtual server. 
There is some logs. First error log:  <0x0x564cf6fae340[WOWatchDog]> No 
child available to handle incoming request!

Default/sogo log:
# The amount of processes that should be spawned (Default: 3)
PREFORK=85

# The name of the account under which SOGo will be running (Default: sogo)
# USER=sogo
Sogo.config:
{
     //
     //  - Official SOGo document: 
http://sogo.nu/support/index.html#/documentation

     //  - Mailing list: http://sogo.nu/support/index.html#/community
     //

     // Daemon address and port
     WOPort = 127.0.0.1:2;

     // PID file
     //WOPidFile = /var/run/sogo/sogo.pid;

     // Log file
     //WOLogFile = /var/log/sogo/sogo.log;

     // Enable verbose logging. Reference:
     // 
http://www.sogo.nu/nc/support/faq/article/how-to-enable-more-verbose-logging-in-sogo.html

     //SOGoDebugRequests = YES;
     //SOGoEASDebugEnabled = YES;
     //ImapDebugEnabled = YES;
     //LDAPDebugEnabled = YES;
     //MySQL4DebugEnabled = YES;
     //PGDebugEnabled = YES;

     // Define the URL to online help for SOGo. When set, an additional 
icon

     // will appear near the logout button in SOGo's web interface. The URL
     // will always be open in a blank target.
     //SOGoHelpURL = '';

     // set the maximum allowed size for content being sent to SOGo, 
this can

     // also limit the file attachment size being uploaded to SOGo when
     // composing a mail.
     // The value is in kilobyte. Default is 0 or disabled (unlimit).
     WOMaxUploadSize = 102400;

     // Parameter used to set the maximum allowed email message size when
     // composing a mail.
     // The value is in kilobytes. By default, the value is 0, or 
disabled so

     // no limit will be set.
     SOGoMaximumMessageSizeLimit = 102400;

     // Performance Tuning
     //
     // The amount of instances of SOGo that will be spawned to handle 
multiple
     // requests simultaneously. When started from the init script, that 
amount

     // is overriden by the `PREFORK=` setting in /etc/sysconfig/sogo or
     // /etc/default/sogo. A value of 3 is a reasonable default for low 
usage.

     // The maximum value depends on the CPU and IO power provided by your
     // machine: a value set too high will actually decrease 
performances under

     // high load.
     //
     // You should have at least one child per EAS device configured to use
     // "push". You must also have more children than you have EAS devices
     // configured to use "push" - in order to handle normal SOGo 
requests to

     // its Web or DAV interfaces.
     //
     // Defaults to 1 when unset, increase it if you see below error 
message in

     // sogo log file: 'No child available to handle incoming request'
     //
     // WARNING:
     //  - on RHEL/CentOS, this setting is controlled by parameter
     //    'PREFORK=' defined in /etc/sysconfig/sogo.
     //  - on Debian/Ubuntu, this setting is controlled by parameter
     //    'PREFORK=' defined in /etc/default/sogo.
     WOWorkersCount =70;

     // Parameter used to set the maximum amount of time, in seconds, 
SOGo will

     // wait before replying to a Ping command.
     // If not set, it defaults to 10 seconds.
     SOGoMaximumPingInterval = 3540;

     // Parameter used to set the maximum amount of time, in seconds, 
SOGo will

     // wait before replying to a Sync command.
     // If not set, it defaults to 30 seconds.
     SOGoMaximumSyncInterval = 3540;

     // Parameter used to set the maximum amount of time, in seconds, 
SOGo will
     // wait before doing an internal check for data changes (add, 
delete, and
     // update). This parameter must be lower than 
SOGoMaximumSyncInterval and

     // SOGoMaximumPingInterval.
     // If not set, it defaults to 10 seconds.
     SOGoInternalSyncInterval = 30;

     // Specifies the number of minutes after which a busy child process 
will be

     // killed by the parent process.
     // Defaults to 10 (minutes).
     WOWatchDogRequestTimeout = 61;

     // Overwrite the maximum number of items returned during a Sync 
operation.

     // Defaults to 0, which means no overwrite is performed.
     // Setting this parameter to a value greater than 512 will have 
unexpected

     // behaviour with various ActiveSync clients.
     //SOGoMaximumSyncWindowSize = 100;

     // Overwrite the maximum response size during a Sync operation.
     // The value is in kilobytes. Setting this to 512 means the 
response size
     // will be of 524288 bytes or less (or a bit greater if needed for 
syncing
     // one item). Note that if you set th

[SOGo] Sogo problem after migrate to the new virtual server

2022-12-13 Thread admin
Hello, we have a problem after we migrate sogo to new virtual server. 
There is some logs. First error log:  <0x0x564cf6fae340[WOWatchDog]> No 
child available to handle incoming request!

Default/sogo log:
# The amount of processes that should be spawned (Default: 3)
PREFORK=85

# The name of the account under which SOGo will be running (Default: 
sogo)

# USER=sogo
Sogo.config:
{
//
//  - Official SOGo document: 
http://sogo.nu/support/index.html#/documentation

//  - Mailing list: http://sogo.nu/support/index.html#/community
//

// Daemon address and port
WOPort = 127.0.0.1:2;

// PID file
//WOPidFile = /var/run/sogo/sogo.pid;

// Log file
//WOLogFile = /var/log/sogo/sogo.log;

// Enable verbose logging. Reference:
// 
http://www.sogo.nu/nc/support/faq/article/how-to-enable-more-verbose-logging-in-sogo.html

//SOGoDebugRequests = YES;
//SOGoEASDebugEnabled = YES;
//ImapDebugEnabled = YES;
//LDAPDebugEnabled = YES;
//MySQL4DebugEnabled = YES;
//PGDebugEnabled = YES;

// Define the URL to online help for SOGo. When set, an additional 
icon
// will appear near the logout button in SOGo's web interface. The 
URL

// will always be open in a blank target.
//SOGoHelpURL = '';

// set the maximum allowed size for content being sent to SOGo, this 
can

// also limit the file attachment size being uploaded to SOGo when
// composing a mail.
// The value is in kilobyte. Default is 0 or disabled (unlimit).
WOMaxUploadSize = 102400;

// Parameter used to set the maximum allowed email message size when
// composing a mail.
// The value is in kilobytes. By default, the value is 0, or 
disabled so

// no limit will be set.
SOGoMaximumMessageSizeLimit = 102400;

// Performance Tuning
//
// The amount of instances of SOGo that will be spawned to handle 
multiple
// requests simultaneously. When started from the init script, that 
amount

// is overriden by the `PREFORK=` setting in /etc/sysconfig/sogo or
// /etc/default/sogo. A value of 3 is a reasonable default for low 
usage.
// The maximum value depends on the CPU and IO power provided by 
your
// machine: a value set too high will actually decrease performances 
under

// high load.
//
// You should have at least one child per EAS device configured to 
use
// "push". You must also have more children than you have EAS 
devices
// configured to use "push" - in order to handle normal SOGo 
requests to

// its Web or DAV interfaces.
//
// Defaults to 1 when unset, increase it if you see below error 
message in

// sogo log file: 'No child available to handle incoming request'
//
// WARNING:
//  - on RHEL/CentOS, this setting is controlled by parameter
//'PREFORK=' defined in /etc/sysconfig/sogo.
//  - on Debian/Ubuntu, this setting is controlled by parameter
//'PREFORK=' defined in /etc/default/sogo.
WOWorkersCount =70;

// Parameter used to set the maximum amount of time, in seconds, 
SOGo will

// wait before replying to a Ping command.
// If not set, it defaults to 10 seconds.
SOGoMaximumPingInterval = 3540;

// Parameter used to set the maximum amount of time, in seconds, 
SOGo will

// wait before replying to a Sync command.
// If not set, it defaults to 30 seconds.
SOGoMaximumSyncInterval = 3540;

// Parameter used to set the maximum amount of time, in seconds, 
SOGo will
// wait before doing an internal check for data changes (add, 
delete, and
// update). This parameter must be lower than 
SOGoMaximumSyncInterval and

// SOGoMaximumPingInterval.
// If not set, it defaults to 10 seconds.
SOGoInternalSyncInterval = 30;

// Specifies the number of minutes after which a busy child process 
will be

// killed by the parent process.
// Defaults to 10 (minutes).
WOWatchDogRequestTimeout = 61;

// Overwrite the maximum number of items returned during a Sync 
operation.

// Defaults to 0, which means no overwrite is performed.
// Setting this parameter to a value greater than 512 will have 
unexpected

// behaviour with various ActiveSync clients.
//SOGoMaximumSyncWindowSize = 100;

// Overwrite the maximum response size during a Sync operation.
// The value is in kilobytes. Setting this to 512 means the response 
size
// will be of 524288 bytes or less (or a bit greater if needed for 
syncing
// one item). Note that if you set the value too low and a mail 
message
// (or any other object like calendar events, tasks and contacts) 
surpasses

// it, it will still be synced but only this item will be.
// Defaults to 0, which means no overwrite is performed.
//
// Say you have these five mails and you set the limit to 512KB:
//  1.  250 KB
//  2.  250 KB
//  3. 

[SOGo] BTS activities for Tuesday, December 13 2022

2022-12-13 Thread SOGo reporter
Title: BTS activities for Tuesday, December 13 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Tuesday, December 13 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5657
	2022-12-13 10:56:39
	updated (open)
	Backend General
	SOGoTimeZone value is ignored
	
	  
	
5661
	2022-12-13 22:38:39
	updated (open)
	Documentation
	Documentation is not well structured
	
	  
	
5553
	2022-12-13 15:59:41
	updated (open)
	with SOGo
	MS Outlook 2016 with active Sync stops synchronizing and shows status disconnected
	
	  
	
5639
	2022-12-13 18:22:33
	confirmed (open)
	Apple Calendar (Mac OS X)
	CalDAV: Mac OS Calendar unable to find existing SOGo calendars and creates a new one.
	
	  
	
5658
	2022-12-14 05:06:22
	assigned (reopened)
	Web General
	403 on /SOGo/so/passwordRecoveryEnabled
	
	  
	
5345
	2022-12-13 09:11:33
	closed (reopened)
	Web General
	Outdated website
	
	  
	
  
  




Re: [SOGo] Programmatically open new email window with attachment

2022-12-13 Thread smizr...@alinto.eu

Hi,

In my opinion, it would be better to implement REST WebServices instead of 
implementing a hack on JS side.

Sebastien

Le Lundi, Décembre 12, 2022 18:05 CET, "Gabriel Thornhill" 
(gabthornh...@gmail.com)  a écrit:
 Hi, I have a question about integrating Sogo and a web application we have 
running on the same Linux box, I hope somebody in the list can provide a few 
tips about how to accomplish this task.We've implemented SSO so that Sogo 
doesn't need to ask for username/password if the user is logged in the 
application.
The web application can generate pdf reports, so we would like to give the 
users the chance to email those reports using Sogo.
For that, we need to implement the following:
_ the application saves the pdf file in /tmp directory
_ The application has a link that opens a new tab in the client browser and 
calls Sogo (/Mail//UIxMailPopupView?), passing as parameters the pdf file name, 
the target and subject of the email
_ Sogo reads the pdf from /tmp directory and adds it as attachment to the 
email, and also populates the recipient and the subject (at this point the user 
should see the new email popup window with the fields To and Subject populated 
and with the pdf attached)

What would be required in Sogo (both backend and Angular client) to get this 
requirement implemented?

Thanks and regards

 


[SOGo] BTS activities for Monday, December 12 2022

2022-12-12 Thread SOGo reporter
Title: BTS activities for Monday, December 12 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Monday, December 12 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5655
	2022-12-12 10:23:03
	updated (open)
	Backend Calendar
	Invitation error and inconsistency
	
	  
	
5660
	2022-12-12 10:28:56
	updated (open)
	Backend Calendar
	Bug about escaping strings containing spaces
	
	  
	
4184
	2022-12-12 17:30:43
	updated (open)
	Backend General
	Posibility to split config files into several sub files
	
	  
	
4190
	2022-12-12 17:21:23
	updated (open)
	Backend General
	entry '{DAV:}XXX' already exists in DAV permissions table
	
	  
	
5657
	2022-12-12 10:34:10
	updated (open)
	Backend General
	SOGoTimeZone value is ignored
	
	  
	
5659
	2022-12-12 03:00:47
	updated (open)
	Web Calendar
	Notifications E-Mail not triggered inviting Attendee not in same domain
	
	  
	
5553
	2022-12-12 12:13:57
	updated (open)
	with SOGo
	MS Outlook 2016 with active Sync stops synchronizing and shows status disconnected
	
	  
	
5639
	2022-12-12 20:03:52
	confirmed (open)
	Apple Calendar (Mac OS X)
	CalDAV: Mac OS Calendar unable to find existing SOGo calendars and creates a new one.
	
	  
	
5345
	2022-12-12 17:18:19
	assigned (reopened)
	Web General
	Outdated website
	
	  
	
5658
	2022-12-12 18:37:18
	assigned (reopened)
	Web General
	403 on /SOGo/so/passwordRecoveryEnabled
	
	  
	
  
  




[SOGo] Programmatically open new email window with attachment

2022-12-12 Thread Gabriel Thornhill
Hi,

I have a question about integrating Sogo and a web application we have
running on the same Linux box, I hope somebody in the list can provide a
few tips about how to accomplish this task.
We've implemented SSO so that Sogo doesn't need to ask for
username/password if the user is logged in the application.
The web application can generate pdf reports, so we would like to give the
users the chance to email those reports using Sogo.
For that, we need to implement the following:
_ the application saves the pdf file in /tmp directory
_ The application has a link that opens a new tab in the client browser and
calls Sogo (/Mail//UIxMailPopupView?), passing as parameters the pdf file
name, the target and subject of the email
_ Sogo reads the pdf from /tmp directory and adds it as attachment to the
email, and also populates the recipient and the subject (at this point the
user should see the new email popup window with the fields To and Subject
populated and with the pdf attached)

What would be required in Sogo (both backend and Angular client) to get
this requirement implemented?

Thanks and regards


Re: [SOGo] Broken Calendar in SOGo 5.8

2022-12-12 Thread smizr...@alinto.eu

Your account has been updated to reporter.

Sebastien

Le Lundi, Décembre 12, 2022 10:02 CET, "Richard Rosner" 
(rros...@fsmuw.rwth-aachen.de)  a écrit:
  
Hi Sebastien,
I have never been able to create bug reports there. When I'm logged in, there's 
a flag next to my user name saying "viewer", which is probably the reason for 
that. I don't know how to change that and last time I tried to contact the 
admin mail address it didn't work (I think I got the response that it's not 
available).
 
Best
RichardAm 12.12.2022 um 09:25 schrieb smizr...@alinto.eu 
(smizr...@alinto.eu):Hi Richard,

You can open a ticket on bugs.sogo.nu and provide the following informations :
The SQL request just before getting the SQL Exception. You can have SQL request 
in logs using MySQL4DebugEnabled = YES; in sogo.conf.
The SQL dump structure of your database (without data) would be also helpful.

Sebastien

Le Jeudi, Décembre 08, 2022 15:27 CET, "\"Richard Rosner\"" 
(rros...@fsmuw.rwth-aachen.de)  a écrit:
 Hello,
it seems SOGo 5.8 has broken the calendar (interestingly only for some users), 
seemingly with a database update. At least some users aren't able to create new 
entries and the log shows errors withDec 08 15:03:29 sogod [2803825]: 
<0x0x5617477a0510[GCSFolder]> ERROR(-[GCSFolder 
writeContent:fromComponent:container:toName:baseVersion:]): cannot\
insert content :  NAME:ExecutionFailed 
REASON:Unknown column 'c_description' in 'field list' and older reports in 
mailing lists suggest the last time that was a problem back in 2.x it was a 
problem with the databse scheme. Yet there is no database update script in 
/usr/share/doc/sogo/, the newest one is sql-update-5.5.1_to_5.6.0.sh. But that 
one was for the bug of not being able to log in back then. So how do I fix it?
​​
Best regards
Richard

 

 


Re: [SOGo] Broken Calendar in SOGo 5.8

2022-12-12 Thread Richard Rosner

Hi Sebastien,

I have never been able to create bug reports there. When I'm logged in, 
there's a flag next to my user name saying "viewer", which is probably 
the reason for that. I don't know how to change that and last time I 
tried to contact the admin mail address it didn't work (I think I got 
the response that it's not available).



Best

Richard

Am 12.12.2022 um 09:25 schrieb smizr...@alinto.eu (smizr...@alinto.eu):

Hi Richard,

You can open a ticket on bugs.sogo.nu and provide the following 
informations :
The SQL request just before getting the SQL Exception. You can have 
SQL request in logs using MySQL4DebugEnabled = YES; in sogo.conf.
The SQL dump structure of your database (without data) would be also 
helpful.


Sebastien

Le Jeudi, Décembre 08, 2022 15:27 CET, "\"Richard Rosner\"" 
(rros...@fsmuw.rwth-aachen.de)  a écrit:

Hello,
it seems SOGo 5.8 has broken the calendar (interestingly only for 
some users), seemingly with a database update. At least some users 
aren't able to create new entries and the log shows errors with


Dec 08 15:03:29 sogod [2803825]: <0x0x5617477a0510[GCSFolder]>
ERROR(-[GCSFolder
writeContent:fromComponent:container:toName:baseVersion:]): cannot\
insert content : 
NAME:ExecutionFailed REASON:Unknown column 'c_description' in
'field list'

and older reports in mailing lists suggest the last time that was a 
problem back in 2.x it was a problem with the databse scheme. Yet 
there is no database update script in /usr/share/doc/sogo/, the 
newest one is sql-update-5.5.1_to_5.6.0.sh. But that one was for the 
bug of not being able to log in back then. So how do I fix it?

​​
Best regards
Richard




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Broken Calendar in SOGo 5.8

2022-12-12 Thread smizr...@alinto.eu

Hi Richard,

You can open a ticket on bugs.sogo.nu and provide the following informations :
The SQL request just before getting the SQL Exception. You can have SQL request 
in logs using MySQL4DebugEnabled = YES; in sogo.conf.
The SQL dump structure of your database (without data) would be also helpful.

Sebastien

Le Jeudi, Décembre 08, 2022 15:27 CET, "\"Richard Rosner\"" 
(rros...@fsmuw.rwth-aachen.de)  a écrit:
 Hello,
it seems SOGo 5.8 has broken the calendar (interestingly only for some users), 
seemingly with a database update. At least some users aren't able to create new 
entries and the log shows errors withDec 08 15:03:29 sogod [2803825]: 
<0x0x5617477a0510[GCSFolder]> ERROR(-[GCSFolder 
writeContent:fromComponent:container:toName:baseVersion:]): cannot\
insert content :  NAME:ExecutionFailed 
REASON:Unknown column 'c_description' in 'field list'and older reports in 
mailing lists suggest the last time that was a problem back in 2.x it was a 
problem with the databse scheme. Yet there is no database update script in 
/usr/share/doc/sogo/, the newest one is sql-update-5.5.1_to_5.6.0.sh. But that 
one was for the bug of not being able to log in back then. So how do I fix it?
​​
Best regards
Richard

 


[SOGo] BTS activities for Sunday, December 11 2022

2022-12-11 Thread SOGo reporter
Title: BTS activities for Sunday, December 11 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Sunday, December 11 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5659
	2022-12-12 03:00:47
	updated (open)
	Web Calendar
	Notifications E-Mail not triggered inviting Attendee not in same domain
	
	  
	
  
  




[SOGo] external caddav server

2022-12-11 Thread "msieurdam"
Hi everyone,

I’m a very new user of SOGo.
I was wondering if SOGo can connect to an external carddav server in addition
to the one embedded?
My wish is one should be able to specify whether sogo is his carddav server or
not. And in that case, one should easily setup an external carddav server with
the usual spec (URL / login / pass), and read/write access.

Is it (i didnt found anything in that way...) or will it be an implemented
function?

Thanks!
(and sorry for disturbing if not appropriate!)

Damien
—
webm...@gandi.net SOGo v5.5.0


[SOGo] BTS activities for Saturday, December 10 2022

2022-12-10 Thread SOGo reporter
Title: BTS activities for Saturday, December 10 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Saturday, December 10 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5658
	2022-12-10 01:33:29
	updated (open)
	Web General
	403 on /SOGo/so/passwordRecoveryEnabled
	
	  
	
  
  




[SOGo] BTS activities for Friday, December 09 2022

2022-12-09 Thread SOGo reporter
Title: BTS activities for Friday, December 09 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Friday, December 09 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5658
	2022-12-10 01:33:29
	updated (open)
	Web General
	403 on /SOGo/so/passwordRecoveryEnabled
	
	  
	
  
  




[SOGo] BTS activities for Thursday, December 08 2022

2022-12-08 Thread SOGo reporter
Title: BTS activities for Thursday, December 08 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Thursday, December 08 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5656
	2022-12-08 15:55:46
	updated (open)
	Backend Calendar
	Calendar invitations received from Outlook for Mac cannot be added to SOGo calendar
	
	  
	
5657
	2022-12-08 12:37:10
	updated (open)
	Backend General
	SOGoTimeZone value is ignored
	
	  
	
5639
	2022-12-08 07:25:10
	confirmed (open)
	Apple Calendar (Mac OS X)
	CalDAV: Mac OS Calendar unable to find existing SOGo calendars and creates a new one.
	
	  
	
5654
	2022-12-08 21:24:54
	resolved (fixed)
	Backend Mail
	SOGo uses invalid EHLO with IPv6 address
	
	  
	
  
  




[SOGo] Broken Calendar in SOGo 5.8

2022-12-08 Thread "Richard Rosner"

Hello,
it seems SOGo 5.8 has broken the calendar (interestingly only for some users), 
seemingly with a database update. At least some users aren't able to create new 
entries and the log shows errors withDec 08 15:03:29 sogod [2803825]: 
<0x0x5617477a0510[GCSFolder]> ERROR(-[GCSFolder 
writeContent:fromComponent:container:toName:baseVersion:]): cannot\
insert content :  NAME:ExecutionFailed 
REASON:Unknown column 'c_description' in 'field list'and older reports in 
mailing lists suggest the last time that was a problem back in 2.x it was a 
problem with the databse scheme. Yet there is no database update script in 
/usr/share/doc/sogo/, the newest one is sql-update-5.5.1_to_5.6.0.sh. But that 
one was for the bug of not being able to log in back then. So how do I fix it?
​​
Best regards
Richard


smime.p7s
Description: S/MIME cryptographic signature


[SOGo] BTS activities for Wednesday, December 07 2022

2022-12-07 Thread SOGo reporter
Title: BTS activities for Wednesday, December 07 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Wednesday, December 07 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5656
	2022-12-07 09:04:52
	updated (open)
	Backend Calendar
	Calendar invitations received from Outlook for Mac cannot be added to SOGo calendar
	
	  
	
5639
	2022-12-07 18:00:16
	confirmed (open)
	Apple Calendar (Mac OS X)
	CalDAV: Mac OS Calendar unable to find existing SOGo calendars and creates a new one.
	
	  
	
  
  




[SOGo] SOGo is hiring !

2022-12-07 Thread Philippe Gilbert

Dear SOGo user, Alinto has taken over the SOGo project since September 2022 and 
we are proud to announce that a lot of organizations have already  trusted us 
in supporting the project. We have a lot of lines in our roadmap and we want to 
expand our development and community management capabilities. So We are looking 
 for a full time Product owner who is fan of SOGo to join our team. Have look 
at : https://www.alinto.com/jobs/opensource-product-owner-m-f-lyon-telework/ 
<https://www.alinto.com/jobs/opensource-product-owner-m-f-lyon-telework/> 

Thanks for your support
Philippe

[SOGo] BTS activities for Tuesday, December 06 2022

2022-12-06 Thread SOGo reporter
Title: BTS activities for Tuesday, December 06 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Tuesday, December 06 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5655
	2022-12-06 11:22:19
	updated (open)
	Backend Calendar
	Invitation error and inconsistency
	
	  
	
5656
	2022-12-06 23:13:00
	updated (open)
	Backend Calendar
	Calendar invitations received from Outlook for Mac cannot be added to SOGo calendar
	
	  
	
5639
	2022-12-06 11:06:11
	confirmed (open)
	Apple Calendar (Mac OS X)
	CalDAV: Mac OS Calendar unable to find existing SOGo calendars and creates a new one.
	
	  
	
5511
	2022-12-06 08:46:00
	confirmed (open)
	Packaging (Debian)
	Build packages for Ubuntu 22.04 LTS
	
	  
	
  
  




[SOGo] BTS activities for Monday, December 05 2022

2022-12-05 Thread SOGo reporter
Title: BTS activities for Monday, December 05 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Monday, December 05 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5639
	2022-12-05 22:01:59
	updated (open)
	Apple Calendar (Mac OS X)
	CalDAV: Mac OS Calendar unable to find existing SOGo calendars and creates a new one.
	
	  
	
5654
	2022-12-05 14:47:08
	updated (open)
	Backend Mail
	SOGo uses invalid EHLO with IPv6 address
	
	  
	
4976
	2022-12-05 17:57:04
	feedback (reopened)
	Web Calendar
	nested groups from LDAP do not get rights from shared calendar
	
	  
	
5511
	2022-12-05 15:30:04
	confirmed (open)
	Packaging (Debian)
	Build packages for Ubuntu 22.04 LTS
	
	  
	
  
  




[SOGo] BTS activities for Sunday, December 04 2022

2022-12-04 Thread SOGo reporter
Title: BTS activities for Sunday, December 04 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Sunday, December 04 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5654
	2022-12-04 19:29:46
	updated (open)
	Backend Mail
	SOGo uses invalid EHLO with IPv6 address
	
	  
	
  
  




[SOGo] BTS activities for Friday, December 02 2022

2022-12-02 Thread SOGo reporter
Title: BTS activities for Friday, December 02 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Friday, December 02 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5639
	2022-12-02 23:35:20
	updated (open)
	Apple Calendar (Mac OS X)
	CalDAV: Mac OS Calendar unable to find existing SOGo calendars and creates a new one.
	
	  
	
5607
	2022-12-02 15:16:53
	updated (open)
	sogo-tool
	rejection sent to all participants
	
	  
	
5553
	2022-12-02 07:01:58
	updated (open)
	with SOGo
	MS Outlook 2016 with active Sync stops synchronizing and shows status disconnected
	
	  
	
4976
	2022-12-02 10:44:11
	resolved (fixed)
	Web Calendar
	nested groups from LDAP do not get rights from shared calendar
	
	  
	
  
  




[SOGo] BTS activities for Thursday, December 01 2022

2022-12-01 Thread SOGo reporter
Title: BTS activities for Thursday, December 01 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Thursday, December 01 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5553
	2022-12-01 14:21:59
	updated (open)
	with SOGo
	MS Outlook 2016 with active Sync stops synchronizing and shows status disconnected
	
	  
	
5653
	2022-12-01 10:15:20
	updated (open)
	with SOGo
	segmentation fault after systemctl restart sogo
	
	  
	
  
  




Re: [SOGo] ANN: SOGo v5.8.0 released!

2022-12-01 Thread smizr...@alinto.eu

Thanks Christian, it will be fixed for the next release ;)

Sebastien

Le Jeudi, Décembre 01, 2022 09:25 CET, "Christian Mack" 
(christian.m...@uni-konstanz.de)  a écrit:
 Hello Sebastien

There is a minor error in the announcement:

Am 30.11.22 um 21:50 schrieb "SOGo Reporter" (smizr...@alinto.eu):
[...]
> Try Online <https://demo.sogo.nu/SOGo>
>
> Available accounts: *sogo1*, *sogo2* and *sogo3*.
> Their password is the same as their username.[cut]

The passwords for alle available accounts is "sogo" not the same as
their usernames :-)


Kind regards,
Christian Mack

--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
78457 Konstanz
+49 7531 88-4416
 

 


Re: [SOGo] ANN: SOGo v5.8.0 released!

2022-12-01 Thread Christian Mack

Hello Sebastien

There is a minor error in the announcement:

Am 30.11.22 um 21:50 schrieb "SOGo Reporter" (smizr...@alinto.eu):
[...]

Try Online <https://demo.sogo.nu/SOGo>

Available accounts: *sogo1*, *sogo2* and *sogo3*.
Their password is the same as their username.[cut]


The passwords for alle available accounts is "sogo" not the same as 
their usernames :-)



Kind regards,
Christian Mack

--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] ANN: SOGo v5.8.0 released!

2022-12-01 Thread smizr...@alinto.eu

Hi Zhang, 

Build packages for Ubuntu 22.04 is planned - for other released we didn't 
discussed on that yet.
This task is not dependent from a SOGo delivery and can be done anytime

Sebastien

Le Jeudi, Décembre 01, 2022 02:36 CET, "Zhang Huangbin" (z...@iredmail.org) 
 a écrit:
 

> On Dec 1, 2022, at 4:50 AM, SOGo Reporter (smizr...@alinto.eu) 
>  wrote:
>
> The Alinto Team is pleased to announce the immediate availability of SOGo 
> version 5.8.0.

Dear SOGo developers,

Congratulations.

Any plan to build packages for Ubuntu 22.04, CentOS Stream 9, Rocky Linux 9, 
AlmaLinux 9?


Zhang Huangbin, founder of:
- iRedMail: Open source email server solution: https://www.iredmail.org/
- Spider: Lightweight, on-premises Email Archiving Software: https://spiderd.io
 

 


[SOGo] BTS activities for Wednesday, November 30 2022

2022-11-30 Thread SOGo reporter
Title: BTS activities for Wednesday, November 30 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Wednesday, November 30 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5652
	2022-11-30 17:00:43
	updated (open)
	Web Mail
	Wrong characters displaing in headers
	
	  
	
5650
	2022-11-30 17:12:10
	assigned (open)
	Web Calendar
	"Today" button sometimes does not work when calendar is displaying previous week
	
	  
	
5651
	2022-11-30 15:18:51
	resolved (fixed)
	SOPE
	SOGo don't start after yum update
	
	  
	
  
  




Re: [SOGo] ANN: SOGo v5.8.0 released!

2022-11-30 Thread Zhang Huangbin



> On Dec 1, 2022, at 4:50 AM, SOGo Reporter (smizr...@alinto.eu) 
>  wrote:
> 
> The Alinto Team is pleased to announce the immediate availability of SOGo 
> version 5.8.0.

Dear SOGo developers,

Congratulations. 

Any plan to build packages for Ubuntu 22.04, CentOS Stream 9, Rocky Linux 9, 
AlmaLinux 9?


Zhang Huangbin, founder of:
- iRedMail: Open source email server solution: https://www.iredmail.org/
- Spider: Lightweight, on-premises Email Archiving Software: https://spiderd.io



[SOGo] ANN: SOGo v5.8.0 released!

2022-11-30 Thread &quot;SOGo Reporter"
Minor release, but many bug fixes. Download it now!NEW RELEASEANNOUNCEMENTSOGo v5.8.0The Alinto Team is pleased to announce the immediate availability of SOGo version 5.8.0.This is a minor release of SOGo which focuses on various enhancements and improved stability over previous versions.—Featurespassword-recovery: Add password recovery with secret question or secondary email (656807b 77062be 33940b1 e269df8 b7531bc c4dd695 1ea8b9f 2e1b22c 440a15b 58540f1 d363474 9b023f4 18c92da d50080e)Bug Fixesaddressbook: Fix invalid template (04dd78d)addressbook: Fix NSException on address book where uppercaseString is called on data (c62b043)calendar(js): destination calendars of new components (3eeebbc), closes #5581calendar: Update c_startdate field when updating event. Fixes #4376 (549d6a8)core: Fix NSException when c_content is NULL. Closes #5644. Original fix by @jvdsn. (2786064)mail(js): fix validation of email addresses. Closes #5594 (d194b1e)security: Security fix for WSTG-INPV-02. Add XSS protection. Fixes #5642. (efac49a f5c6fcc dcbfd83 714acfc 1e0f5f0 b1f8489 6971ebd a010f62)ui: Change active user name on top left with primary identity (49879ef 26b9429)eas: Use bare email address. Closes #5612 and #5640 (2d9a709 e1c7e32)eas: Ensure correct encoding of attachments. Closes #5330 (dff907a)eas: Ensure Templates and Junk folder exits. Closes #5626 (2ffe3d7)Enhancementsmail: Improve IMAP fetch sorting using NSDictionary keys instead of indexOfObject (40b5c09 48c7375 60ec315 38e886a)calendar: Add SOGoDisableOrganizerEventCheck parameter - this parameter is used to avoid checking calendar event's organizer (cddfdb9)calendar: Refresh data when clicking on 'today' (5fb82fe)login: Add button to discover password (7bfa900)Localizationda_DK: Update Danish translations (37291fa 0409ee3)fr: Update French translations (4c01ea2)nb_NO: Update Norwegian Bokmål translations (119e387 57fb622 96cd188 0cd7a17)sr: Update Serbian translations (e51aee8)See the closed tickets for this release and the complete change log.DownloadUpgrade Instructions →What is SOGoSOGo is a free and modern scalable groupware server. It offers shared calendars, address books and emails through your favorite Web browser or by using a native client such as Mozilla Thunderbird and Lightning, Apple Calendar and Address Book (Mac OS X and iOS) and Microsoft Outlook.SOGo is standard-compliant and supports CalDAV, CardDAV and reuses existing IMAP, SMTP and database servers - making the solution easy to deploy and interoperable with many applications.SOGo features:Scalable architecture suitable for deployments from dozen to many thousand usersRich, responsible Web-based interface aligned with Google Material Design guidelinesImproved integration with Mozilla Thunderbird and Lightning by using the SOGo Connector and the SOGo IntegratorTwo-way synchronization support with any Microsoft ActiveSync-capable device (Apple iOS, Android, Windows Phone, BlackBerry 10) or Outlook 2013/2016/365Excellent native integration with Apple software (OS X and iOS) and Android-based devicesand many more! SOGo and our connectors are completely free.Try OnlineAvailable accounts: sogo1, sogo2 and sogo3.Their password is the same as their username.HelpingSOGo is a collaborative effort in order to create the best Free and Open Source groupware solution.There are multiple ways you can contribute to the project:Documentation reviews, enhancements and translationsWrite test cases - if you know Python, join in!Feature requests or by sharing your ideasParticipate to the discussion in mailing listsPatches for bugs or enhancementsProvide new translationsFeel free to send us your questions. You can also post them to the SOGo mailing list.Getting SupportFor any questions, do not hesitate to contact us by writing to supp...@sogo.nuCustomer support packages for SOGo are also available.


Re: [SOGo] Activesync issue with Templates folder

2022-11-30 Thread "Hafiz Rafiyev"

Cristian thank you for quick rsponse,when wil available 5.8.0?

On Tuesday, November 29, 2022 13:53 +03, "Christian Mack" 
(christian.m...@uni-konstanz.de)  wrote:
 Hello

That is a known Problem introduced by Apple.
See also:
https://bugs.sogo.nu/view.php?id=5626


Kind regards,
Christian Mack

Am 28.11.22 um 14:16 schrieb "Hafiz Rafiyev" (ha...@bulutek.net):
>
> Hello everyone,
> Using Sogo with mailcow last edition(2022-10a) on Debain 11 Bullseye,all soft 
> up to date.
> Having Iphone12 connected Microsoft Exchange(ActiveSync) to 
> Sogo/Dovecot/MailcowDocker.
> Everything working fine until clicking on Templates folder on cell 
> phone,after clicking Templates folder its waiting for sync but not syncing at 
> all.
> Same time at the backend dovecot/auth -w proccess rising cpu higher and 
> higher.
>
> Any clue or workaround for this issue?
> --
>
> Best Regards,
> Hafiz Rafiyev.
>

--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
78457 Konstanz
+49 7531 88-4416
 
-- 

İyi çalışmalar,
Hafiz Rafiyev.


Re: [SOGo] Activesync issue with Templates folder

2022-11-30 Thread Christian Mack

Hello

That is a known Problem introduced by Apple.
See also:
https://bugs.sogo.nu/view.php?id=5626


Kind regards,
Christian Mack

Am 28.11.22 um 14:16 schrieb "Hafiz Rafiyev" (ha...@bulutek.net):


Hello everyone,
Using Sogo with mailcow last edition(2022-10a) on Debain 11 Bullseye,all soft 
up to date.
Having Iphone12 connected Microsoft Exchange(ActiveSync) to 
Sogo/Dovecot/MailcowDocker.
Everything working fine until clicking on Templates folder on cell phone,after 
clicking Templates folder its waiting for sync but not syncing at all.
Same time at the backend dovecot/auth -w proccess rising cpu higher and higher.

Any clue or workaround for this issue?
--

Best Regards,
Hafiz Rafiyev.



--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


[SOGo] BTS activities for Monday, November 28 2022

2022-11-30 Thread SOGo reporter
Title: BTS activities for Monday, November 28 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Monday, November 28 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5650
	2022-11-29 00:01:44
	updated (open)
	Web Calendar
	"Today" button sometimes does not work when calendar is displaying previous week
	
	  
	
5635
	2022-11-28 15:46:55
	assigned (open)
	    with SOGo
	Support Thunderbird 102
	
	  
	
5525
	2022-11-28 15:47:03
	closed (duplicate)
	    with SOGo
	Connector Plugin not compatible with next Thunderbird release. (102)
	
	  
	
  
  




[SOGo] BTS activities for Tuesday, November 29 2022

2022-11-30 Thread SOGo reporter
Title: BTS activities for Tuesday, November 29 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Tuesday, November 29 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5650
	2022-11-29 20:04:55
	assigned (open)
	Web Calendar
	"Today" button sometimes does not work when calendar is displaying previous week
	
	  
	
5635
	2022-11-29 14:01:28
	assigned (open)
	    with SOGo
	Support Thunderbird 102
	
	  
	
  
  




[SOGo] Activesync issue with Templates folder

2022-11-28 Thread "Hafiz Rafiyev"

Hello everyone,
Using Sogo with mailcow last edition(2022-10a) on Debain 11 Bullseye,all soft 
up to date.
Having Iphone12 connected Microsoft Exchange(ActiveSync) to 
Sogo/Dovecot/MailcowDocker.
Everything working fine until clicking on Templates folder on cell phone,after 
clicking Templates folder its waiting for sync but not syncing at all.
Same time at the backend dovecot/auth -w proccess rising cpu higher and higher. 
  

Any clue or workaround for this issue?
-- 

Best Regards,
Hafiz Rafiyev.

 


[SOGo] Activesync issue with Templates folder

2022-11-28 Thread "Hafiz Rafiyev"

Hello everyone,
Using Sogo with mailcow last edition(2022-10a) on Debain 11 Bullseye,all soft 
up to date.
Having Iphone12 connected Microsoft Exchange(ActiveSync) to 
Sogo/Dovecot/MailcowDocker.
Everything working fine until clicking on Templates folder on cell phone,after 
clicking Templates folder its waiting for sync but not syncing at all.
Same time at the backend dovecot/auth -w proccess rising cpu higher and higher. 
  

Any clue or workaround for this issue?
-- 

Best Regards,
Hafiz Rafiyev.


Re: [SOGo] SOGo Connector for Thunderbird 102

2022-11-28 Thread Roel van Meer

Christian Mack writes:


Development is under way.
See also
https://bugs.sogo.nu/view.php?id=5635


Great, thanks for the pointer! I'll follow that issue.

Best regards,

Roel



Re: [SOGo] SOGo Connector for Thunderbird 102

2022-11-28 Thread Christian Mack

Hello

Development is under way.
See also
https://bugs.sogo.nu/view.php?id=5635


Kind regards,
Christian Mack

Am 28.11.22 um 11:48 schrieb Roel van Meer (r...@1afa.com):

Hi!

The SOGo download page lists Mozilla Thunderbird 91 as the latest 
Thunderbird version for which a SOGo Connector can be downloaded.


I was wondering if there is any information regarding the support status 
of Thunderbird 102, which is currently the latest version. E.g. can SOGo 
Connector 78.0.1 also be used with Thunderbird 102?


Thanks and best regards,

Roel


--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


[SOGo] SOGo Connector for Thunderbird 102

2022-11-28 Thread Roel van Meer

Hi!

The SOGo download page lists Mozilla Thunderbird 91 as the latest  
Thunderbird version for which a SOGo Connector can be downloaded.


I was wondering if there is any information regarding the support status of  
Thunderbird 102, which is currently the latest version. E.g. can SOGo  
Connector 78.0.1 also be used with Thunderbird 102?


Thanks and best regards,

Roel


[SOGo] BTS activities for Thursday, November 24 2022

2022-11-24 Thread SOGo reporter
Title: BTS activities for Thursday, November 24 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Thursday, November 24 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5641
	2022-11-24 19:28:10
	updated (open)
	Web Mail
	Wrong Reply-To header
	
	  
	
5646
	2022-11-24 09:37:18
	updated (open)
	Web Mail
	Disposition notifications are not prompted in some cases
	
	  
	
5649
	2022-11-24 17:04:37
	updated (open)
	Web Mail
	signed s/mime mail not shown
	
	  
	
5647
	2022-11-24 15:39:33
	updated (open)
	Web Preferences
	Add autocompletion to "Preferences" --> "Mail" --> "Forward" option "Email addresses"
	
	  
	
5648
	2022-11-24 16:12:50
	updated (open)
	Web Preferences
	Set maximum count of email addresses for forwarding
	
	  
	
  
  




Re: [SOGo] Invitation error and inconsistency

2022-11-24 Thread Christian Mack

Hello

Sorry for the late reply.

Please open a bug report for this at https://bugs.sogo.nu/


Kind regards,
Christian Mack

Am 03.11.22 um 15:11 schrieb Christoph Zechner (zech...@vrvis.at):

Hello,

Since Thunderbird is the primary interface our users use to interact 
with sogo and it's been a long time without a working sogo connector 
plugin an interesting issue came up.


If someone with a mail-address attached to an sogo account creates an 
event invitation in Thunderbird and the personal sogo calendar is not 
configured but e.g. a local one is used instead, the resulting ics has 
the mail-address as organizer but the event is not saved in the sogo 
calendar.


If a person on the same sogo instance and correctly configured 
Thunderbird (I assume other caldav clients would behave in the same way) 
tries to accept the invitation, only the generic error message 
"Processing message failed. Status: 80004005." pops up.


The reason is that sogo responds with 412 (precondition failed) as shown 
in the screenshot from Thunderbird's developer console.

I assume other caldav clients would behave similarly.

This is inconsistent with the behaviour of the sogo web interface which 
happily accepts the invitation.


I also attached an ics invite which demonstrates this issue for sogo2 
user on https://demo.sogo.nu.


The Thunderbird screenshot stems from an interaction with this instance, 
the web interface can be tested by attaching the ics invitation to a 
draft there.


Cheers,
Christoph


--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


[SOGo] BTS activities for Wednesday, November 23 2022

2022-11-23 Thread SOGo reporter
Title: BTS activities for Wednesday, November 23 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Wednesday, November 23 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5646
	2022-11-23 15:13:39
	updated (open)
	Web Mail
	Disposition notifications are not prompted in some cases
	
	  
	
5640
	2022-11-23 14:30:48
	resolved (fixed)
	ActiveSync
	Outlook 2016/2021 over ActiveSync sends email only first recipient
	
	  
	
5644
	2022-11-23 14:28:59
	resolved (fixed)
	Web Calendar
	Calendar issues with Thunderbird with lastest nightly built
	
	  
	
5645
	2022-11-23 17:28:12
	closed (wont fix)
	Web Mail
	Disposition notifications are not prompted in some cases
	
	  
	
  
  




[SOGo] BTS activities for Tuesday, November 22 2022

2022-11-22 Thread SOGo reporter
Title: BTS activities for Tuesday, November 22 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Tuesday, November 22 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5330
	2022-11-22 12:20:45
	resolved (fixed)
	ActiveSync
	Replying from gmail app sometimes result in message being truncated
	
	  
	
  
  




Re: [SOGo] Problem with calendar selection after update sogo-5.7.0 => sogo-5.7.1

2022-11-22 Thread smizr...@alinto.eu

Hi,

New version 5.8.0 is under test and we're currently fixing latest bugs.
This version should be released next week.

Sebastien

Le Mercredi, Novembre 16, 2022 12:48 CET, "Florian Unger" 
(florian.un...@intego.de)  a écrit:
   No comment on a planned release date?
 On 02.11.2022 15:30, Florian Unger (florian.un...@intego.de) wrote:Hi 
Sebastien,

Since the announced release of SOGo 5.7.2 did not happen in October, do you 
have a new date when SOGo 5.7.2 with the bugfix for 
https://bugs.sogo.nu/view.php?id=5581 will be released?

Best regards
Florian
 On 20.09.2022 08:28, smizrahi@alinto . eu (smizr...@alinto.eu) wrote:Hi Götz,

Apologize for the too late delivery date.
The following procedure should fix the issue :
service sogo stop
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js 
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.bak
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map 
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map.bak
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js 
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.bak
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map 
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map.bak
wget 
https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Common.js
 -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js
wget 
https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Common.js.map
 -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map
wget 
https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Scheduler.services.js
 -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js
wget 
https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Scheduler.services.js.map
 -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map
service sogo start When the release will be out, do not forget to delete .bak 
files.
You also need to clear your browser cache.

Sebastien

Le Mardi, Septembre 20, 2022 08:08 CEST, Götz Reinicke 
(goetz.reini...@filmakademie.de)  a écrit:
    Hi Sebastian, thanks…. so is there a short term workaround for that bug? 
Currently for us the WebUI is unusable in daily business. Regards . Götz Am 
19.09.2022 um 08:24 schrieb smizrahi@alinto . eu (smizr...@alinto.eu) 
: Hi Götz,

We plan to do a new release in October.

Sebastien

Le Lundi, Septembre 19, 2022 08:14 CEST, Götz Reinicke 
(goetz.reini...@filmakademie.de)  a écrit:
   Hi any news on a release? That bug is a total show stopper for us right now 
… :( Regards . Götz Am 30.08.2022 um 12:15 schrieb Slávek Banko 
(slavek.ba...@axis.cz) : Hi,

it seem that problem is already reported:
https://bugs.sogo.nu/view.php?id=5581

...and already resolved in master branch:
https://github.com/Alinto/sogo/commit/3eeebbc83b

This seems useful to do a backport of commit into a stable release. I will
do it in the packages of stable release that I provide in community
repository.

Cheers
--
Slávek

Dne po 29. srpna 2022 Christian Mack napsal(a):Hello

Seems to be a new bug.
Please report it at https://bugs.sogo.nu/


Kind regards,
Christian Mack

Am 29.08.22 um 14:17 schrieb Götz Reinicke (goetz.reini...@filmakademie.de):Hi,

After the update to SOGo 5.7.1 I can only select my personal Calendar
for appointments. Even new created calendars can’t be selected.

Any idea?

Regards . Götz  
 
 
Götz Reinicke
IT-Koordination
IT-OfficeNet
+49 7141 969 82420
goetz.reini...@filmakademie.de
Filmakademie Baden-Württemberg GmbH
Akademiehof 10 71638 Ludwigsburg
http://www.filmakademie.de
 
 
Eintragung Amtsgericht Stuttgart HRB 205016
Vorsitzende des Aufsichtsrates:
Petra Olschowski
Staatssekretärin im Ministerium für Wissenschaft,
Forschung und Kunst Baden-Württemberg
Geschäftsführer:
Prof. Thomas Schadt
Datenschutzerklärung | Transparenzinformation
Data privacy statement | Transparency information

  -- 
_
 
Florian Unger   Intego GmbH
Tel.:  +49-9131-61082-121   Henri-Dunant-Straße 8
Email: florian.un...@intego.de  D-91058 Erlangen
Web:   https://www.intego.de/en Germany
_

Geschäftsführer:
Dr. Peter PlankensteinerRegistergericht:
Dr. Thomas Wagner   Amtsgericht Fürth
Dipl.-Ing. (FH) Andreas EcklHRB 7576

 


Re: [SOGo] Problem with calendar selection after update sogo-5.7.0 => sogo-5.7.1

2022-11-22 Thread Florian Unger

No comment on a planned release date?

On 02.11.2022 15:30, Florian Unger (florian.un...@intego.de) wrote:

Hi Sebastien,

Since the announced release of SOGo 5.7.2 did not happen in October, 
do you have a new date when SOGo 5.7.2 with the bugfix for 
https://bugs.sogo.nu/view.php?id=5581 will be released?


Best regards
Florian

On 20.09.2022 08:28, smizrahi@alinto . eu (smizr...@alinto.eu) wrote:

Hi Götz,

Apologize for the too late delivery date.
The following procedure should fix the issue :

service sogo stop
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.bak
mv
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map.bak
mv
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.bak
mv
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map

/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map.bak
wget

https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Common.js
-O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js
wget

https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Common.js.map
-O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map
wget

https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Scheduler.services.js
-O
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js
wget

https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Scheduler.services.js.map
-O
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map
service sogo start

When the release will be out, do not forget to delete .bak files.
You also need to clear your browser cache.

Sebastien

Le Mardi, Septembre 20, 2022 08:08 CEST, Götz Reinicke 
(goetz.reini...@filmakademie.de)  a écrit:

Hi Sebastian,
thanks…. so is there a short term workaround for that bug? Currently 
for us the WebUI is unusable in daily business.

Regards . Götz
Am 19.09.2022 um 08:24 schrieb smizrahi@alinto . eu 
(smizr...@alinto.eu) :

Hi Götz,

We plan to do a new release in October.

Sebastien

Le Lundi, Septembre 19, 2022 08:14 CEST, Götz Reinicke 
(goetz.reini...@filmakademie.de)  a écrit:

Hi any news on a release?
That bug is a total show stopper for us right now … :(
Regards . Götz
Am 30.08.2022 um 12:15 schrieb Slávek Banko (slavek.ba...@axis.cz) 
:

Hi,

it seem that problem is already reported:
https://bugs.sogo.nu/view.php?id=5581

...and already resolved in master branch:
https://github.com/Alinto/sogo/commit/3eeebbc83b

This seems useful to do a backport of commit into a stable release. 
I will

do it in the packages of stable release that I provide in community
repository.

Cheers
--
Slávek

Dne po 29. srpna 2022 Christian Mack napsal(a):

Hello

Seems to be a new bug.
Please report it at https://bugs.sogo.nu/


Kind regards,
Christian Mack

Am 29.08.22 um 14:17 schrieb Götz Reinicke

(goetz.reini...@filmakademie.de):

Hi,

After the update to SOGo 5.7.1 I can only select my personal Calendar
for appointments. Even new created calendars can’t be selected.

Any idea?

Regards . Götz


Filmakademie Baden Württemberg <http://www.filmakademie.de/>

Götz Reinicke
IT-Koordination
IT-OfficeNet
+49 7141 969 82420
goetz.reini...@filmakademie.de <mailto:goetz.reini...@filmakademie.de>

Filmakademie Baden-Württemberg GmbH
Akademiehof 10 71638 Ludwigsburg
http://www.filmakademie.de <http://www.filmakademie.de>

Twitter <https://twitter.com/filmakademiebw> 	Facebook 
<https://de-de.facebook.com/filmakademiebw> 	Youtube 
<https://www.youtube.com/user/TheFilmakademie> 	Vimeo 
<https://vimeo.com/filmakademiebw>


Eintragung Amtsgericht Stuttgart HRB 205016
Vorsitzende des Aufsichtsrates:
Petra Olschowski
Staatssekretärin im Ministerium für Wissenschaft,
Forschung und Kunst Baden-Württemberg

Geschäftsführer:
Prof. Thomas Schadt

Datenschutzerklärung 
<https://www.filmakademie.de/de/meta/datenschutz/datenschutzerklaerung/> | 
Transparenzinformation 
<https://www.filmakademie.de/de/meta/datenschutz/transparenzinformationen/>
Data privacy statement 
<https://www.filmakademie.de/en/meta/data-privacy/data-privacy-statement/> | 
Transparency information 
<https://www.filmakademie.de/en/meta/data-privacy/transparency-information/>








--
_
 
Florian Unger   Intego GmbH

Tel.:  +49-9131-61082-121   Henri-Dunant-Straße 8
Email:florian.un...@intego.de   D-91058 Erlangen
Web:https://www.intego.de/en  Germany
___

[SOGo] BTS activities for Monday, November 21 2022

2022-11-21 Thread SOGo reporter
Title: BTS activities for Monday, November 21 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Monday, November 21 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5330
	2022-11-21 11:17:22
	updated (open)
	ActiveSync
	Replying from gmail app sometimes result in message being truncated
	
	  
	
  
  




[SOGo] BTS activities for Sunday, November 20 2022

2022-11-20 Thread SOGo reporter
Title: BTS activities for Sunday, November 20 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Sunday, November 20 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5330
	2022-11-20 21:36:14
	updated (open)
	ActiveSync
	Replying from gmail app sometimes result in message being truncated
	
	  
	
5598
	2022-11-20 21:24:35
	updated (open)
	ActiveSync
	EAS Calendar does not sync more than 1 last month of events
	
	  
	
5511
	2022-11-20 14:58:58
	confirmed (open)
	Packaging (Debian)
	Build packages for Ubuntu 22.04 LTS
	
	  
	
  
  




[SOGo] BTS activities for Saturday, November 19 2022

2022-11-19 Thread SOGo reporter
Title: BTS activities for Saturday, November 19 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Saturday, November 19 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5330
	2022-11-19 20:12:50
	updated (open)
	ActiveSync
	Replying from gmail app sometimes result in message being truncated
	
	  
	
5598
	2022-11-19 19:24:27
	updated (open)
	ActiveSync
	EAS Calendar does not sync more than 1 last month of events
	
	  
	
  
  




[SOGo] BTS activities for Friday, November 18 2022

2022-11-18 Thread SOGo reporter
Title: BTS activities for Friday, November 18 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Friday, November 18 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5330
	2022-11-18 19:37:28
	updated (open)
	ActiveSync
	Replying from gmail app sometimes result in message being truncated
	
	  
	
5598
	2022-11-18 19:28:40
	updated (open)
	ActiveSync
	EAS Calendar does not sync more than 1 last month of events
	
	  
	
5639
	2022-11-18 09:40:41
	updated (open)
	Apple Calendar (Mac OS X)
	CalDAV: Mac OS Calendar unable to find existing SOGo calendars and creates a new one.
	
	  
	
5496
	2022-11-18 09:43:49
	assigned (fixed)
	Apple Calendar (Mac OS X)
	Already deleted reoccurend appointments appear again
	
	  
	
  
  




[SOGo] BTS activities for Thursday, November 17 2022

2022-11-17 Thread SOGo reporter
Title: BTS activities for Thursday, November 17 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Thursday, November 17 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5587
	2022-11-17 05:03:00
	updated (open)
	ActiveSync
	EAS ActiveSync Version 16.1 support
	
	  
	
5490
	2022-11-17 15:38:51
	updated (open)
	Web Mail
	Embedded logos in emails (company, Twitter and Facebook links, etc.) are shown as downloadable .png files
	
	  
	
5641
	2022-11-17 16:07:03
	updated (open)
	Web Mail
	Wrong Reply-To header
	
	  
	
5630
	2022-11-17 14:00:56
	closed (reopened)
	Backend Calendar
	Events are not saved if emoji were used in the event's name or description
	
	  
	
  
  




[SOGo] BTS activities for Wednesday, November 16 2022

2022-11-16 Thread SOGo reporter
Title: BTS activities for Wednesday, November 16 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Wednesday, November 16 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5587
	2022-11-17 05:03:00
	updated (open)
	ActiveSync
	EAS ActiveSync Version 16.1 support
	
	  
	
5630
	2022-11-16 13:36:32
	assigned (reopened)
	Backend Calendar
	Events are not saved if emoji were used in the event's name or description
	
	  
	
  
  




Re: [SOGo] openchange

2022-11-16 Thread Christian Mack

Hello

Am 15.11.22 um 08:12 schrieb "Support FoxNET" (supp...@foxnet.be):


An alternative to openchange ?


Sadly not.
The only way to integrate MS Outlook reliably is via "Outlook CalDav 
Synchronizer".

https://caldavsynchronizer.org/
It synchronizes calendars and address books.
E-Mail has to be used with IMAP.
We all know, that Outlook has problems with IMAP, especially when moving 
or renaming folders.


Our colleagues have some users integrated with ActiveSync, but this 
seems to have problems with big email folders and calendars.

Other ActiveSync clients don't have those problems.


Kind regards,
Christian Mack

--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


[SOGo] BTS activities for Tuesday, November 15 2022

2022-11-15 Thread SOGo reporter
Title: BTS activities for Tuesday, November 15 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Tuesday, November 15 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5640
	2022-11-15 14:40:59
	updated (open)
	ActiveSync
	Outlook 2016/2021 over ActiveSync sends email only first recipient
	
	  
	
5630
	2022-11-15 11:23:24
	assigned (reopened)
	Backend Calendar
	Events are not saved if emoji were used in the event's name or description
	
	  
	
5635
	2022-11-15 14:09:53
	assigned (open)
	with SOGo
	Support Thunderbird 102
	
	  
	
  
  




Re: [SOGo] Error when I connect

2022-11-15 Thread sogo-us...@list-post.ddt-consult.de

15.11.22, 18:30 +0100, "Support FoxNET" (supp...@foxnet.be):


On Tuesday, November 15, 2022 16:18 CET, Markus Schönhaber 
(sogo-us...@list-post.ddt-consult.de)  wrote:



nothing to do with this


Of course not. I didn't mention the DB's character set or collation 
settings and neither do the upgrade notes I pointed you to.


Again: the problem likely is the data size of one column in your DB's 
session table.
Check if the session table's c_value column is at least 4096 characters 
wide. If not, that's your problem. Then, drop the table and let SOGo 
re-create it.



#
# * Character sets
#

# MySQL/MariaDB default is Latin1, but in Debian we rather default to the full
# utf8 4-byte character set. See also client.cnf
character-set-server  = utf8mb4
collation-server  = utf8mb4_general_ci

Michel15.11.22, 14:22 +0100, "Support FoxNET" (supp...@foxnet.be):


I have this error in the logs when I connect?

[ERROR] <0x0x5635344c88e0[GCSSessionsFolder]> -[GCSSessionsFolder 
writeRecordForEntryWithID:value:creationDate:lastSeenDate:]: cannot write record: 
 NAME:ExecutionFailed REASON:Data too long for 
column 'c_value' at row 1


Did you upgrade from < 5.6.0?
If you did, drop the sessions table before starting SOGo to make sure it
gets re-created with a big enough c_value data type:

<https://www.sogo.nu/files/docs/SOGoInstallationGuide.html#_upgrading>


--
Regards
  mks



Re: [SOGo] Error when I connect

2022-11-15 Thread "Support FoxNET"

On Tuesday, November 15, 2022 16:18 CET, Markus Schönhaber 
(sogo-us...@list-post.ddt-consult.de)  wrote:
nothing to do with this
#
# * Character sets
#

# MySQL/MariaDB default is Latin1, but in Debian we rather default to the full
# utf8 4-byte character set. See also client.cnf
character-set-server  = utf8mb4
collation-server  = utf8mb4_general_ci

Michel15.11.22, 14:22 +0100, "Support FoxNET" (supp...@foxnet.be):

> I have this error in the logs when I connect?
>
> [ERROR] <0x0x5635344c88e0[GCSSessionsFolder]> -[GCSSessionsFolder 
> writeRecordForEntryWithID:value:creationDate:lastSeenDate:]: cannot write 
> record:  NAME:ExecutionFailed REASON:Data 
> too long for column 'c_value' at row 1

Did you upgrade from < 5.6.0?
If you did, drop the sessions table before starting SOGo to make sure it
gets re-created with a big enough c_value data type:

<https://www.sogo.nu/files/docs/SOGoInstallationGuide.html#_upgrading>

--
Regards
mks



 

 


Re: [SOGo] Error when I connect

2022-11-15 Thread sogo-us...@list-post.ddt-consult.de

15.11.22, 14:22 +0100, "Support FoxNET" (supp...@foxnet.be):


I have this error in the logs when I connect?

[ERROR] <0x0x5635344c88e0[GCSSessionsFolder]> -[GCSSessionsFolder 
writeRecordForEntryWithID:value:creationDate:lastSeenDate:]: cannot write record: 
 NAME:ExecutionFailed REASON:Data too long for 
column 'c_value' at row 1


Did you upgrade from < 5.6.0?
If you did, drop the sessions table before starting SOGo to make sure it 
gets re-created with a big enough c_value data type:


<https://www.sogo.nu/files/docs/SOGoInstallationGuide.html#_upgrading>

--
Regards
  mks






Re: [SOGo] Error when I connect

2022-11-15 Thread Marco Moock
Am 15.11.2022 um 14:22:03 Uhr schrieb "Support FoxNET":

> I have this error in the logs when I connect?
> 
> [ERROR] <0x0x5635344c88e0[GCSSessionsFolder]> -[GCSSessionsFolder
> writeRecordForEntryWithID:value:creationDate:lastSeenDate:]: cannot
> write record:  NAME:ExecutionFailed
> REASON:Data too long for column 'c_value' at row 1

It is a problem at the database. Please show the metadata (data type)
for the table and specify which database management system you use.


[SOGo] Error when I connect

2022-11-15 Thread "Support FoxNET"

Hello
I have this error in the logs when I connect?

[ERROR] <0x0x5635344c88e0[GCSSessionsFolder]> -[GCSSessionsFolder 
writeRecordForEntryWithID:value:creationDate:lastSeenDate:]: cannot write 
record:  NAME:ExecutionFailed REASON:Data too 
long for column 'c_value' at row 1

Michel


Re: [SOGo] SOGo connector sync break from Seamonkey 2.53.13

2022-11-15 Thread Davide Marchi

Hi Friends,
non any news aroud Seamonkey 2.53.13 (and above) and Inverse SOGo 
Connector?



Thanks again


davide




Davide Marchi (dan...@msw.it) ha scritto:

Hi Friends,
using GNU-Linux, and Seamonkey (now 2.53.14) I've verified that SOGo 
connector is no longer able to synchronize my DAV address book (on 
Nextcloud).
I'm using Inverse SOGo Connector 24.0.5-ojkastl, do you know if exist a 
compatible version?



Many thanks!


david


[SOGo] openchange

2022-11-15 Thread "Support FoxNET"

Hello

An alternative to openchange ?

Michel
 


RE: [SOGo] Important CKEditor plugins (BiDi and Emoji)

2022-11-15 Thread "Saleh Madi"

Hello Christian,

Is there any update regarding my previous email.
You will add my change in my previous email for bidi plugin to get it working.

Thank you.

On Monday, October 17, 2022 19:28 IDT, "\"Saleh Madi\"" 
(saleh.m...@voipsupply.ps)  wrote:
 Hello Christian,

Thank you for your reply.
After made some test you need to enabled it like "emoji" plugin I mean the 
"bidi". I have edit the "sgCkeditor.component.js" file and enabled "bidi" after 
the plugin "align".

function sgCkeditorConfigProvider() {
// Default plugins that have successfully passed through Angular's $sanitize 
service
var defaultConfiguration = {
toolbarGroups: [
{ name: 'basicstyles', groups: [ 'basicstyles', 'colors', 'list', 'indent', 
'blocks', 'align',
'bidi', 'links', 'insert', 'spellchecker', 'styles', 'mode', 'emoji' ] }
],
Please find the attached files before enabled "bidi" and after enabled "bidi"

After that everything is ok.

Best Regards,
Saleh

-Original Message-
From: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] On Behalf Of 
Christian Mack
Sent: Monday, October 17, 2022 2:55 PM
To: users@sogo.nu
Subject: Re: [SOGo] Important CKEditor plugins (BiDi and Emoji)

Hello

>From the ckeditor documentation:
"
CKEDITOR.dialog.definition.textarea
[...]
Properties
[...]
bidi : Boolean
Whether the text direction of this input should be togglable using the
following keystrokes:

Shift+Alt+End – switch to Right-To-Left,
Shift+Alt+Home – switch to Left-To-Right.

By default the input will be loaded without any text direction set,
which means that the direction will be inherited from the editor's text
direction.

If the direction was set, a marker will be prepended to every non-empty
value of this input:

\u202A – for Right-To-Left,
\u202B – for Left-To-Right.

This marker allows for restoring the same text direction upon the next
dialog opening.
[...]
"

Did you try using those keystrokes?


Kind regards,
Christian Mack

Am 13.10.22 um 16:23 schrieb "Saleh Madi" (saleh.m...@voipsupply.ps):
> Hello SOGo team,
>
>
>
> I see that you have add CKEditor plugins emoji and bidi on the new version
> of SOGo. After check, emoji is active on the CKEditor when we send email but
> bidi is not enabled how to enable bidi on the CKEditor.
>
>
>
> Thank you.
>
>
>
> From: Test Account [mailto:saleh.m...@voipsupply.ps]
> Sent: Saturday, July 2, 2022 11:35 PM
> To: users@sogo.nu
> Subject: Important CKEditor plugins (BiDi and Emoji)
>
>
>
> Hello SOGo Developers,
>
>
>
> I suggest to install the below CKEditor plugins as default plugins in SOGo.
> The first plugin help all users to make the right text direction in all
> languages that work from right to left like Arabic, Hebrew and Farsi.
>
>
>
> BiDi (Text Direction):
>
> https://ckeditor.com/cke4/addon/bidi
>
>
>
> The second plugin support easy inserting of emoji characters by opening the
> emoji dropdown with a toolbar button.
>
>
>
> Emoji:
>
> https://ckeditor.com/cke4/addon/emoji
>
>
>
> Thank you and Best Regards,
>
> Saleh
>
>

--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
78457 Konstanz
+49 7531 88-4416
 

 


[SOGo] BTS activities for Monday, November 14 2022

2022-11-14 Thread SOGo reporter
Title: BTS activities for Monday, November 14 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Monday, November 14 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5640
	2022-11-14 14:51:59
	updated (open)
	ActiveSync
	Outlook 2016/2021 over ActiveSync sends email only first recipient
	
	  
	
  
  




[SOGo] BTS activities for Sunday, November 13 2022

2022-11-13 Thread SOGo reporter
Title: BTS activities for Sunday, November 13 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Sunday, November 13 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5640
	2022-11-13 07:28:30
	updated (open)
	ActiveSync
	Outlook 2016/2021 over ActiveSync sends email only first recipient
	
	  
	
  
  




[SOGo] BTS activities for Saturday, November 12 2022

2022-11-12 Thread SOGo reporter
Title: BTS activities for Saturday, November 12 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Saturday, November 12 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5640
	2022-11-12 22:55:46
	updated (open)
	ActiveSync
	Outlook 2016/2021 over ActiveSync sends email only first recipient
	
	  
	
  
  




[SOGo] BTS activities for Friday, November 11 2022

2022-11-11 Thread SOGo reporter
Title: BTS activities for Friday, November 11 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Friday, November 11 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5620
	2022-11-11 20:24:35
	updated (open)
	ActiveSync
	EAS server search fails
	
	  
	
5639
	2022-11-11 11:30:16
	updated (open)
	Apple Calendar (Mac OS X)
	CalDAV: Mac OS Calendar unable to find existing SOGo calendars and creates a new one.
	
	  
	
  
  




[SOGo] BTS activities for Thursday, November 10 2022

2022-11-10 Thread SOGo reporter
Title: BTS activities for Thursday, November 10 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Thursday, November 10 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5522
	2022-11-10 16:38:38
	updated (open)
	ActiveSync
	Forward/Reply status icons not syncing
	
	  
	
5587
	2022-11-10 11:56:21
	updated (open)
	ActiveSync
	EAS ActiveSync Version 16.1 support
	
	  
	
5639
	2022-11-10 16:01:43
	updated (open)
	Apple Calendar (Mac OS X)
	CalDAV: Mac OS Calendar unable to find existing SOGo calendars and creates a new one.
	
	  
	
5638
	2022-11-10 10:40:53
	updated (open)
	Backend Mail
	The "Always send vacation message response" configuration did not work
	
	  
	
5490
	2022-11-10 08:57:50
	updated (open)
	Web Mail
	Embedded logos in emails (company, Twitter and Facebook links, etc.) are shown as downloadable .png files
	
	  
	
5593
	2022-11-10 11:55:13
	updated (open)
	Web Mail
	Segfault in Mailer on mail with TNEF attachnemt
	
	  
	
5630
	2022-11-10 16:49:37
	resolved (not a bug)
	Backend Calendar
	Events are not saved if emoji were used in the event's name or description
	
	  
	
  
  




<    8   9   10   11   12   13   14   15   16   17   >