Re: [SOGo] Problem after updating libxml

2023-04-16 Thread Odhiambo Washington
On Sun, Apr 16, 2023 at 4:57 AM HYVERNAT Philippe  wrote:

> Hello,
>
> Thanks for your answer i reinstall Gnustep and everything is ok !
>
You're welcome.

Maybe you need to run `portupgrade -a` on that host?


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)
[How to ask smart questions:
http://www.catb.org/~esr/faqs/smart-questions.html]


Re: [SOGo] Problem after updating libxml

2023-04-15 Thread HYVERNAT Philippe

Hello,

Thanks for your answer i reinstall Gnustep and everything is ok !


Le 15/04/2023 à 15:21, Odhiambo Washington (odhia...@gmail.com) a écrit :



On Sat, Apr 15, 2023 at 1:49 AM HYVERNAT Philippe  wrote:

Hello,

After updating my FreeBSD node with sogo here is tje error while
accessing the webmail (white page, not loading at all) :


How did you update the FreeBSD node? Maybe you were told to rebuild 
all ports and you did not :-)

You updated from which version to which one?


Apr 14 23:33:39 sogod [75521]: |SOGo| starting method 'GET' on uri
'/SOGo'
Apr 14 23:33:39 sogod [75521]: <0x0x80522eca8[SOGoCache]> Cache
cleanup
interval set every 300.00 seconds
Apr 14 23:33:39 sogod [75521]: <0x0x80522eca8[SOGoCache]> Using
host(s)
'/var/run/memcached/memcahed.pid' as server(s)
2023-04-14 23:33:39.425 sogod[75521:100321] -[SaxXMLReaderFactory
createXMLReaderWithName:]: could not load SaxDriver bundle  !
2023-04-14 23:33:39.425 sogod[75521:100321] -[DOMBuilderFactory
createDOMBuilderForMimeType:]:88: could not create DOM builder for
MIME
type 'text/xml' because no SAX proper reader could be constructed.
2023-04-14 23:33:39.425 sogod[75521:100321] WOxTemplateBuilder.m:128
Assertion failed in WOxTemplateBuilder(instance), method
buildTemplateAtURL:.  missing XML parser ..
2023-04-14 23:33:39.430 sogod[75521:100321] EXCEPTION:  NAME:NSInternalInconsistencyException
REASON:WOxTemplateBuilder.m:128  Assertion failed in
WOxTemplateBuilder(instance), method buildTemplateAtURL:. missing XML
parser .. INFO:(null)
Apr 14 23:33:39 sogod [75521]: |SOGo| request took 0.024140
seconds to
execute
Apr 14 23:33:39 sogod [75521]: 172.17.2.1 "GET /SOGo HTTP/1.1" 501
0/0
0.032 - - -


i reinstall sogo and libxml but nothing.

Some helps please ?

Thanks by advance


SOGO 5.8

libxml2.10.3_2

Thanks by advance

HYVERNAT Philippe


Try this:

cd /usr/ports/www/sogo && make deinstall
cd /usr/ports/devel/sope && make deinstall
cd  /usr/ports/www/sogo && make install clean
delete all files in /var/log/sogo # That is where I store my sogod logs
service sogod start
Look at sogo.log now and tell us what it says.

I am running 5.8 on FreeBSD 13.2 (yes, I upgraded just the other day 
from 13.1)




--
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)
[How to ask smart questions: 
http://www.catb.org/~esr/faqs/smart-questions.html]

Re: [SOGo] Problem after updating libxml

2023-04-15 Thread Odhiambo Washington
On Sat, Apr 15, 2023 at 1:49 AM HYVERNAT Philippe  wrote:

> Hello,
>
> After updating my FreeBSD node with sogo here is tje error while
> accessing the webmail (white page, not loading at all) :
>

How did you update the FreeBSD node? Maybe you were told to rebuild all
ports and you did not :-)
You updated from which version to which one?


>
> Apr 14 23:33:39 sogod [75521]: |SOGo| starting method 'GET' on uri '/SOGo'
> Apr 14 23:33:39 sogod [75521]: <0x0x80522eca8[SOGoCache]> Cache cleanup
> interval set every 300.00 seconds
> Apr 14 23:33:39 sogod [75521]: <0x0x80522eca8[SOGoCache]> Using host(s)
> '/var/run/memcached/memcahed.pid' as server(s)
> 2023-04-14 23:33:39.425 sogod[75521:100321] -[SaxXMLReaderFactory
> createXMLReaderWithName:]: could not load SaxDriver bundle  0x80522f388 fullPath:
> /usr/local/GNUstep/Local/Library/SaxDrivers-4.9/libxmlSAXDriver.sax
> infoDictionary: 0x80522f478 loaded=no> !
> 2023-04-14 23:33:39.425 sogod[75521:100321] -[DOMBuilderFactory
> createDOMBuilderForMimeType:]:88: could not create DOM builder for MIME
> type 'text/xml' because no SAX proper reader could be constructed.
> 2023-04-14 23:33:39.425 sogod[75521:100321] WOxTemplateBuilder.m:128
> Assertion failed in WOxTemplateBuilder(instance), method
> buildTemplateAtURL:.  missing XML parser ..
> 2023-04-14 23:33:39.430 sogod[75521:100321] EXCEPTION:  0x806227c98> NAME:NSInternalInconsistencyException
> REASON:WOxTemplateBuilder.m:128  Assertion failed in
> WOxTemplateBuilder(instance), method buildTemplateAtURL:.  missing XML
> parser .. INFO:(null)
> Apr 14 23:33:39 sogod [75521]: |SOGo| request took 0.024140 seconds to
> execute
> Apr 14 23:33:39 sogod [75521]: 172.17.2.1 "GET /SOGo HTTP/1.1" 501 0/0
> 0.032 - - -
>
>
> i reinstall sogo and libxml but nothing.
>
> Some helps please ?
>
> Thanks by advance
>
>
> SOGO 5.8
>
> libxml2.10.3_2
>
> Thanks by advance
>
> HYVERNAT Philippe
>

Try this:

cd /usr/ports/www/sogo && make deinstall
cd /usr/ports/devel/sope && make deinstall
cd  /usr/ports/www/sogo && make install clean
delete all files in /var/log/sogo # That is where I store my sogod logs
service sogod start
Look at sogo.log now and tell us what it says.

I am running 5.8 on FreeBSD 13.2 (yes, I upgraded just the other day from
13.1)



-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)
[How to ask smart questions:
http://www.catb.org/~esr/faqs/smart-questions.html]


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 

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 

Twitter  	Facebook 
 	Youtube 
 	Vimeo 



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 

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

2022-11-02 Thread Florian Unger

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 

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 

Twitter  	Facebook 
 	Youtube 
 	Vimeo 



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 







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

2022-09-21 Thread goetz.reini...@filmakademie.de
Thanks a lot !! looks like it works for us!

/Götz

> Am 20.09.2022 um 08:28 schrieb smizrahi@alinto . eu (smizr...@alinto.eu) 
> :
> 
> 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

<…>




smime.p7s
Description: S/MIME cryptographic signature


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

2022-09-20 Thread smizrahi@alinto . eu

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 startWhen 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

 


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

2022-09-20 Thread goetz.reini...@filmakademie.de
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 
>> ) mailto:users@sogo.nu>>:
>>  
>> 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 




smime.p7s
Description: S/MIME cryptographic signature


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

2022-09-19 Thread smizrahi@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

 


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

2022-09-19 Thread goetz.reini...@filmakademie.de
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



smime.p7s
Description: S/MIME cryptographic signature


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

2022-08-30 Thread goetz.reini...@filmakademie.de
Hi Christian,

https://bugs.sogo.nu/view.php?id=5592  
is opend.

Regards from LB . Götz

> Am 29.08.2022 um 15:14 schrieb Christian Mack 
> (christian.m...@uni-konstanz.de) :
> 
> 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
> 
> 
> -- 
> Christian Mack
> Universität Konstanz
> Kommunikations-, Informations-, Medienzentrum (KIM)
> Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
> 78457 Konstanz
> +49 7531 88-4416

     

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 




smime.p7s
Description: S/MIME cryptographic signature


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

2022-08-30 Thread 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


signature.asc
Description: This is a digitally signed message part.


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

2022-08-29 Thread Vianney Natton
Hello, I hope to be precise enough because it was a colleague who did 
the manipulation and not me. The Bug was solved by installing SOGo on 
his machine (and all the dependencies it requires) then doing makefile. 
After that he copied the files on the server and restarted the SOGo service

The explanation seems to be that the js files weren't minified Regards

Le 29/08/2022 à 14:17, Götz Reinicke (goetz.reini...@filmakademie.de) a 
écrit :

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


--
Vianney Natton
Direction Informatique de l'Observatoire
Administrateur système
RSSI Suppléant
Observatoire de Paris - Bâtiment Perrault
77 avenue Denfert Rochereau - 75014 Paris


smime.p7s
Description: Signature cryptographique S/MIME


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

2022-08-29 Thread Christian Mack

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



--
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] Problem with ActiveSync

2022-08-12 Thread Dennis
Hey,

ActiveSync client 0 (becouse the Sogo Web goes to 504) i just Test it and
get this error every time.
DAV, ( If you mean active Imap Clients) just, 3 or 4 active
Users in Iredadmin 15.



Am Fr., 12. Aug. 2022 um 09:47 Uhr schrieb Christian Mack :

> Hello
>
> It is a worker problem.
>
> Each ActiveSync client uses up one worker.
> Therefore you ran out of workers ;-)
>
> How many ActiveSync clients do you have?
> And how many DAV and web users do you have?
>
>
> Kind regards,
> Christian Mack
>
> Am 12.08.22 um 09:13 schrieb Dennis (dennis.schuell...@gmail.com):
> > Hey All,
> > I've running Sogo and try to use ActiveSync.
> > At the Moment every thing works finde with Imap.
> >
> > If i connect an Client with ActiveSync, I get this Error from Nginx:
> > 504 timeout
> >
> > And the Sogo.log write:
> > No child available to handle incoming request!
> >
> >
> > I don't think it's a Workers Problem:
> > sogo.conf;
> >
> > WOWorkersCount = 20;
> > WOWatchDogRequestTimeout = 61;
> > SOGoInternalSyncInterval = 30;
> >
> > /etc/sysconfig/sogo;
> > PREFORK=20
> >
> > Can anyone help??
> >
>
>
> --
> Christian Mack
> Universität Konstanz
> Kommunikations-, Informations-, Medienzentrum (KIM)
> Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
> 78457 Konstanz
> +49 7531 88-4416
>


Re: [SOGo] Problem with ActiveSync

2022-08-12 Thread Christian Mack
Hello

It is a worker problem.

Each ActiveSync client uses up one worker.
Therefore you ran out of workers ;-)

How many ActiveSync clients do you have?
And how many DAV and web users do you have?


Kind regards,
Christian Mack

Am 12.08.22 um 09:13 schrieb Dennis (dennis.schuell...@gmail.com):
> Hey All,
> I've running Sogo and try to use ActiveSync.
> At the Moment every thing works finde with Imap.
> 
> If i connect an Client with ActiveSync, I get this Error from Nginx:
> 504 timeout
> 
> And the Sogo.log write:
> No child available to handle incoming request!
> 
> 
> I don't think it's a Workers Problem:
> sogo.conf;
> 
> WOWorkersCount = 20;
> WOWatchDogRequestTimeout = 61;
> SOGoInternalSyncInterval = 30;
> 
> /etc/sysconfig/sogo;
> PREFORK=20
> 
> Can anyone 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


Re: [SOGo] Problem with sogo

2022-07-21 Thread Christian Mack

Hello

As I understand it, both text files you provided per email are already 
invalid/garbeled?


Could you open a bug report at https://sogo.nu/bugs and upload the 
original and the transformed file there.

That way, we can reproduce the problem.


Kind regards,
Christian Mack

Am 21.07.22 um 07:44 schrieb Роман Овчинников (ad...@artholding.ltd):
Среда, Июль 20, 2022 16:07 +03, "Christian Mack" 
(christian.m...@uni-konstanz.de)  писал(а):



Hello

Which encoding is the text file before attaching?
And which one do you get afterwards?


Kind regards,
Christian Mack

Am 20.07.22 um 07:40 schrieb Роман Овчинников (ad...@artholding.ltd):
>
> Hello. I have a problem with sogo mail. When sending a text file 
with the extension as an attachment .txt, mail changes the encoding of 
the file contents. And as a result, the file becomes corrupted with 
incomprehensible characters. How can I fix this problem? Sogo version 
5.5.1.There is also a problem when clicking on the "export" button in 
the personal address book.

>
> --
> Роман Овчинников
> Системный администратор
> ООО "АРТ-ХОЛДИНГ"
> 400117, г. Волгоград, ул. 8-й Воздушной Армии, д. 47б
> +7(8442) 53-90-00, 53-91-11
> +79178452349
>


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


Wrong, I meant to say the same. The original file has the ANSI encoding, 
if it is sent by mail, then it already comes in a different encoding, 
even if it is packed into a zip archive.


--
/Роман Овчинников
Системный администратор
ООО "АРТ-ХОЛДИНГ"
400117, г. Волгоград, ул. 8-й Воздушной Армии, д. 47б
+7(8442) 53-90-00, 53-91-11
+79178452349
/
--
users@sogo.nu
https://inverse.ca/sogo/lists



--
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] Problem with sogo

2022-07-21 Thread ad...@artholding.ltd

Четверг, Июль 21, 2022 09:42 +03, "Christian Mack" 
(christian.m...@uni-konstanz.de)  писал(а):
 Hello

Those 2 text files are both in the same character set and both transfere
encoded by "quoted-printable".
So SOGo does not alter them.

I assume one of the old 8-bit cyryllic character sets CP866 or
windows-1251 or ISO-8859-5 or KOI8-R is used?

So you have to view those files in an text viewer/editor, which
supports that 8-bit character set.
SOGo can not guess which one that could be, as there are a lot of 8-bit
character sets out there and in the text file is no hint which one was used.


Kind regards,
Christian Mack

Am 20.07.22 um 15:38 schrieb Роман Овчинников (ad...@artholding.ltd):
>
> Среда, Июль 20, 2022 16:07 +03, "Christian Mack" 
> (christian.m...@uni-konstanz.de)  писал(а):
>  Hello
>
> Which encoding is the text file before attaching?
> And which one do you get afterwards?
>
>
> Kind regards,
> Christian Mack
>
> Am 20.07.22 um 07:40 schrieb Роман Овчинников (ad...@artholding.ltd):
>>
>> Hello. I have a problem with sogo mail. When sending a text file with the 
>> extension as an attachment .txt, mail changes the encoding of the file 
>> contents. And as a result, the file becomes corrupted with incomprehensible 
>> characters. How can I fix this problem? Sogo version 5.5.1.There is also a 
>> problem when clicking on the "export" button in the personal address book.
>>
>> --
>> Роман Овчинников
>> Системный администратор
>> ООО "АРТ-ХОЛДИНГ"
>> 400117, г. Волгоград, ул. 8-й Воздушной Армии, д. 47б
>> +7(8442) 53-90-00, 53-91-11
>> +79178452349
>>
>
>
> --
> Christian Mack
> Universität Konstanz
> Kommunikations-, Informations-, Medienzentrum (KIM)
> Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
> 78457 Konstanz
> +49 7531 88-4416
>
> I am attaching 2 files.
>
> --
> Роман Овчинников
> Системный администратор
> ООО "АРТ-ХОЛДИНГ"
> 400117, г. Волгоград, ул. 8-й Воздушной Армии, д. 47б
> +7(8442) 53-90-00, 53-91-11
> +79178452349
>


--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
78457 Konstanz
+49 7531 88-4416
And how then to explain the change in the resulting file? How it happens - a 
bank report is generated through the site in the form of a text file. 
Previously, when using other mail services, they sent and received these files 
without any problems. After using sogo mail, this problem started. If you send 
this report through another mail service, then the file does not deteriorate 
and comes as the original, but if you use sogo mail, then the file being sent 
changes. This is definitely due to sogo.

-- 
Роман Овчинников
Системный администратор
ООО "АРТ-ХОЛДИНГ"
400117, г. Волгоград, ул. 8-й Воздушной Армии, д. 47б
+7(8442) 53-90-00, 53-91-11
+79178452349

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with sogo

2022-07-21 Thread ad...@artholding.ltd

Среда, Июль 20, 2022 16:07 +03, "Christian Mack" 
(christian.m...@uni-konstanz.de)  писал(а):
 Hello

Which encoding is the text file before attaching?
And which one do you get afterwards?


Kind regards,
Christian Mack

Am 20.07.22 um 07:40 schrieb Роман Овчинников (ad...@artholding.ltd):
>
> Hello. I have a problem with sogo mail. When sending a text file with the 
> extension as an attachment .txt, mail changes the encoding of the file 
> contents. And as a result, the file becomes corrupted with incomprehensible 
> characters. How can I fix this problem? Sogo version 5.5.1.There is also a 
> problem when clicking on the "export" button in the personal address book.
>
> -- 
> Роман Овчинников
> Системный администратор
> ООО "АРТ-ХОЛДИНГ"
> 400117, г. Волгоград, ул. 8-й Воздушной Армии, д. 47б
> +7(8442) 53-90-00, 53-91-11
> +79178452349
>


--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
78457 Konstanz
+49 7531 88-4416
 
Wrong, I meant to say the same. The original file has the ANSI encoding, if it 
is sent by mail, then it already comes in a different encoding, even if it is 
packed into a zip archive.

-- 
Роман Овчинников
Системный администратор
ООО "АРТ-ХОЛДИНГ"
400117, г. Волгоград, ул. 8-й Воздушной Армии, д. 47б
+7(8442) 53-90-00, 53-91-11
+79178452349

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with sogo

2022-07-21 Thread ad...@artholding.ltd

Среда, Июль 20, 2022 16:07 +03, "Christian Mack" 
(christian.m...@uni-konstanz.de)  писал(а):
 Hello

Which encoding is the text file before attaching?
And which one do you get afterwards?


Kind regards,
Christian Mack

Am 20.07.22 um 07:40 schrieb Роман Овчинников (ad...@artholding.ltd):
>
> Hello. I have a problem with sogo mail. When sending a text file with the 
> extension as an attachment .txt, mail changes the encoding of the file 
> contents. And as a result, the file becomes corrupted with incomprehensible 
> characters. How can I fix this problem? Sogo version 5.5.1.There is also a 
> problem when clicking on the "export" button in the personal address book.
>
> -- 
> Роман Овчинников
> Системный администратор
> ООО "АРТ-ХОЛДИНГ"
> 400117, г. Волгоград, ул. 8-й Воздушной Армии, д. 47б
> +7(8442) 53-90-00, 53-91-11
> +79178452349
>


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

-- 
Роман Овчинников
Системный администратор
ООО "АРТ-ХОЛДИНГ"
400117, г. Волгоград, ул. 8-й Воздушной Армии, д. 47б
+7(8442) 53-90-00, 53-91-11
+79178452349

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with sogo

2022-07-21 Thread Christian Mack

Hello

Those 2 text files are both in the same character set and both transfere 
encoded by "quoted-printable".

So SOGo does not alter them.

I assume one of the old 8-bit cyryllic character sets CP866 or 
windows-1251 or ISO-8859-5 or KOI8-R is used?


So you have to view those files in  an text viewer/editor, which 
supports that 8-bit character set.
SOGo can not guess which one that could be, as there are a lot of 8-bit 
character sets out there and in the text file is no hint which one was used.



Kind regards,
Christian Mack

Am 20.07.22 um 15:38 schrieb Роман Овчинников (ad...@artholding.ltd):


Среда, Июль 20, 2022 16:07 +03, "Christian Mack" (christian.m...@uni-konstanz.de) 
 писал(а):
  Hello

Which encoding is the text file before attaching?
And which one do you get afterwards?


Kind regards,
Christian Mack

Am 20.07.22 um 07:40 schrieb Роман Овчинников (ad...@artholding.ltd):


Hello. I have a problem with sogo mail. When sending a text file with the extension as an 
attachment .txt, mail changes the encoding of the file contents. And as a result, the 
file becomes corrupted with incomprehensible characters. How can I fix this problem? Sogo 
version 5.5.1.There is also a problem when clicking on the "export" button in 
the personal address book.

--
Роман Овчинников
Системный администратор
ООО "АРТ-ХОЛДИНГ"
400117, г. Волгоград, ул. 8-й Воздушной Армии, д. 47б
+7(8442) 53-90-00, 53-91-11
+79178452349




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


--
Роман Овчинников
Системный администратор
ООО "АРТ-ХОЛДИНГ"
400117, г. Волгоград, ул. 8-й Воздушной Армии, д. 47б
+7(8442) 53-90-00, 53-91-11
+79178452349




--
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] Problem with sogo

2022-07-20 Thread ad...@artholding.ltd

Среда, Июль 20, 2022 16:07 +03, "Christian Mack" 
(christian.m...@uni-konstanz.de)  писал(а):
 Hello

Which encoding is the text file before attaching?
And which one do you get afterwards?


Kind regards,
Christian Mack

Am 20.07.22 um 07:40 schrieb Роман Овчинников (ad...@artholding.ltd):
>
> Hello. I have a problem with sogo mail. When sending a text file with the 
> extension as an attachment .txt, mail changes the encoding of the file 
> contents. And as a result, the file becomes corrupted with incomprehensible 
> characters. How can I fix this problem? Sogo version 5.5.1.There is also a 
> problem when clicking on the "export" button in the personal address book.
>
> -- 
> Роман Овчинников
> Системный администратор
> ООО "АРТ-ХОЛДИНГ"
> 400117, г. Волгоград, ул. 8-й Воздушной Армии, д. 47б
> +7(8442) 53-90-00, 53-91-11
> +79178452349
>


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

-- 
Роман Овчинников
Системный администратор
ООО "АРТ-ХОЛДИНГ"
400117, г. Волгоград, ул. 8-й Воздушной Армии, д. 47б
+7(8442) 53-90-00, 53-91-11
+79178452349

-- 
users@sogo.nu
https://inverse.ca/sogo/lists1CClientBankExchange
ÂåðñèÿÔîðìàòà=1.03
Êîäèðîâêà=Windows
Îòïðàâèòåëü=Áóõãàëòåðèÿ ïðåäïðèÿòèÿ, ðåäà
êöèÿ 3.0
Ïîëó÷àòåëü=
ÄàòàÑîçäàíèÿ=23.06.2022
ÂðåìÿÑîçäàíèÿ=16:28:48
ÄàòàÍà÷àëà=23.06.2022
ÄàòàÊîíöà=23.06.2022
Äîêóìåíò=Ïëàòåæíîå ïîðó÷åíèå
ÑåêöèÿÄîêóìåíò=Ïëàòåæíîå ïîðó÷åíèå
Íîìåð=6
Äàòà=23.06.2022

1CClientBankExchange
ÂåðñèÿÔîðìàòà=1.03
Êîäèðîâêà=Windows
Îòïðàâèòåëü=Áóõãàëòåðèÿ ïðåäïðèÿòèÿ, ðåäà
êöèÿ 3.0
Ïîëó÷àòåëü=
ÄàòàÑîçäàíèÿ=23.06.2022
ÂðåìÿÑîçäàíèÿ=17:06:35
ÄàòàÍà÷àëà=23.06.2022
ÄàòàÊîíöà=23.06.2022
Äîêóìåíò=Ïëàòåæíîå ïîðó÷åíèå
ÑåêöèÿÄîêóìåíò=Ïëàòåæíîå ïîðó÷åíèå
Íîìåð=6
Äàòà=23.06.2022



Re: [SOGo] Problem with sogo

2022-07-20 Thread Christian Mack
Hello

Which encoding is the text file before attaching?
And which one do you get afterwards?


Kind regards,
Christian Mack

Am 20.07.22 um 07:40 schrieb Роман Овчинников (ad...@artholding.ltd):
> 
> Hello. I have a problem with sogo mail. When sending a text file with the 
> extension as an attachment .txt, mail changes the encoding of the file 
> contents. And as a result, the file becomes corrupted with incomprehensible 
> characters. How can I fix this problem? Sogo version 5.5.1.There is also a 
> problem when clicking on the "export" button in the personal address book.
> 
> -- 
> Роман Овчинников
> Системный администратор
> ООО "АРТ-ХОЛДИНГ"
> 400117, г. Волгоград, ул. 8-й Воздушной Армии, д. 47б
> +7(8442) 53-90-00, 53-91-11
> +79178452349
> 


-- 
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] Problem with sogo

2022-07-14 Thread Christian Mack

Hello

You should open a bug report at
https://sogo.nu/bugs

And provide an example text file there.


Kind regards,
Christian Mack

Am 27.06.22 um 20:39 schrieb Роман Овчинников (ad...@artholding.ltd):


Hello. I have a problem with sogo mail. When sending a text file with the 
extension as an attachment .txt, mail changes the encoding of the file 
contents. And as a result, the file becomes corrupted with incomprehensible 
characters. How can I fix this problem? Sogo version 5.5.1.

--
Роман Овчинников
Системный администратор
ООО "АРТ-ХОЛДИНГ"
400117, г. Волгоград, ул. 8-й Воздушной Армии, д. 47б
+7(8442) 53-90-00, 53-91-11




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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem with Thunderbird and the Calendar

2022-05-05 Thread "Juergen M. Bruckner"

Hello Group!

It seems that this was a problem within Thunderbird.
After a update of Thunderbird this morning the sync works again.

regards
Juergen

Am 04.05.22 um 19:07 schrieb "Juergen M. Bruckner" (juergen@bruckner.email):

Dear Group Members,

I am currently encountering a problem with the SOGo calendar and 
Thunderbird.


I tried to add my personal calendar in Thunderbird using the "New 
Calendar" feature. I can successfully carry out and complete all steps. 
But then the calendar is shown as inactive. When I try to activate the 
calendar, it is shown to me as inactive again 1 to 2 seconds later.


I have attached screenshots of the settings and the "adding process" to 
this mail.


Does anyone have an explanation or idea on this?
Any help is welcome.

Best regards from Austria.
Juergen


--
/¯\   No  |
\ /  HTML |Juergen Bruckner
 Xin  |juergen@bruckner.email
/ \  Mail |


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem with SoGo calendar

2021-05-20 Thread andr...@andreasvoegele.com

Hello Heinrich,

are all database connections, i.e. SOGoProfileURL, OCSFolderInfoURL, 
OCSSessionsFolderURL and OCSEMailAlarmsFolderURL, properly configured in 
/etc/sogo/sogo.conf? Is the database user, that you have configured, 
allowed to access the database from the SOGo host? Check the connections 
manually on the command line with the psql or mysql command from the 
SOGo host. An example for PostgreSQL: psql -U sogo -h 
mydbserver.example.com -p 5432 sogo


Kind regards,
Andreas

Am 20.05.21 um 13:27 schrieb H.Plett (heinrich.pl...@gmx.de):

AW: [SOGo] Problem with SoGo calendar

Hello, Juergen,

I did now a "systemctl restart memcached.service"

But same result, just a blank page.

Any other idea or good tutorial?

Thanks!

Heinrich

-Ursprüngliche Nachricht-
*Von:* "J. Echter" 
*Gesendet:* Do 20.05.2021 13:19
*Betreff:* Re: [SOGo] Problem with SoGo calendar
*An:* users@sogo.nu;
Hi,

have you tried to restart memcached?

Cheers

Juergen

Am 19. Mai 2021 18:47:46 MESZ schrieb "H.Plett" :

Hi All,

can someone point me to a valid instruction how to configure
the calendar and contacts option of SoGo?

Currently, I can login to https://192.168.xxx.xxx/SOGo >
username and password are accepted.

I am forwarded then to the Mail section, which shows up properly.

But as soon as I click on "calendar" or "contacts" on the
right top side, I get a blank site back with absolutely no
content.

The URL just changes to

https://192.168.xxx.xxx/SOGo/so/user@local/Calendar/view#!/calendar/week/20210519

Any Idea why this happens?

Thanks,

Heinrich



--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with SoGo calendar

2021-05-20 Thread "J. Echter"
Hi,

have you tried to restart memcached?

Cheers

Juergen

Am 19. Mai 2021 18:47:46 MESZ schrieb "H.Plett" :
>Hi All,>
>>
> >
>can someone point me to a valid instruction how to configure the
>calendar and contacts option of SoGo?>
>>
> >
>Currently, I can login to https://192.168.xxx.xxx/SOGo > username and
>password are accepted.>
>>
>I am forwarded then to the Mail section, which shows up properly.>
>>
> >
>But as soon as I click on "calendar" or "contacts" on the right top
>side, I get a blank site back with absolutely no content.>
>>
>The URL just changes to
>https://192.168.xxx.xxx/SOGo/so/user@local/Calendar/view#!/calendar/week/20210519>
>>
> >
>Any Idea why this happens?>
>>
> >
>Thanks,>
>>
> >
>Heinrich>
>>
>-- 
>users@sogo.nu
>https://inverse.ca/sogo/lists

-- 
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem activating/using two-factor authentification - solved

2021-03-26 Thread Lars Liedtke
Yes, he already wrote that to me personally, but I forgot to mention
this on the mailinglist.

Am 26.03.21 um 13:43 schrieb Christian Mack
(christian.m...@uni-konstanz.de):
> Hello Lars
>
> It probably was
>
> ~sogo/GNUstep/Library/SOGo/Templates/MainUI/SOGoRootPage.wox
>
>
> Kind regards,
> Christian Mack
>
> Am 17.03.21 um 09:55 schrieb Lars Liedtke (lied...@punkt.de):
>> Dear Götz,
>>
>> I had the same Problem, could you please tell me, which file you moved
>> ?
>>
>> Cheers
>>
>> Lars
>>
>> Am 16.03.21 um 10:46 schrieb Götz Reinicke (goetz.reini...@filmakademie.de):
>>> there was an old/obsolete file still present from a previous
>>> installation …. moved, 2fe works.
>>>
>>> Thx to SOGo Support!
>>>
>>> regards . Götz
>>>
 Am 09.03.2021 um 17:57 schrieb Götz Reinicke
 (goetz.reini...@filmakademie.de
 ) >>> >:

 Hi,

 I checked the two-factor auth option for an user and scanned the
 qrcode on my smartphone.

 When I try to login top SOGo again, I get an error in the server log:

 SOGoRootPage Missing Google Authenticator key for ‚…..' asking it..

 and the user is stuck at a blanke page with a big green bar.

 ITs firefox 86 on Mac and sogo 5.0.1

 May be I did missed to configure something?


 Thanks for hints and regards . Götz
>
-- 
---
punkt.de GmbH
Lars Liedtke
.infrastructure

Kaiserallee 13a 
76133 Karlsruhe

Tel. +49 721 9109 500
https://infrastructure.punkt.de
i...@punkt.de

AG Mannheim 108285
Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein

-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Problem activating/using two-factor authentification - solved

2021-03-26 Thread Christian Mack
Hello Lars

It probably was

~sogo/GNUstep/Library/SOGo/Templates/MainUI/SOGoRootPage.wox


Kind regards,
Christian Mack

Am 17.03.21 um 09:55 schrieb Lars Liedtke (lied...@punkt.de):
> Dear Götz,
> 
> I had the same Problem, could you please tell me, which file you moved
> ?
> 
> Cheers
> 
> Lars
> 
> Am 16.03.21 um 10:46 schrieb Götz Reinicke (goetz.reini...@filmakademie.de):
>> there was an old/obsolete file still present from a previous
>> installation …. moved, 2fe works.
>>
>> Thx to SOGo Support!
>>
>> regards . Götz
>>
>>> Am 09.03.2021 um 17:57 schrieb Götz Reinicke
>>> (goetz.reini...@filmakademie.de
>>> ) >> >:
>>>
>>> Hi,
>>>
>>> I checked the two-factor auth option for an user and scanned the
>>> qrcode on my smartphone.
>>>
>>> When I try to login top SOGo again, I get an error in the server log:
>>>
>>> SOGoRootPage Missing Google Authenticator key for ‚…..' asking it..
>>>
>>> and the user is stuck at a blanke page with a big green bar.
>>>
>>> ITs firefox 86 on Mac and sogo 5.0.1
>>>
>>> May be I did missed to configure something?
>>>
>>>
>>> Thanks for hints and regards . Götz
>>


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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem activating/using two-factor authentification - solved

2021-03-17 Thread Lars Liedtke
Dear Götz,

I had the same Problem, could you please tell me, which file you moved
?

Cheers

Lars

Am 16.03.21 um 10:46 schrieb Götz Reinicke (goetz.reini...@filmakademie.de):
> there was an old/obsolete file still present from a previous
> installation …. moved, 2fe works.
>
> Thx to SOGo Support!
>
> regards . Götz
>
>> Am 09.03.2021 um 17:57 schrieb Götz Reinicke
>> (goetz.reini...@filmakademie.de
>> ) > >:
>>
>> Hi,
>>
>> I checked the two-factor auth option for an user and scanned the
>> qrcode on my smartphone.
>>
>> When I try to login top SOGo again, I get an error in the server log:
>>
>> SOGoRootPage Missing Google Authenticator key for ‚…..' asking it..
>>
>> and the user is stuck at a blanke page with a big green bar.
>>
>> ITs firefox 86 on Mac and sogo 5.0.1
>>
>> May be I did missed to configure something?
>>
>>
>> Thanks for hints and regards . Götz
>
-- 
---
punkt.de GmbH
Lars Liedtke
.infrastructure

Kaiserallee 13a 
76133 Karlsruhe

Tel. +49 721 9109 500
https://infrastructure.punkt.de
i...@punkt.de

AG Mannheim 108285
Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem activating/using two-factor authentification - solved

2021-03-16 Thread goetz.reini...@filmakademie.de
there was an old/obsolete file still present from a previous installation …. 
moved, 2fe works.

Thx to SOGo Support!

regards . Götz

> Am 09.03.2021 um 17:57 schrieb Götz Reinicke (goetz.reini...@filmakademie.de) 
> :
> 
> Hi,
> 
> I checked the two-factor auth option for an user and scanned the qrcode on my 
> smartphone.
> 
> When I try to login top SOGo again, I get an error in the server log:
> 
> SOGoRootPage Missing Google Authenticator key for ‚…..' asking it..
> 
> and the user is stuck at a blanke page with a big green bar.
> 
> ITs firefox 86 on Mac and sogo 5.0.1
> 
> May be I did missed to configure something?
> 
> 
>   Thanks for hints and regards . Götz



smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] problem in vatacion auto reply

2019-12-05 Thread Christian Mack
Hello

Am 29.11.19 um 16:05 schrieb "Daniel Carlos Silva"
(daniel.car...@prodemge.gov.br):
> 
> Hi folks,
> After a update (4.1.1.20191119) some users are complaining they cant disable 
> vacation auto reply. Checkbox is unmarked and saved, by this modification not 
> occurs on sieve server. We have checked that this problem happens in users 
> that not used sieve filtes before, just vacation autoreply.
> Does someone had any related problem?
> tks
> 
> --
> ​Daniel Carlos Silva
> 
See Bug report:
https://sogo.nu/bugs/view.php?id=4882


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem of eliminating duplicate contacts, SoGo 4.0.7, Debian 10

2019-11-20 Thread Christian Mack
Hello


Am 20.11.19 um 21:31 schrieb Gilles Quenot (gilles.que...@stardustone.io):
> Hi,
> 
> I try to remove tons of duplicate contacts After upgrading from SoGo 3.*
> to 4.* 6 month ago.
> 
> So I ran this command with the errors below :
> 
> ---8<--
> # sogo-tool remove-doubles me "Carnet\ d'adresses personnel"
> <0x0xb8d380[GCSFolderManager]> ERROR(-[GCSFolderManager performSQL:]):
> cannot execute
>   SQL 'SELECT c_folder_id, c_path, c_location, c_quick_location,
> c_acl_location, c_folder_type FROM sogo_folder_info WHERE c_path1 =
> 'Users' AND c_path2 = 'me' AND c_path3 = 'Contacts' AND c_path4 =
> 'Carnet\ d'adresses personnel'':
>    NAME:ExecutionFailed REASON:You have an
> error in your SQL syntax; check the manual that corresponds to your
> MariaDB server version for the right syntax to use near 'adresses
> personnel'' at line 1
> <0x0xb8d380[GCSFolderManager]> ERROR(-[GCSFolderManager recordAtPath:]):
> executing SQL failed: 'SELECT c_folder_id, c_path, c_location,
> c_quick_location, c_acl_location, c_folder_type FROM sogo_folder_info
> WHERE c_path1 = 'Users' AND c_path2 = 'me' AND c_path3 = 'Contacts' AND
> c_path4 = 'Carnet\ d'adresses personnel''
> Folder 'Carnet\ d'adresses personnel' of user 'me' not found.
> ---8<--
> 
> Seems like a quoting issue ?
> Tried many backquotes or quoting solutions, none works.
> 
> But the folder exists :
> 
> ---8<--
> MariaDB [sogo]> select distinct c_foldername from sogo_folder_info;
> +-+
> | c_foldername |
> +-+
> | x |
> | Agenda personnel |
> | Carnet d'adresses personnel |
> | Personal Calendar |
> +-+
> 8 rows in set (0.00 sec)
> ---8<--
> 
> Any idea please ?
> 
> Is it the good way to remove duplicate contacts ?
> 
> If not, is there anymore way please ?
> 

You have to provide the ID of the addressbook, not its name.
Therefore use:
sogo-tool remove-doubles me personal

The ID of other addressbooks than personal can be extracted from
sogo-tool backup via
sogo-tool restore -l /backupdir/ username 2>&1 | grep Contacts

You get that error message, because ' characters are invalid in those IDs.


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem of installation on OBSD - "Unhandled error response"

2018-09-19 Thread Marcus MERIGHI
Hello Bruno, 

users@sogo.nu (bruno.leve...@net6d.com), 2018.09.18 (Tue) 09:10 (CEST):
> Hi,
> 
> I installed sogo on a fresh OpenBSD server with postrgesql.

I have no idea what the problem is since you seem to authenticate
against postgresql, whereas I do on OpenBSD against base ldapd and it
works. Just wanted to let you know...

Marcus

> Sogo is running but I cannot connect to it. I always have the following log.
> 
> Sep 17 17:19:20 sogod [18056]: |SOGo| starting method 'POST' on uri
> '/SOGo/connect'
> Sep 17 17:19:20 sogod [18056]: <0x0x16cde618a808[SOGoCache]> Cache cleanup
> interval set every 300.00 seconds
> Sep 17 17:19:20 sogod [18056]: <0x0x16cde618a808[SOGoCache]> Using host(s)
> '/var/run/memcached.sock' as server(s)
> 2018-09-17 17:19:20.327 sogod[18056:25072854898056] PG0x0x16cd99a53808 SQL:
> SELECT c_password FROM sogo_users WHERE c_uid = 'bruno'
> Sep 17 17:19:20 sogod [46683]: <0x0x16cde773c708[WOWatchDogChild]> child
> 18056 exited
> Sep 17 17:19:20 sogod [46683]: <0x0x16cde773c708[WOWatchDogChild]>
> (terminated due to signal 6, coredump)
> Sep 17 17:19:20 sogod [46683]: <0x0x16ce052e7608[WOWatchDog]> child spawned
> with pid 42140
> 2018-09-17 17:19:20.712 sogod[42140:25072854898056] PostgreSQL72 connection
> established: <0x0x16ce171bcfe8[PGConnection]:  connection=0x0x16cda8496800>
> 2018-09-17 17:19:20.712 sogod[42140:25072854898056] PostgreSQL72 channel
> 0x0x16cdd0e95308 opened (connection=<0x0x16ce171bcfe8[PGConnection]:
> connection=0x0x16cda8496800>)
> 2018-09-17 17:19:20.712 sogod[42140:25072854898056] PG0x0x16cdd0e95308 SQL:
> SELECT count(*) FROM sogo_user_profile
> 2018-09-17 17:19:20.714 sogod[42140:25072854898056] PG0x0x16cdd0e95308 SQL:
> SELECT count(*) FROM sogo_folder_info
> 2018-09-17 17:19:20.716 sogod[42140:25072854898056] PG0x0x16cdd0e95308 SQL:
> SELECT count(*) FROM sogo_sessions_folder
> Sep 17 17:19:20 sogod [42140]: <0x0x16cd9a7bdf08[WOHttpAdaptor]> notified
> the watchdog that we are ready
> 
> Sogo is connected to postgres "PostgreSQL72 connection established:"
> but my password is never accepted.
> 
> OBSD : 6.3
> posgresql : 10.3
> 
> sogo installed with pkg_add
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Problem after power failure - MySQL4Channel primaryFetchAttributes:withZone

2017-07-06 Thread Christian Mack
Hello

Am 06.07.2017 um 09:01 schrieb Götz Reinicke - IT Koordinator
(goetz.reini...@filmakademie.de):
> Am 05.07.17 um 14:04 schrieb Christian Mack
> (christian.m...@uni-konstanz.de):
>> Am 05.07.2017 um 11:15 schrieb Götz Reinicke - IT Koordinator
>> (goetz.reini...@filmakademie.de):
>>> Hi,
>>>
>>> some time ago we had a server crash because of a power failure. Today I
>>> noticed, that there are some error messages in the SOGo-Log like:
>>>
>>> 2017-07-05 11:09:07.458 sogod[3690] ERROR(-[MySQL4Channel
>>> primaryFetchAttributes:withZone:]): >> connection=0x0x7f2baa4441a0>: got no value for column:
>>>   attribute=c_foldername
>>>   valueClass=NSString
>>>   type=VARCHAR
>>>
>>>
>>>
>>> BTW I noticed, that one of my test-calendars hast changed his name to an
>>> ID number from a given name.
>>>
>>>
>>> Any hints ?? I bet there are some more problems users did not report yet.
>>>
>> You should check your data with sogo-tool:
>> /usr/sbin/sogo-tool checkup ALL
>>
>> This will show you, which users have defect data.
>> Then you can then restore their data from backups
> 
> Hi Christian, thanks for your feedback.
> 
> The Tool only shows one user with problems, and I do see a lot of this
> message. Also some other errors too:
> 
> Jul 06 08:58:58 sogod [24401]: [ERROR]
> <0x42E80498[SOGoAppointmentFolder]:snicke_55E-52EA2480-D-48140300>
> missing exception record for recurrence-id 2016-09-26 11:00:00 +
> (uid 1086db3a-0456-4c71-93a5-8b72d33d794c)
> 
> 
> Strange ... Any ideas?
> 

Those error message says:
In calendar with UID "55E-52EA2480-D-48140300" from user "snicke" is a
recurring event (uid 1086db3a-0456-4c71-93a5-8b72d33d794c) with
exeptions, where exeption at "2016-09-26 11:00:00 +" is missing.

So those are broken recurring events.

As it is only one user, you should delete him and restore from backup.


Kind regrds,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem after power failure - MySQL4Channel primaryFetchAttributes:withZone

2017-07-06 Thread goetz.reini...@filmakademie.de
Am 05.07.17 um 14:04 schrieb Christian Mack
(christian.m...@uni-konstanz.de):
> Am 05.07.2017 um 11:15 schrieb Götz Reinicke - IT Koordinator
> (goetz.reini...@filmakademie.de):
>> Hi,
>>
>> some time ago we had a server crash because of a power failure. Today I
>> noticed, that there are some error messages in the SOGo-Log like:
>>
>> 2017-07-05 11:09:07.458 sogod[3690] ERROR(-[MySQL4Channel
>> primaryFetchAttributes:withZone:]): > connection=0x0x7f2baa4441a0>: got no value for column:
>>   attribute=c_foldername
>>   valueClass=NSString
>>   type=VARCHAR
>>
>>
>>
>> BTW I noticed, that one of my test-calendars hast changed his name to an
>> ID number from a given name.
>>
>>
>> Any hints ?? I bet there are some more problems users did not report yet.
>>
> You should check your data with sogo-tool:
> /usr/sbin/sogo-tool checkup ALL
>
> This will show you, which users have defect data.
> Then you can then restore their data from backups

Hi Christian, thanks for your feedback.

The Tool only shows one user with problems, and I do see a lot of this
message. Also some other errors too:

Jul 06 08:58:58 sogod [24401]: [ERROR]
<0x42E80498[SOGoAppointmentFolder]:snicke_55E-52EA2480-D-48140300>
missing exception record for recurrence-id 2016-09-26 11:00:00 +
(uid 1086db3a-0456-4c71-93a5-8b72d33d794c)


Strange ... Any ideas?

Regards . Götz





smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem after power failure - MySQL4Channel primaryFetchAttributes:withZone

2017-07-05 Thread Christian Mack
Am 05.07.2017 um 11:15 schrieb Götz Reinicke - IT Koordinator
(goetz.reini...@filmakademie.de):
> Hi,
> 
> some time ago we had a server crash because of a power failure. Today I
> noticed, that there are some error messages in the SOGo-Log like:
> 
> 2017-07-05 11:09:07.458 sogod[3690] ERROR(-[MySQL4Channel
> primaryFetchAttributes:withZone:]):  connection=0x0x7f2baa4441a0>: got no value for column:
>   attribute=c_foldername
>   valueClass=NSString
>   type=VARCHAR
> 
> 
> 
> BTW I noticed, that one of my test-calendars hast changed his name to an
> ID number from a given name.
> 
> 
> Any hints ?? I bet there are some more problems users did not report yet.
> 

You should check your data with sogo-tool:
/usr/sbin/sogo-tool checkup ALL

This will show you, which users have defect data.
Then you can then restore their data from backups


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem when upgrading to 3.2.9

2017-07-04 Thread Christian Mack
Hello


Am 04.07.2017 um 14:56 schrieb Jonathan Dumaresq (jdumar...@cimeq.qc.ca):
> Hi all,
> 
> I have upgraded our sogo to version 3.2.9 this morning and I started
> receiving this king of email
> 
> Cron  /usr/sbin/sogo-tool expire-sessions 30;
> /usr/sbin/sogo-ealarms-notify
> 
> with this content
> 
> <0x0x1248680[SOGoProductLoader]> SOGo products loaded from
> '/usr/lib/GNUstep/SOGo':
> <0x0x1248680[SOGoProductLoader]>   MailerUI.SOGo, AdministrationUI.SOGo,
> PreferencesUI.SOGo, MainUI.SOGo, Mailer.SOGo, Appointments.SOGo,
> ContactsUI.SOGo, MailPartViewers.SOGo, Contacts.SOGo, CommonUI.SOGo,
> SchedulerUI.SOGo, ActiveSync.SOGo
> 

See bug https://sogo.nu/bugs/view.php?id=4170



> In my log file I got this also
> 
> Jul 04 08:53:28 sogod [1651]: [WARN] <0x0x559c8cfd4630[WOWatchDogChild]>
> pid 1707 has been hanging in the same request for 3 minutes
> Jul 04 08:53:28 sogod [1707]:
> <0x0x559c8d417360[SOGoActiveSyncDispatcher]> Sleeping 30 seconds while
> detecting changes in Ping...
> 
> The PID 1707 if looking like this
> 
> 1707 /usr/sbin/sogod -WOworkersCount 10
> 
> After upgrading SOGO, I have restarted my server to be sure everything
> is restarted.
> 

You use ActiveSync.
Therefore your ActiveSync clients keep an open connection to your SOGo
server while pinging for changes.
That also blocks one worker for each connection.
Those messages are normal behaviour in this scenario.

Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] problem with sieve

2017-01-04 Thread Chris Coleman

On 1/4/2017 9:22 AM, Paweł Stankiewicz (p.stankiew...@pwr.edu.pl) wrote:

Hi guys,
I stuck on sieve features support. I would appreciate any help !!
Right now we are using Oracle Communications Messaging Server ,Oracle
LDAP (Oracle Internet Direcotry) and Web interface from Oracle.
I want to start using SOGo in production for around 20k users. The thing
is I can't deal with Sieve features - holiday,filters and forwarding. In
Oracle when standard user(from ldap) is creating  e-mail filter via web
interface it's actually creating a new field in LDAP and saving there
appropriate rules (for example if e-mail is from example.com ->formward
e-mail to folder example).
  I know I can't map Oracle LDAP fields to fields in SOGO so how should I
configure Sieve Server (for example Dovecot) to keep using our Oracle
IMAP Server, process sieve features on my virtual machine where SOGO is
installed and save values in Oracle LDAP. I add that all E-mail
components like IMAP,LDAP,SOGo and so on are on different virtual
machines. Any clue will be appreciate!
Kind Regards
Pawel


Here's a thread with similar question from a month ago.  It appears 
RoundCube works correctly for editing the Seive email filter rules.

https://lists.inverse.ca/sogo/arc/users/2016-12/msg8.html
You should try it, and then post your results here.

---
Chris Coleman
Espace LLC

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Problem Adding Calendars - New install

2016-12-05 Thread "postmaster"

Hey Andreas,

Thanks for the response. I actually did some further reading on the SOGo site 
about doing a manual installation and came across that too. Im using mysql.

I tried to incorporate what they said, but when I try and restart mysql, it 
doesnt restart.. 

Youre talking about this right:
If you’re using MySQL, make sure in your my.cnf file you have:[mysqld]
...
character_set_server=utf8
character_set_client=utf8

[client]
default-character-set=utf8

[mysql]
default-character-set=utf8

Strongly suggested MySQL configuration settings (innodb* parameters are 
mandatory):
[client] default-character-set = utf8mb4
[mysql] default-character-set = utf8mb4
[mysqld] character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
innodb_file_per_table = TRUE
innodb_file_format = barracuda
innodb_large_prefix = TRUE



On Monday, December 05, 2016 07:43 SAST, "Andreas" (list_m...@zero-one.net) 
<users@sogo.nu> wrote:
  I had a similar problem. The reason was a wrong encoding of the 
database/tables. As I changed them to UTF8, SOGo was able to create the 
necessary tables for the users. Are you using mysql or mariaDB?  
__
Von: "postmaster" <users@sogo.nu>
An: users@sogo.nu
Gesendet: Sonntag, 4. Dezember 2016 23:39:40
Betreff: Re: [SOGo] Problem Adding Calendars - New  install Sorry for all the 
replies, im just trying to go through things.

Ive noticed that actually, the new tables added by the database update (SOGo 
store, ACL and cachefolder) are all empty. I dont get any errors though, and 
looking through the sogo conf, I can see that the new lines are added with all 
the correct information..

Also, selecting the Address Book causes the browser to hang and produce 
nothing..

Ive literally triederything i can think of..




On Sunday, December 04, 2016 23:46 SAST, "postmaster" <postmas...@tayzee.xyz> 
wrote:
  I cant for the life of me figure out what is wrong. The only thing different 
from this installation to my previous one is that I did the sql combined mysql 
database update for sogo, which seemed to have worked fine.

One thing i am noticing now after turning the mysql4 and sogo debugging on is 
that I can see the app running the mysql insert command:
2016-12-04 23:07:23.963 sogod[4042] <MySQL4Channel[0x0x5646bbd55910] 
connection=0x0x5646bbd55fb0> SQL: INSERT INTO sogo_folder_info        (c_path, 
c_path1, c_path2, c_path3, c_path4,         c_foldername, c_location, 
c_quick_location,         c_acl_location, c_folder_type) VALUES 
('/Users/postmas...@tayzee.xyz/Calendar/personal', 'Users', 
'u...@mydomain.com', 'Calendar', 'personal', 'Personal Calendar', 
'mysql://sogo:password@127.0.0.1:3306/sogo/sogopostmast00543d5c66f',         
'mysql://sogo:password@127.0.0.1:3306/sogo/sogopostmast00543d5c66f_quick', 
'mysql://sogo:password@127.0.0.1:3306/sogo/sogopostmast00543d5c66f_acl', 
'Appointment');

However, if i log into the db with adminer and i check the sogo_folder_info 
tabel for instance, it says that the table is empty.. so the information isnt 
actually being inserted.

Any help would be much appreciated.. im close to starting all over again :(

Thanks


On Saturday, December 03, 2016 13:15 SAST, "\"postmaster\"" 
(postmas...@tayzee.xyz) <users@sogo.nu> wrote:
  
Hi All,

I am having an issue with adding calendars on a new install. I decided to 
change hosting providers so did a fresh install. On the previous install 
whenever I created a user and logged in, it would create the Pesonal Calendar 
folder. This isnt happening anymore. If i try and add the calendar myself, I 
get the following errors (view scrrenshot) and also in the sogo log i get the 
following 400 error:
Dec 03 13:03:02 sogod [8481]: mail.tayzee.xyz "POST 
/SOGo/so/u...@domain.com/Calendar/createFolder HTTP/1.0" 400 203/28 0.006 - - 0

Please can someone assist, not sure why this is happening...
--
users@sogo.nu
https://inverse.ca/sogo/lists


 


 --
users@sogo.nu
https://inverse.ca/sogo/lists--
users@sogo.nu
https://inverse.ca/sogo/lists


 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem Adding Calendars - New install

2016-12-05 Thread Andreas
I had a similar problem. The reason was a wrong encoding of the 
database/tables. As I changed them to UTF8, SOGo was able to create the 
necessary tables for the users. 

Are you using mysql or mariaDB? 



Von: "postmaster" <users@sogo.nu> 
An: users@sogo.nu 
Gesendet: Sonntag, 4. Dezember 2016 23:39:40 
Betreff: Re: [SOGo] Problem Adding Calendars - New install 

Sorry for all the replies, im just trying to go through things. 

Ive noticed that actually, the new tables added by the database update (SOGo 
store, ACL and cachefolder) are all empty. I dont get any errors though, and 
looking through the sogo conf, I can see that the new lines are added with all 
the correct information.. 

Also, selecting the Address Book causes the browser to hang and produce 
nothing.. 

Ive literally triederything i can think of.. 




On Sunday, December 04, 2016 23:46 SAST, "postmaster" <postmas...@tayzee.xyz> 
wrote: 




I cant for the life of me figure out what is wrong. The only thing different 
from this installation to my previous one is that I did the sql combined mysql 
database update for sogo, which seemed to have worked fine. 

One thing i am noticing now after turning the mysql4 and sogo debugging on is 
that I can see the app running the mysql insert command: 

2016-12-04 23:07:23.963 sogod[4042] <MySQL4Channel[0x0x5646bbd55910] 
connection=0x0x5646bbd55fb0> SQL: INSERT INTO sogo_folder_info (c_path, 
c_path1, c_path2, c_path3, c_path4, c_foldername, c_location, c_quick_location, 
c_acl_location, c_folder_type) VALUES 
('/Users/postmas...@tayzee.xyz/Calendar/personal', 'Users', 
'u...@mydomain.com', 'Calendar', 'personal', 'Personal Calendar', 
'mysql://sogo:password@127.0.0.1:3306/sogo/sogopostmast00543d5c66f', 
'mysql://sogo:password@127.0.0.1:3306/sogo/sogopostmast00543d5c66f_quick', 
'mysql://sogo:password@127.0.0.1:3306/sogo/sogopostmast00543d5c66f_acl', 
'Appointment'); 

However, if i log into the db with adminer and i check the sogo_folder_info 
tabel for instance, it says that the table is empty.. so the information isnt 
actually being inserted. 

Any help would be much appreciated.. im close to starting all over again :( 

Thanks 


On Saturday, December 03, 2016 13:15 SAST, "\"postmaster\"" 
(postmas...@tayzee.xyz) <users@sogo.nu> wrote: 

BQ_BEGIN

BQ_END


Hi All, 

I am having an issue with adding calendars on a new install. I decided to 
change hosting providers so did a fresh install. On the previous install 
whenever I created a user and logged in, it would create the Pesonal Calendar 
folder. This isnt happening anymore. If i try and add the calendar myself, I 
get the following errors (view scrrenshot) and also in the sogo log i get the 
following 400 error: 

Dec 03 13:03:02 sogod [8481]: mail.tayzee.xyz "POST 
/SOGo/so/u...@domain.com/Calendar/createFolder HTTP/1.0" 400 203/28 0.006 - - 0 

Please can someone assist, not sure why this is happening... 
-- 
users@sogo.nu 
https://inverse.ca/sogo/lists 






-- 
users@sogo.nu 
https://inverse.ca/sogo/lists 

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem Adding Calendars - New install

2016-12-04 Thread "postmaster"

Sorry for all the replies, im just trying to go through things.

Ive noticed that actually, the new tables added by the database update (SOGo 
store, ACL and cachefolder) are all empty. I dont get any errors though, and 
looking through the sogo conf, I can see that the new lines are added with all 
the correct information..

Also, selecting the Address Book causes the browser to hang and produce 
nothing..

Ive literally triederything i can think of..




On Sunday, December 04, 2016 23:46 SAST, "postmaster"  
wrote:
  I cant for the life of me figure out what is wrong. The only thing different 
from this installation to my previous one is that I did the sql combined mysql 
database update for sogo, which seemed to have worked fine.

One thing i am noticing now after turning the mysql4 and sogo debugging on is 
that I can see the app running the mysql insert command:
2016-12-04 23:07:23.963 sogod[4042]  SQL: INSERT INTO sogo_folder_info        (c_path, 
c_path1, c_path2, c_path3, c_path4,         c_foldername, c_location, 
c_quick_location,         c_acl_location, c_folder_type) VALUES 
('/Users/postmas...@tayzee.xyz/Calendar/personal', 'Users', 
'u...@mydomain.com', 'Calendar', 'personal', 'Personal Calendar', 
'mysql://sogo:password@127.0.0.1:3306/sogo/sogopostmast00543d5c66f',         
'mysql://sogo:password@127.0.0.1:3306/sogo/sogopostmast00543d5c66f_quick', 
'mysql://sogo:password@127.0.0.1:3306/sogo/sogopostmast00543d5c66f_acl', 
'Appointment');

However, if i log into the db with adminer and i check the sogo_folder_info 
tabel for instance, it says that the table is empty.. so the information isnt 
actually being inserted.

Any help would be much appreciated.. im close to starting all over again :(

Thanks


On Saturday, December 03, 2016 13:15 SAST, "\"postmaster\"" 
(postmas...@tayzee.xyz)  wrote:
  
Hi All,

I am having an issue with adding calendars on a new install. I decided to 
change hosting providers so did a fresh install. On the previous install 
whenever I created a user and logged in, it would create the Pesonal Calendar 
folder. This isnt happening anymore. If i try and add the calendar myself, I 
get the following errors (view scrrenshot) and also in the sogo log i get the 
following 400 error:
Dec 03 13:03:02 sogod [8481]: mail.tayzee.xyz "POST 
/SOGo/so/u...@domain.com/Calendar/createFolder HTTP/1.0" 400 203/28 0.006 - - 0

Please can someone assist, not sure why this is happening...
--
users@sogo.nu
https://inverse.ca/sogo/lists


 


 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem Adding Calendars - New install

2016-12-04 Thread "postmaster"

I cant for the life of me figure out what is wrong. The only thing different 
from this installation to my previous one is that I did the sql combined mysql 
database update for sogo, which seemed to have worked fine.

One thing i am noticing now after turning the mysql4 and sogo debugging on is 
that I can see the app running the mysql insert command:
2016-12-04 23:07:23.963 sogod[4042]  SQL: INSERT INTO sogo_folder_info        (c_path, 
c_path1, c_path2, c_path3, c_path4,         c_foldername, c_location, 
c_quick_location,         c_acl_location, c_folder_type) VALUES 
('/Users/postmas...@tayzee.xyz/Calendar/personal', 'Users', 
'u...@mydomain.com', 'Calendar', 'personal', 'Personal Calendar', 
'mysql://sogo:password@127.0.0.1:3306/sogo/sogopostmast00543d5c66f',         
'mysql://sogo:password@127.0.0.1:3306/sogo/sogopostmast00543d5c66f_quick', 
'mysql://sogo:password@127.0.0.1:3306/sogo/sogopostmast00543d5c66f_acl', 
'Appointment');

However, if i log into the db with adminer and i check the sogo_folder_info 
tabel for instance, it says that the table is empty.. so the information isnt 
actually being inserted.

Any help would be much appreciated.. im close to starting all over again :(

Thanks


On Saturday, December 03, 2016 13:15 SAST, "\"postmaster\"" 
(postmas...@tayzee.xyz)  wrote:
  
Hi All,

I am having an issue with adding calendars on a new install. I decided to 
change hosting providers so did a fresh install. On the previous install 
whenever I created a user and logged in, it would create the Pesonal Calendar 
folder. This isnt happening anymore. If i try and add the calendar myself, I 
get the following errors (view scrrenshot) and also in the sogo log i get the 
following 400 error:
Dec 03 13:03:02 sogod [8481]: mail.tayzee.xyz "POST 
/SOGo/so/u...@domain.com/Calendar/createFolder HTTP/1.0" 400 203/28 0.006 - - 0

Please can someone assist, not sure why this is happening...
--
users@sogo.nu
https://inverse.ca/sogo/lists


 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem updating DB

2016-11-26 Thread "postmaster"

I have changed the password, took me a little while to figure it out because of 
the mysql_native_password plugin.

The only place that I see the sogo mysql password being used is in the 
sogo.conf file, so I have changed it there, everything seems to be fine so far.

Thanks :)

On Friday, November 25, 2016 22:41 SAST, "Alexander Holzapfel" (a...@huizi.at) 
 wrote:
 In my opinion you should change the password for your mysql user.
Then change it in the config files of your mailservers (dovecot, postfix).

When I remember correctly, the password is also stored in a mysql table for 
some calendars and address books.

- Alex

Von meinem iPhone gesendet

> Am 25.11.2016 um 16:54 schrieb postmas...@tayzee.xyz :
>
> On 2016-11-25 16:38, Zhang Huangbin wrote:
>>> On Nov 25, 2016, at 9:26 PM, postmaster (postmas...@tayzee.xyz) 
>>>  wrote:
>>> I am having an issue when trying to update the sogo db to the new combined 
>>> version.
>>> ...
>>> I get this problem whenever I try and run (as root):
>>> bash sql-update-3.0.0-to-combined-mysql.sh
>> This script is buggy, it doesn’t correct set new parameters
>> (OCSCacheFolderURL, OCSStoreURL, OCSAclURL) with sql
>> username/password.
>> Anyway, we have a tutorial for you:
>> http://www.iredmail.org/docs/upgrade.sogo.combined.sql.tables.html
>> 
>> Zhang Huangbin, founder of iRedMail project: http://www.iredmail.org/
>> Time zone: GMT+8 (China/Beijing).
>
> I will have a look at that, thanks a lot.
>
> I have another problem now.. I noticed I pasted my db password earlier when i 
> was asking for help, so I tried to change it with no luck. Problem I am 
> having now is that any user I try to log into sogo webmail it says incorrect 
> password. My phone is also asking me to put in the correct password.
>
> What can i do?
>
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
--
users@sogo.nu
https://inverse.ca/sogo/lists


 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with sharing

2016-11-25 Thread Christoph Kreutzer
Hi Alex,

Problem 1: Did you define the several domains as different domains in 
sogo.conf? If it's only one, it's default behaviour.

Problem 2: You can set default access rights in sogo.conf, please take a look 
at the docs, I don't remember them right now. Sth. like PublicDandTViewer etc.

Best regards,
Christoph

Von meinem iPhone gesendet

> Am 25.11.2016 um 21:35 schrieb Alexander Holzapfel (a...@huizi.at) 
> :
> 
> Hi. I use SOGo in combonation with the administration-tool mailcow and i love 
> it.
> 
> But now i have seen that when i am searching for some users, they will be 
> displayed with its name and mail address.
> 
> Problem 1: I won't see the other users with other domain names. Is it 
> possible to set the privacy level a little bit higher?
> 
> Problem 2: I can subscribe to a calendar of a person who doesn't have added 
> my account to his sharing partners. How can I disable that?
> 
> Alex
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem updating DB

2016-11-25 Thread Alexander Holzapfel
In my opinion you should change the password for your mysql user.
Then change it in the config files of your mailservers (dovecot, postfix).

When I remember correctly, the password is also stored in a mysql table for 
some calendars and address books.

- Alex

Von meinem iPhone gesendet

> Am 25.11.2016 um 16:54 schrieb postmas...@tayzee.xyz :
> 
> On 2016-11-25 16:38, Zhang Huangbin wrote:
>>> On Nov 25, 2016, at 9:26 PM, postmaster (postmas...@tayzee.xyz) 
>>>  wrote:
>>> I am having an issue when trying to update the sogo db to the new combined 
>>> version.
>>> ...
>>> I get this problem whenever I try and run (as root):
>>> bash sql-update-3.0.0-to-combined-mysql.sh
>> This script is buggy, it doesn’t correct set new parameters
>> (OCSCacheFolderURL, OCSStoreURL, OCSAclURL) with sql
>> username/password.
>> Anyway, we have a tutorial for you:
>> http://www.iredmail.org/docs/upgrade.sogo.combined.sql.tables.html
>> 
>> Zhang Huangbin, founder of iRedMail project: http://www.iredmail.org/
>> Time zone: GMT+8 (China/Beijing).
> 
> I will have a look at that, thanks a lot.
> 
> I have another problem now.. I noticed I pasted my db password earlier when i 
> was asking for help, so I tried to change it with no luck. Problem I am 
> having now is that any user I try to log into sogo webmail it says incorrect 
> password. My phone is also asking me to put in the correct password.
> 
> What can i do?
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem updating DB

2016-11-25 Thread postmas...@tayzee.xyz

On 2016-11-25 16:38, Zhang Huangbin wrote:
On Nov 25, 2016, at 9:26 PM, postmaster (postmas...@tayzee.xyz) 
 wrote:


I am having an issue when trying to update the sogo db to the new 
combined version.

...
I get this problem whenever I try and run (as root):
bash sql-update-3.0.0-to-combined-mysql.sh


This script is buggy, it doesn’t correct set new parameters
(OCSCacheFolderURL, OCSStoreURL, OCSAclURL) with sql
username/password.

Anyway, we have a tutorial for you:
http://www.iredmail.org/docs/upgrade.sogo.combined.sql.tables.html


Zhang Huangbin, founder of iRedMail project: http://www.iredmail.org/
Time zone: GMT+8 (China/Beijing).


I will have a look at that, thanks a lot.

I have another problem now.. I noticed I pasted my db password earlier 
when i was asking for help, so I tried to change it with no luck. 
Problem I am having now is that any user I try to log into sogo webmail 
it says incorrect password. My phone is also asking me to put in the 
correct password.


What can i do?

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Problem updating DB

2016-11-25 Thread Zhang Huangbin

> On Nov 25, 2016, at 9:26 PM, postmaster (postmas...@tayzee.xyz) 
>  wrote:
> 
> I am having an issue when trying to update the sogo db to the new combined 
> version.
> ...
> I get this problem whenever I try and run (as root):
> bash sql-update-3.0.0-to-combined-mysql.sh 

This script is buggy, it doesn’t correct set new parameters (OCSCacheFolderURL, 
OCSStoreURL, OCSAclURL) with sql username/password.

Anyway, we have a tutorial for you:
http://www.iredmail.org/docs/upgrade.sogo.combined.sql.tables.html


Zhang Huangbin, founder of iRedMail project: http://www.iredmail.org/
Time zone: GMT+8 (China/Beijing).

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with sieve filters

2016-10-26 Thread Andreas
You gave me the right hint: I had a problem with mysql sync. By solving
it, filters are synced too.


Thanks!



Am Mi, 26. Okt 2016, um 14:58, schrieb Christian Mack:
> Am 26.10.2016 um 14:17 schrieb Andreas (list_m...@zero-one.net):
> > Hi,
> > 
> > we are using dovecot with sieve, our configuration is:
> > 
> > plugin {
> > ...
> >   sieve = ~/sieve/sogo.sieve
> >   sieve_global_path = /opt/sieve/default.sieve
> >   sieve_dir = ~/sieve
> >   sieve_global_dir = /opt/sieve
> > ...
> > }
> > 
> > 
> > We are also using dsync for syncing mails and sieve with dovecots
> > replication system.  This seem to work fine, because the file sogo.sieve
> > of one user on both systems are identical (changes are replicated
> > immediatly).
> > 
> > When accessing the Filter Settings in SOGo's web interface, both server
> > show different filters, so I wonder where SOGo saves the filter which
> > were set via web interface.
> > 
> > This is our setting in sogo.conf:
> > 
> > SOGoSieveServer = sieve://localhost:4190;
> > 
> > 
> 
> SOGo saves all SIEVE settings in its own database and only writes those
> to the Server after changes.
> It does _not_ read sieve rules from the sieve server.
> 
> How do you switch those servers?
> 
> 
> Kind regards,
> Christian Mack
> 
> 
> -- 
> Christian Mack
> Universität Konstanz
> Kommunikations-, Informations-, Medienzentrum (KIM)
> Abteilung Basisdienste
> 78457 Konstanz
> +49 7531 88-4416
> 
> Email had 1 attachment:
> + smime.p7s
>   7k (application/pkcs7-signature)
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with sieve filters

2016-10-26 Thread Andreas
It's an active/active cluster, we also run an active/active mysql
database (we've configured SOGo with mySQL), so it should be mirrored
with the sogo database, right?

Or is there a separate database?


Am Mi, 26. Okt 2016, um 14:58, schrieb Christian Mack:
> Am 26.10.2016 um 14:17 schrieb Andreas (list_m...@zero-one.net):
> > Hi,
> > 
> > we are using dovecot with sieve, our configuration is:
> > 
> > plugin {
> > ...
> >   sieve = ~/sieve/sogo.sieve
> >   sieve_global_path = /opt/sieve/default.sieve
> >   sieve_dir = ~/sieve
> >   sieve_global_dir = /opt/sieve
> > ...
> > }
> > 
> > 
> > We are also using dsync for syncing mails and sieve with dovecots
> > replication system.  This seem to work fine, because the file sogo.sieve
> > of one user on both systems are identical (changes are replicated
> > immediatly).
> > 
> > When accessing the Filter Settings in SOGo's web interface, both server
> > show different filters, so I wonder where SOGo saves the filter which
> > were set via web interface.
> > 
> > This is our setting in sogo.conf:
> > 
> > SOGoSieveServer = sieve://localhost:4190;
> > 
> > 
> 
> SOGo saves all SIEVE settings in its own database and only writes those
> to the Server after changes.
> It does _not_ read sieve rules from the sieve server.
> 
> How do you switch those servers?
> 
> 
> Kind regards,
> Christian Mack
> 
> 
> -- 
> Christian Mack
> Universität Konstanz
> Kommunikations-, Informations-, Medienzentrum (KIM)
> Abteilung Basisdienste
> 78457 Konstanz
> +49 7531 88-4416
> 
> Email had 1 attachment:
> + smime.p7s
>   7k (application/pkcs7-signature)
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with sieve filters

2016-10-26 Thread Christian Mack
Am 26.10.2016 um 14:17 schrieb Andreas (list_m...@zero-one.net):
> Hi,
> 
> we are using dovecot with sieve, our configuration is:
> 
> plugin {
> ...
>   sieve = ~/sieve/sogo.sieve
>   sieve_global_path = /opt/sieve/default.sieve
>   sieve_dir = ~/sieve
>   sieve_global_dir = /opt/sieve
> ...
> }
> 
> 
> We are also using dsync for syncing mails and sieve with dovecots
> replication system.  This seem to work fine, because the file sogo.sieve
> of one user on both systems are identical (changes are replicated
> immediatly).
> 
> When accessing the Filter Settings in SOGo's web interface, both server
> show different filters, so I wonder where SOGo saves the filter which
> were set via web interface.
> 
> This is our setting in sogo.conf:
> 
> SOGoSieveServer = sieve://localhost:4190;
> 
> 

SOGo saves all SIEVE settings in its own database and only writes those
to the Server after changes.
It does _not_ read sieve rules from the sieve server.

How do you switch those servers?


Kind regards,
Christian Mack


-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem with task display

2016-10-17 Thread Jonathan Dumaresq

Hi,



Le 07/10/2016 à 12:15, Francis Lachapelle (flachape...@inverse.ca) a écrit :

On Sep 29, 2016, at 9:29 AM, Jonathan Dumaresq (jdumar...@cimeq.qc.ca) 
 wrote:

I try the task creation in the sogo web interface. We use the the 3.1.5 version 
of sogo. If the calaendar setting is set to dislay only monday to friday, The 
task created is not display anymore in the task list. I have created like 7 
task with/without date inside.

If I set the calendar to see all days, I now see the task in the task list.

Definitely a bug. Fixed by commit c3d349e.

Thanks!

Francis

Thanx :)
Jonathan

--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with task display

2016-10-07 Thread Francis Lachapelle
> On Sep 29, 2016, at 9:29 AM, Jonathan Dumaresq (jdumar...@cimeq.qc.ca) 
>  wrote:
> 
> I try the task creation in the sogo web interface. We use the the 3.1.5 
> version of sogo. If the calaendar setting is set to dislay only monday to 
> friday, The task created is not display anymore in the task list. I have 
> created like 7 task with/without date inside. 
> 
> If I set the calendar to see all days, I now see the task in the task list.

Definitely a bug. Fixed by commit c3d349e.

Thanks!

Francis
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with calendar invitation

2016-09-28 Thread Louis-Philippe
Hi,

Some news for this bug.

With the webmail (SOGo 3.1.4 and 3.1.5), we don't have the problem.

With Thunderbird 38.7.0 and 45.3.0 on SOGo 3.1.4, we have the problem...

The bug can be in the SOGO Connector, Integrator or Lightning ? How can I
help to find more information ?

Thanks

2016-09-22 14:15 GMT-04:00 Slávek Banko :

> On Wednesday 21 of September 2016 20:58:31 Louis-Philippe wrote:
> > Hi,
> >
> > We have trouble with some invitations.
> >
> > UserA has full access to UserB's Calendar for public events.
> >
> > When UserA send invitation to participants, when they answer to UserA,
> > the message could not be delivered:
> >
> > <"mailto:UserA"@company.com >:
> > host 10.X.Y.Z[10.X.Y.Z]
> > said: 550 5.1.1  > >: Recipient
> > address rejected: User unknown in local recipient table (in reply to
> > RCPT TO command)
> >
> > Note the "mailto:; string and the quote in the email !
> >
> > All other invitation works perfectly...
> >
> > We use SOGo 3.1.4 on Debian and it's done with Thunderbird 38.7.0.
> >
> >
> > Any idea ?
> > Bug ?
> >
> >
> > --
> > Louis-Philippe
>
> You're tested whether the problem persists in the current SOGo 3.1.5?
> If it persists, you may report it as a bug.
>
> --
> Slávek
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists




-- 
Louis-Philippe Gauthier
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with calendar invitation

2016-09-23 Thread Louis-Philippe
2016-09-22 14:15 GMT-04:00 Slávek Banko :

> On Wednesday 21 of September 2016 20:58:31 Louis-Philippe wrote:
> > Hi,
> >
> > We have trouble with some invitations.
> >
> > UserA has full access to UserB's Calendar for public events.
> >
> > When UserA send invitation to participants, when they answer to UserA,
> > the message could not be delivered:
> >
> > <"mailto:UserA"@company.com >:
> > host 10.X.Y.Z[10.X.Y.Z]
> > said: 550 5.1.1  > >: Recipient
> > address rejected: User unknown in local recipient table (in reply to
> > RCPT TO command)
> >
> > Note the "mailto:; string and the quote in the email !
> >
> > All other invitation works perfectly...
> >
> > We use SOGo 3.1.4 on Debian and it's done with Thunderbird 38.7.0.
> >
> >
> > Any idea ?
> > Bug ?
> >
> >
> > --
> > Louis-Philippe
>
> You're tested whether the problem persists in the current SOGo 3.1.5?
> If it persists, you may report it as a bug.
>
>
Why ? There is a resolved bug about this ?

-- 
Louis-Philippe
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with calendar invitation

2016-09-22 Thread slavek.ba...@axis.cz
On Wednesday 21 of September 2016 20:58:31 Louis-Philippe wrote:
> Hi,
>
> We have trouble with some invitations.
>
> UserA has full access to UserB's Calendar for public events.
>
> When UserA send invitation to participants, when they answer to UserA,
> the message could not be delivered:
>
> <"mailto:UserA"@company.com >:
> host 10.X.Y.Z[10.X.Y.Z]
> said: 550 5.1.1  >: Recipient
> address rejected: User unknown in local recipient table (in reply to
> RCPT TO command)
>
> Note the "mailto:; string and the quote in the email !
>
> All other invitation works perfectly...
>
> We use SOGo 3.1.4 on Debian and it's done with Thunderbird 38.7.0.
>
>
> Any idea ?
> Bug ?
>
>
> --
> Louis-Philippe

You're tested whether the problem persists in the current SOGo 3.1.5?
If it persists, you may report it as a bug.

-- 
Slávek
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with subfolder

2016-04-26 Thread Albert Shih
 Le 24/04/2016 à 12:41:10+0200, "Chris" a écrit
> Hi,
>
> Albert Shih wrote:
> > I've got a user with lot of subfolder (~1400, yes you read correct, one
> > thousand and four hundred).
>
> how long does it take until all subfolders are shown in the folder tree on

Fast. Hard to tell but I would say 10 sec.

> the left? Are you using version 2 or 3?

version 2.3.10

Regards

JAS
--
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
France
Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71
xmpp: j...@obspm.fr
Heure local/Local time:
mar 26 avr 2016 13:53:33 CEST
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Problem with subfolder

2016-04-24 Thread "Chris"
Hi,

Albert Shih wrote:
> I've got a user with lot of subfolder (~1400, yes you read correct, one
> thousand and four hundred).

how long does it take until all subfolders are shown in the folder tree on
the left? Are you using version 2 or 3?

- Chris

-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Problem after update

2016-03-24 Thread Marcel Waldvogel
Robert,

as mentioned in another thread, you need to reinstall the SOPE packages.

-Marcel

On 10.03.2016 19:05, Schrödel Robert wrote:
> Hello,
>
> I updated SOGo with apt-get update & apt-get upgrade from v3.0.2 to v3.0.2-1.
> The login page work. but after login I get a proxy error.
>
> Any ideas?
>
> Robert




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem after update

2016-03-11 Thread ruud.van.lent
reinstall sope packages fixed that for me.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] problem opening external imap in /SOGo

2016-03-08 Thread lists

Hi Christian,

On 8-3-2016 17:29, Christian Mack wrote:

Just because you have exchange running, this does not mean, that others
do so too.

Sure, I understand that.
But I would expect SOMEONE to use a config like this, or at least to be 
able to test the fuctionality.



And we for example do not allow our users to use external IMAP accounts
in our SOGo webinterface.
Which is partly because of legal problems.

What legal problems?

Anyway, if nobody can test/verify this, I'll use a support incident on this.

Thanks for replying.

MJ
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] problem opening external imap in /SOGo

2016-03-08 Thread Christian Mack
Hi

Just because you have exchange running, this does not mean, that others
do so too.
And we for example do not allow our users to use external IMAP accounts
in our SOGo webinterface.
Which is partly because of legal problems.


Kind regards,
Christian Mack

Am 08.03.2016 um 11:16 schrieb lists:
> Really..?
> 
> No one willing/able to test? Or does it work for everybody?
> 
> Or nobody understands our problem/question..?
> 
> MJ
> 
> On 7-3-2016 16:34, lists wrote:
>> Hi all,
>>
>> No one..?
>>
>> Can anyone try opening an exchange imap mailbox as an external (second)
>> mailbox in the /SOGo webmail..?
>>
>> Does it work for you? We are getting the errors below, and would like to
>> know if this is something specific only to us, or if /SOGo generally has
>> issues with external imap accounts on exchange.
>>
>> MJ
>>
>> On 3-3-2016 14:11, mj wrote:
>>> Hi,
>>>
>>> We are having problems opening external imap accounts in the SOGo web
>>> access. The problem seems to be specific to hosted imap on ms exchange
>>> servers. Some sample errors in the logs:
>>>
 Mar 02 17:53:30 sogod [3204]: [ERROR]
 <0x0x7f68534e9700[NGImap4Connection]> Error fetching 103 uids for url:
 imaps://usern...@webmail.company.nl/INBOX/
 Mar 02 17:53:47 sogod [3204]: [ERROR]
 <0x0x7f6850e8d990[NGImap4Connection]> Error fetching 53 uids for url:
 imaps://usern...@webmail.company.nl/INBOX/
 Mar 02 17:55:34 sogod [16814]: [ERROR]
 <0x0x7f68520c3d00[NGImap4Connection]> could not select URL:
 imaps://usern...@webmail.maastrichtuniversity.nl/ADB2015/:
 {RawResponse = "{ResponseResult = {description = \"Server Unavailable.
 15\"; result = no; tagId = 6; }; }"; reason = "Server Unavailable.
 15"; result = 0; }
 Mar 02 17:55:35 sogod [18009]: [ERROR]
 <0x0x7f6853082fe0[NGImap4Connection]> could not select URL:
 imaps://usern...@webmail.company.nl/ADB2015/: {RawResponse =
 "{ResponseResult = {description = \"Server Unavailable. 15\"; result =
 no; tagId = 6; }; }"; reason = "Server Unavailable. 15"; result = 0; }
>>>
>>> This is on sogo 2.3.8, and I tried various non-exchange external imap
>>> accounts, and they are working fine.
>>>
>>> I there some incompatibility between exchange imap and the SOGo web
>>> access? Is exchange-imap in /SOGo working for others here?
>>>
>>> Regards,
>>> MJ


-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem when log in

2016-03-08 Thread Ruud van Lent

reinstall sope packages fixed this for me :)




On Dinsdag, 08 Maart, 2016 13:45 CET, Emilio Fonseca 
 wrote:
  Update your sope repo.
 Em 08-03-2016 07:31, Nicolas Fo escreveu:Hello,Recently, SOGo updated himself 
and I'm unable to log in.
 I get "Proxy error" in the web interface.
 Here's the error in logs :
Mar 08 11:09:24 sogod [1686]: <0x0x7fee7167f020[NGImap4Client]> TLS started 
successfully.
EXCEPTION:  NAME:NSInvalidArgumentException 
REASON:NGImap4Connection(instance) does not recognize 
allFoldersMetadataForURL:onlySubscribedFolders: INFO:(null)
Mar 08 11:09:25 sogod [1685]: <0x0x7fee7134f690[WOWatchDogChild]> child 1686 
exited
Mar 08 11:09:25 sogod [1685]: <0x0x7fee7134f690[WOWatchDogChild]>  (terminated 
due to signal 6)
Mar 08 11:09:25 sogod [1685]: <0x0x7fee71080320[WOWatchDog]> child spawned with 
pid 1695
Mar 08 11:09:25 sogod [1687]: <0x0x7fee71686290[NGImap4Client]> TLS started 
successfully.
EXCEPTION:  NAME:NSInvalidArgumentException 
REASON:NGImap4Connection(instance) does not recognize 
allFoldersMetadataForURL:onlySubscribedFolders: INFO:(null)
Mar 08 11:09:25 sogod [1685]: <0x0x7fee71367f70[WOWatchDogChild]> child 1687 
exited
Mar 08 11:09:25 sogod [1685]: <0x0x7fee71367f70[WOWatchDogChild]>  (terminated 
due to signal 6)
Mar 08 11:09:25 sogod [1685]: <0x0x7fee71080320[WOWatchDog]> child spawned with 
pid 1697
Mar 08 11:09:25 sogod [1695]: <0x0x7fee71250f60[SOGoCache]> Cache cleanup 
interval set every 300.00 seconds
Mar 08 11:09:25 sogod [1695]: <0x0x7fee71250f60[SOGoCache]> Using host(s) 
'localhost' as server(s)
Mar 08 11:09:25 sogod [1695]: <0x0x7fee716730d0[NGImap4Client]> TLS started 
successfully.
EXCEPTION:  NAME:NSInvalidArgumentException 
REASON:NGImap4Connection(instance) does not recognize 
allFoldersMetadataForURL:onlySubscribedFolders: INFO:(null)
Mar 08 11:09:26 sogod [1685]: <0x0x7fee7134f690[WOWatchDogChild]> child 1695 
exited
Mar 08 11:09:26 sogod [1685]: <0x0x7fee7134f690[WOWatchDogChild]>  (terminated 
due to signal 6)
Mar 08 11:09:26 sogod [1685]: <0x0x7fee7134f690[WOWatchDogChild]> avoiding to 
respawn child before 2016-03-08 11:09:30 +0100
Mar 08 11:09:26 sogod [1697]: <0x0x7fee71250f60[SOGoCache]> Cache cleanup 
interval set every 300.00 seconds
Mar 08 11:09:26 sogod [1697]: <0x0x7fee71250f60[SOGoCache]> Using host(s) 
'localhost' as server(s)
Mar 08 11:09:26 sogod [1697]: <0x0x7fee716730d0[NGImap4Client]> TLS started 
successfully.
EXCEPTION:  NAME:NSInvalidArgumentException 
REASON:NGImap4Connection(instance) does not recognize 
allFoldersMetadataForURL:onlySubscribedFolders: INFO:(null)
Mar 08 11:09:26 sogod [1685]: <0x0x7fee71367f70[WOWatchDogChild]> child 1697 
exited
Mar 08 11:09:26 sogod [1685]: <0x0x7fee71367f70[WOWatchDogChild]>  (terminated 
due to signal 6)
Mar 08 11:09:26 sogod [1685]: <0x0x7fee71367f70[WOWatchDogChild]> avoiding to 
respawn child before 2016-03-08 11:09:30 +0100
Mar 08 11:09:26 sogod [1688]: <0x0x7fee7167f740[NGImap4Client]> TLS started 
successfully.
EXCEPTION:  NAME:NSInvalidArgumentException 
REASON:NGImap4Connection(instance) does not recognize 
allFoldersMetadataForURL:onlySubscribedFolders: INFO:(null)

 I tried to follow this method : http://sogo.nu/bugs/view.php?id=3520 submitted 
by Ludovic but I'm unable to find any "NGImap4Connection.h" file or "
NGImap4Connection.m" file (or maybe I don't understand whant I'm supposed to 
do).
 Any help would be appreciated.Thanks a lotNicolas--
users@sogo.nu
https://inverse.ca/sogo/lists --

Emílio Fonseca
Development Analyst
Mav Tecnologia - (31) 3211---
users@sogo.nu
https://inverse.ca/sogo/lists
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem when log in

2016-03-08 Thread Emilio Fonseca

Update your sope repo.

Em 08-03-2016 07:31, Nicolas Fo escreveu:

Hello,
Recently, SOGo updated himself and I'm unable to log in.

I get "Proxy error" in the web interface.

Here's the error in logs :
Mar 08 11:09:24 sogod [1686]: <0x0x7fee7167f020[NGImap4Client]> TLS 
started successfully.
EXCEPTION:  
NAME:NSInvalidArgumentException REASON:NGImap4Connection(instance) 
does not recognize allFoldersMetadataForURL:onlySubscribedFolders: 
INFO:(null)
Mar 08 11:09:25 sogod [1685]: <0x0x7fee7134f690[WOWatchDogChild]> 
child 1686 exited
Mar 08 11:09:25 sogod [1685]: <0x0x7fee7134f690[WOWatchDogChild]>  
(terminated due to signal 6)
Mar 08 11:09:25 sogod [1685]: <0x0x7fee71080320[WOWatchDog]> child 
spawned with pid 1695
Mar 08 11:09:25 sogod [1687]: <0x0x7fee71686290[NGImap4Client]> TLS 
started successfully.
EXCEPTION:  
NAME:NSInvalidArgumentException REASON:NGImap4Connection(instance) 
does not recognize allFoldersMetadataForURL:onlySubscribedFolders: 
INFO:(null)
Mar 08 11:09:25 sogod [1685]: <0x0x7fee71367f70[WOWatchDogChild]> 
child 1687 exited
Mar 08 11:09:25 sogod [1685]: <0x0x7fee71367f70[WOWatchDogChild]>  
(terminated due to signal 6)
Mar 08 11:09:25 sogod [1685]: <0x0x7fee71080320[WOWatchDog]> child 
spawned with pid 1697
Mar 08 11:09:25 sogod [1695]: <0x0x7fee71250f60[SOGoCache]> Cache 
cleanup interval set every 300.00 seconds
Mar 08 11:09:25 sogod [1695]: <0x0x7fee71250f60[SOGoCache]> Using 
host(s) 'localhost' as server(s)
Mar 08 11:09:25 sogod [1695]: <0x0x7fee716730d0[NGImap4Client]> TLS 
started successfully.
EXCEPTION:  
NAME:NSInvalidArgumentException REASON:NGImap4Connection(instance) 
does not recognize allFoldersMetadataForURL:onlySubscribedFolders: 
INFO:(null)
Mar 08 11:09:26 sogod [1685]: <0x0x7fee7134f690[WOWatchDogChild]> 
child 1695 exited
Mar 08 11:09:26 sogod [1685]: <0x0x7fee7134f690[WOWatchDogChild]>  
(terminated due to signal 6)
Mar 08 11:09:26 sogod [1685]: <0x0x7fee7134f690[WOWatchDogChild]> 
avoiding to respawn child before 2016-03-08 11:09:30 +0100
Mar 08 11:09:26 sogod [1697]: <0x0x7fee71250f60[SOGoCache]> Cache 
cleanup interval set every 300.00 seconds
Mar 08 11:09:26 sogod [1697]: <0x0x7fee71250f60[SOGoCache]> Using 
host(s) 'localhost' as server(s)
Mar 08 11:09:26 sogod [1697]: <0x0x7fee716730d0[NGImap4Client]> TLS 
started successfully.
EXCEPTION:  
NAME:NSInvalidArgumentException REASON:NGImap4Connection(instance) 
does not recognize allFoldersMetadataForURL:onlySubscribedFolders: 
INFO:(null)
Mar 08 11:09:26 sogod [1685]: <0x0x7fee71367f70[WOWatchDogChild]> 
child 1697 exited
Mar 08 11:09:26 sogod [1685]: <0x0x7fee71367f70[WOWatchDogChild]>  
(terminated due to signal 6)
Mar 08 11:09:26 sogod [1685]: <0x0x7fee71367f70[WOWatchDogChild]> 
avoiding to respawn child before 2016-03-08 11:09:30 +0100
Mar 08 11:09:26 sogod [1688]: <0x0x7fee7167f740[NGImap4Client]> TLS 
started successfully.
EXCEPTION:  
NAME:NSInvalidArgumentException REASON:NGImap4Connection(instance) 
does not recognize allFoldersMetadataForURL:onlySubscribedFolders: 
INFO:(null)



I tried to follow this method : http://sogo.nu/bugs/view.php?id=3520 
submitted by Ludovic but I'm unable to find any "NGImap4Connection.h" 
file or "
NGImap4Connection.m" file (or maybe I don't understand whant I'm 
supposed to do).


Any help would be appreciated.
Thanks a lot
Nicolas
--
users@sogo.nu
https://inverse.ca/sogo/lists


--

Emílio Fonseca
Development Analyst
Mav Tecnologia - (31) 3211-

--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] problem opening external imap in /SOGo

2016-03-08 Thread lists

Really..?

No one willing/able to test? Or does it work for everybody?

Or nobody understands our problem/question..?

MJ

On 7-3-2016 16:34, lists wrote:

Hi all,

No one..?

Can anyone try opening an exchange imap mailbox as an external (second)
mailbox in the /SOGo webmail..?

Does it work for you? We are getting the errors below, and would like to
know if this is something specific only to us, or if /SOGo generally has
issues with external imap accounts on exchange.

MJ

On 3-3-2016 14:11, mj wrote:

Hi,

We are having problems opening external imap accounts in the SOGo web
access. The problem seems to be specific to hosted imap on ms exchange
servers. Some sample errors in the logs:


Mar 02 17:53:30 sogod [3204]: [ERROR]
<0x0x7f68534e9700[NGImap4Connection]> Error fetching 103 uids for url:
imaps://usern...@webmail.company.nl/INBOX/
Mar 02 17:53:47 sogod [3204]: [ERROR]
<0x0x7f6850e8d990[NGImap4Connection]> Error fetching 53 uids for url:
imaps://usern...@webmail.company.nl/INBOX/
Mar 02 17:55:34 sogod [16814]: [ERROR]
<0x0x7f68520c3d00[NGImap4Connection]> could not select URL:
imaps://usern...@webmail.maastrichtuniversity.nl/ADB2015/:
{RawResponse = "{ResponseResult = {description = \"Server Unavailable.
15\"; result = no; tagId = 6; }; }"; reason = "Server Unavailable.
15"; result = 0; }
Mar 02 17:55:35 sogod [18009]: [ERROR]
<0x0x7f6853082fe0[NGImap4Connection]> could not select URL:
imaps://usern...@webmail.company.nl/ADB2015/: {RawResponse =
"{ResponseResult = {description = \"Server Unavailable. 15\"; result =
no; tagId = 6; }; }"; reason = "Server Unavailable. 15"; result = 0; }


This is on sogo 2.3.8, and I tried various non-exchange external imap
accounts, and they are working fine.

I there some incompatibility between exchange imap and the SOGo web
access? Is exchange-imap in /SOGo working for others here?

Regards,
MJ

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] problem opening external imap in /SOGo

2016-03-07 Thread lists

Hi all,

No one..?

Can anyone try opening an exchange imap mailbox as an external (second) 
mailbox in the /SOGo webmail..?


Does it work for you? We are getting the errors below, and would like to 
know if this is something specific only to us, or if /SOGo generally has 
issues with external imap accounts on exchange.


MJ

On 3-3-2016 14:11, mj wrote:

Hi,

We are having problems opening external imap accounts in the SOGo web
access. The problem seems to be specific to hosted imap on ms exchange
servers. Some sample errors in the logs:


Mar 02 17:53:30 sogod [3204]: [ERROR]
<0x0x7f68534e9700[NGImap4Connection]> Error fetching 103 uids for url:
imaps://usern...@webmail.company.nl/INBOX/
Mar 02 17:53:47 sogod [3204]: [ERROR]
<0x0x7f6850e8d990[NGImap4Connection]> Error fetching 53 uids for url:
imaps://usern...@webmail.company.nl/INBOX/
Mar 02 17:55:34 sogod [16814]: [ERROR]
<0x0x7f68520c3d00[NGImap4Connection]> could not select URL:
imaps://usern...@webmail.maastrichtuniversity.nl/ADB2015/:
{RawResponse = "{ResponseResult = {description = \"Server Unavailable.
15\"; result = no; tagId = 6; }; }"; reason = "Server Unavailable.
15"; result = 0; }
Mar 02 17:55:35 sogod [18009]: [ERROR]
<0x0x7f6853082fe0[NGImap4Connection]> could not select URL:
imaps://usern...@webmail.company.nl/ADB2015/: {RawResponse =
"{ResponseResult = {description = \"Server Unavailable. 15\"; result =
no; tagId = 6; }; }"; reason = "Server Unavailable. 15"; result = 0; }


This is on sogo 2.3.8, and I tried various non-exchange external imap
accounts, and they are working fine.

I there some incompatibility between exchange imap and the SOGo web
access? Is exchange-imap in /SOGo working for others here?

Regards,
MJ

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Problem with Connect...

2016-03-07 Thread Peter B

On 07/03/2016 11:28, Oliver Werner wrote:

Hi,

i can’t Login with my User (used LDAP)

i got an 403 error.

so now i have used tcpflow to check out more:


Hi Oliver,

I had similar problems on and off when first setting up SOGo + LDAP, 
especially as I was trying to tweak it for a multi-domain setup.


To me the important error in your email is:


127.000.000.001.2-127.000.000.001.58766: 
{"LDAPPasswordPolicyError": 65535}




This means that SOGo is trying to authenticate against LDAP but failing, 
but the failure doesn't necessarily have anything to do with the password.


You need to check the configuration for the LDAP connection in the 
SOGoUserSources bit of sogo.conf. If all that looks ok to you, try setting:


LDAPDebugEnabled = YES;

in sogo.conf to help you find out exactly what's going on. This will log 
to sogo.log more detail about the conversation between SOGo and LDAP and 
will show you searches performed and bind attempts.


If you need more help, post your sogo.conf and the relevant entries from 
sogo.log with LDAPDebugEnabled turned on - that'll help us work out 
what's going on!


Peter.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with color of categories

2016-03-02 Thread Sam

Hello all,

For me the same things are produce in http://demo.sogo.nu/SOGo/  ...
I don't see any category's color in the calendar.
Additionnally, if I add or remove a category of an event and save, the 
event move one day before...


I am on firefox ESR 38.6.1

Sam

Le 02/03/2016 04:04, Roy Riedl a écrit :

Hi Francis,

Thanks for quick reply.
The light blue that appears in my screenshot is not the color of my "Travel" 
category. That's right.


Sorry for short description. Here are some more details.

I use SOGo Version 3.0.1 on CentOS 2.6.32-042stab112.15 and I plan to use the 
system with tablet and the web UI.
The issue also appears on Online Demo V3 - http://demo.sogo.nu/SOGo/


Steps to reproduce:
1. User webclient to login SOGo with your credentials.
2. Navigate to Preferences -> Calandar -> Categories.
3. Add a new category and set a new color.
4. Navigate to Calandar.
5. Add an event with all neccesary data and the newly created category.


The event doesn't display the colored category on events tab (3px on the left 
side).



The same issue on Task tab. Add a new task with an colored category.


The event in calendar doesn't display colored categories on the right side 
(3px).

This issue reproduces on all browsers (Chrome, FF, IE).


Thanks,
Roy




Hello Roy


On Mar 1, 2016, at 3:17 AM, Roy Riedl  wrote:

I have a problem with the color of categories. The color of category doesn't 
display at the event in calendar.
I have added some events on the calendar and set a category with color.


At the left border of events should display the color of category in calendar. 
But the left border doesn't display at the right color. It seems the calss 
sg-category doesn't return the background color for category.

What's wrong? Is there a setting to display the color for category?
I hope someone can help me.

The light blue that appears in your screenshot is not the color you assigned to your 
"Travel" category?

Let me know if I understand the issue correctly.

Thanks!

Francis

--
users@sogo.nu
https://inverse.ca/sogo/lists   


--
users@sogo.nu
https://inverse.ca/sogo/lists


RE: [SOGo] Problem with color of categories

2016-03-01 Thread Roy Riedl
Hi Francis,

Thanks for quick reply.
The light blue that appears in my screenshot is not the color of my "Travel" 
category. That's right.


Sorry for short description. Here are some more details.

I use SOGo Version 3.0.1 on CentOS 2.6.32-042stab112.15 and I plan to use the 
system with tablet and the web UI.
The issue also appears on Online Demo V3 - http://demo.sogo.nu/SOGo/


Steps to reproduce:
1. User webclient to login SOGo with your credentials.
2. Navigate to Preferences -> Calandar -> Categories.
3. Add a new category and set a new color.
4. Navigate to Calandar.
5. Add an event with all neccesary data and the newly created category.


The event doesn't display the colored category on events tab (3px on the left 
side).



The same issue on Task tab. Add a new task with an colored category.


The event in calendar doesn't display colored categories on the right side 
(3px).

This issue reproduces on all browsers (Chrome, FF, IE).


Thanks,
Roy



> Hello Roy
>
>> On Mar 1, 2016, at 3:17 AM, Roy Riedl  wrote:
>>
>> I have a problem with the color of categories. The color of category doesn't 
>> display at the event in calendar.
>> I have added some events on the calendar and set a category with color.
>>
>>
>> At the left border of events should display the color of category in 
>> calendar. But the left border doesn't display at the right color. It seems 
>> the calss sg-category doesn't return the background color for category.
>>
>> What's wrong? Is there a setting to display the color for category?
>> I hope someone can help me.
>
> The light blue that appears in your screenshot is not the color you assigned 
> to your "Travel" category?
>
> Let me know if I understand the issue correctly.
>
> Thanks!
>
> Francis
>
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists   
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with color of categories

2016-03-01 Thread Francis Lachapelle
Hello Roy

> On Mar 1, 2016, at 3:17 AM, Roy Riedl  wrote:
> 
> I have a problem with the color of categories. The color of category doesn't 
> display at the event in calendar.
> I have added some events on the calendar and set a category with color. 
> 
> 
> At the left border of events should display the color of category in 
> calendar. But the left border doesn't display at the right color. It seems 
> the calss sg-category doesn't return the background color for category.
> 
> What's wrong? Is there a setting to display the color for category?
> I hope someone can help me.

The light blue that appears in your screenshot is not the color you assigned to 
your "Travel" category?

Let me know if I understand the issue correctly.

Thanks!

Francis

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with sogo-2.3.5.20160113-1.centos6.x86_64 Webinterface Login not working

2016-01-14 Thread Ludovic Marcotte

On 14/01/2016 11:44, was.besseres.g...@gmx.net wrote:
Could it be that the last versions changed something in regards to 
multi domain setups? 


Try the latest nightly build.

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Problem: Proxy error when try to do mail forwarding

2015-09-18 Thread Hartmut Raithel

Am 18.09.2015 um 12:39 schrieb Ludovic Marcotte:

On 18/09/2015 06:05, Hartmut Raithel wrote:


Any suggestions how I get rid of this?

What are you getting in your sogo.log file at the same time you get 
that error from Apache?




Hello Ludovic,

thanks for investigating about my problem, here are the logfile part 
arround the occurence time - the regarding user is "userabc":


2015-09-17 20:09:22.953 sogod[14701] PG0x0x7fa12621b198 SQL: UPDATE 
sogo_sessions_folder SET c_value = 
'hZRrZzBHVC0m/liMtyD4kFH8PuTDNTpsNt0uH3PmWiPfMip0MrdIauJFgjjTUVV60YRHFZZ0YnmN9TCdSXa1z/mcKBWc5QU3RS2NHfyNqvt91u1iSrQVUYcR9jb03h60PTxS0n+yxoy7QEH8f6FvAoWa9ifVxOBaO5Y4lcTY3s27n3Npyj6waQGRBKSPzV7GcMsI66h0pL04aHbw7mZe/Q==', 
c_lastseen = 1442513362, c_creationdate = 1439628893, c_id = 
'wFBi9ujP+Jm/GLbGpGR4Cw==' WHERE c_id='wFBi9ujP+Jm/GLbGpGR4Cw=='
2015-09-17 20:09:22.953 sogod[14701] PG0x0x7fa12621b198 SQL: COMMIT 
TRANSACTION
2015-09-17 20:09:22.971 sogod[14701] PG0x0x7fa12643ad78 SQL: SELECT 
c_defaults FROM sogo_user_profile WHERE c_uid = 'userabc'
2015-09-17 20:09:23.244 sogod[14701] PG0x0x7fa12621b198 SQL: BEGIN 
TRANSACTION
2015-09-17 20:09:23.244 sogod[14701] PG0x0x7fa12621b198 SQL: UPDATE 
sogo_user_profile SET c_settings = E'{"Mail": 
{"DragHandleHorizontal": "214", "SortingState": ["date", "0"], 
"ExpandedFolders": 
"[\\"\\/0\\",\\"\\/0\\/folderINBOX\\",\\"\\/0\\/folderINBOX\\/folderSent\\",\\"\\/0\\/folderINBOX\\/folderTrash\\",\\"\\/0\\/folderINBOX\\/folderArchiv\\",\\"\\/0\\/folderINBOX\\/folderArchiv\\/folder_U_Termine\\",\\"\\/0\\/folderINBOX\\/folderArchiv\\/folderAusland\\",\\"\\/0\\/folderINBOX\\/folderArchiv\\/folderForschung_U_Drittmittel\\",\\"\\/0\\/folderINBOX\\/folderArchiv\\/folderProjekte\\",\\"\\/0\\/folderINBOX\\/folderArchiv\\/folderProjekte\\/folderDigitalisierung_SP_Industrie_SP_4\\",\\"\\/0\\/folderINBOX\\/folderArchiv\\/folderStudenten\\",\\"\\/0\\/folderINBOX\\/folderArchiv\\/folderStudenten\\/folderStudenten_SP_SS15\\",\\"\\/0\\/folderINBOX\\/folderArchiv\\/folderStudenten\\/folderStudenten_SP_WS1415\\",\\"\\/0\\/folderINBOX\\/folderArchiv\\/folderVerwaltung_SP_und_SP_Orga\\",\\"\\/0\\/folderINBOX\\/folderlecta\\",\\"\\/0\\/folderINBOX\\/folderlecta\\/folderhaufe\\"]", 
"DragHandleVertical": "280", "folderForExpunge": 
"imaps:\\/\\/user...@sh-mail02.hof-university.de\\/INBOX\\/", 
"ColumnsState": {"subjectHeader": "42", "priorityHeader": "3", 
"fromHeader": "19", "dateHeader": "20"}}, "Calendar": 
{"DragHandleHorizontal": "180", "View": "weekview", 
"DragHandleVertical": "119", "SelectedList": "eventsListView"}, 
"CalendarDefaultFilter": "view_today"}'   WHERE c_uid = 'userabc'
2015-09-17 20:09:23.245 sogod[14701] PG0x0x7fa12621b198 SQL: COMMIT 
TRANSACTION
Sep 17 20:09:23 sogod [14701]: 10.90.19.2 "POST 
/SOGo/so/userabc/Mail/0/folderINBOX/uids HTTP/1.1" 200 382/92 0.419 - - 0
Sep 17 20:09:23 sogod [15516]: 10.90.19.2 "POST 
/SOGo/so/userabc/Mail/0/folderINBOX/unseenCount HTTP/1.1" 200 14/0 0.344 
- - 0
Sep 17 20:09:24 sogod [15516]: 10.90.19.2 "GET 
/SOGo/so/userabc/Mail/0/folderINBOX/19311/popupview HTTP/1.1" 200 9124/0 
0.423 39041 76% 0
Sep 17 20:09:25 sogod [15516]: 10.90.19.2 "GET 
/SOGo/so/userabc/Mail/0/folderINBOX/19311/2/image001.jpg HTTP/1.1" 304 
191/0 0.353 - - 0

Sep 17 20:09:30 sogod [15516]: SOGoUserHomePage user 'usercba' logged off
2015-09-17 20:09:30.335 sogod[15516] PostgreSQL72 connection 
established: <0x0x7fa125d66518[PGConnection]: connection=0x0x7fa1265a2de0>
2015-09-17 20:09:30.335 sogod[15516] PostgreSQL72 channel 
0x0x7fa126274b28 opened (connection=<0x0x7fa125d66518[PGConnection]: 
connection=0x0x7fa1265a2de0>)
2015-09-17 20:09:30.335 sogod[15516] PG0x0x7fa126274b28 SQL: BEGIN 
TRANSACTION
2015-09-17 20:09:30.335 sogod[15516] PG0x0x7fa126274b28 SQL: DELETE FROM 
sogo_sessions_folder WHERE c_id='zlMldXxoo6I5b1+aDJPORg=='
2015-09-17 20:09:30.339 sogod[15516] PG0x0x7fa126274b28 SQL: COMMIT 
TRANSACTION
Sep 17 20:09:30 sogod [15516]: 93.197.185.29 "GET 
/SOGo/so/rgreulich2/logoff HTTP/1.1" 302 0/0 0.031 - - 0
Sep 17 20:09:30 sogod [15516]: 93.197.185.29 "GET /SOGo/so/ HTTP/1.1" 
200 4595/0 0.009 13295 65% 0
Sep 17 20:09:31 sogod [15516]: 10.90.19.2 "GET 
/SOGo/so/userabc/Mail/0/folderINBOX/19311/popupview HTTP/1.1" 200 9124/0 
0.421 39041 76% 260K
Sep 17 20:09:32 sogod [15516]: 10.90.19.2 "GET 
/SOGo/so/userabc/Mail/0/folderINBOX/19311/2/image001.jpg HTTP/1.1" 304 
191/0 0.355 - - 0
Sep 17 20:09:37 sogod [15516]: 127.0.0.1 "OPTIONS /SOGo/dav/userxyz/ 
HTTP/1.1" 401 0/0 0.008 - - 0
Sep 17 20:09:37 sogod [15516]: 127.0.0.1 "OPTIONS /SOGo/dav/userxyz/ 
HTTP/1.1" 200 0/0 0.008 - - 0
2015-09-17 20:09:37.954 sogod[15516] PostgreSQL72 connection 
established: <0x0x7fa1262fd4e8[PGConnection]: connection=0x0x7fa1265bc450>
2015-09-17 20:09:37.954 sogod[15516] PostgreSQL72 channel 
0x0x7fa12627ec78 opened (connection=<0x0x7fa1262fd4e8[PGConnection]: 
connection=0x0x7fa1265bc450>)
2015-09-17 20:09:37.954 sogod[15516] PG0x0x7fa12627ec78 SQL: SELECT 
c_defaults FROM 

Re: [SOGo] Problem with WebDav synicng

2015-07-28 Thread Christian Mack
Hello Raido Rinaldi

Am 28.07.2015 um 09:36 schrieb Raido Rinaldi:
 2015-07-27 11:03:15.606  0x22A8  *** ERROR *** Unable to update item
 04008200E00074C5B7101A82E008104482A42146D0011000DE4903BFC38B614DAAB7A561EA8FDCBB.ics
 in Source 'http://sogo.metec.ee/SOGo/dav/tambet/Calendar/personal'. The
 action was not allowed by the server. [0x0307] (0x0307)

You obviously use the WebDAV ICS URL.
These are read only.
Therefore this can not work.

Please try with the WebDAV XML URL.


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem deleting meeting

2015-06-02 Thread Christian Mack
Hello

Am 2015-06-01 um 22:17 schrieb Romeyn Prescott:
 I have been able to reproduce this, and am looking for validation before 
 submitting a bug report:
 
 Version 2.2.17a
 
 User 1, Calendar 1
 User 2, Calendar 2
 
 User 1 has full privileges to Calendar 2.  User 1 creates a new event on 
 Calendar 2 (while logged in as User 1) and then invites herself (User 1) to 
 the event.
 
 User 1 then accepts the invitation on Calendar 1.  Circumstances change and 
 the event needs to be cancelled.  User 1 selects the event on Calendar 2 and 
 deletes it.  The event disappears from Calendar 2, and initially from 
 Calendar 1, but reappears on Calendar 1 on the next browser reload and has to 
 manually deleted from Calendar 2.
 
 I hope that makes sense…
 

Could you recheck with SOGo 2.3.0?
If it is in there too, please open a bug report.


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


RE: [SOGo] Problem when creating new users account in SOGo server

2015-03-06 Thread Dérick AGUEY-ZINSOU
Hi all,
Please help.
I'm not able to access the existing SOGo configuration files.
I find the sogo.conf but it seems not to contain any configuration.
And I'm not able to access and read the GNUStep configurations when I use the 
defaults commands.
It's urgent for me to find out a solution for this problem. And I don't know 
any professionnal on my country that is specialized on SOGo deployments.

Bien à vous, Best regards,
 
Dérick AGUEY-ZINSOU, Directeur Général
Tél : +229 21 30 66 58
Mob : +229 95 78 80 84 / +229 97 48 56 10
Email : derick.ag...@admitbenin.com | Site web : http://www.admitbenin.com | 
Skype : derick.aguey
Accédez aux informations sur notre partenariat Microsoft à l’adresse : 
http://pinpoint.microsoft.com/fr-XC/partners/ADM-Informatique-Technologies-4298632537?LocId=399264458468697
 
Connaissez vous RoomAlert ? Découvrez notre catalogue ici : 
http://www.admitbenin.com/wp-content/uploads/2014/07/AVTECH_Catalog.pdf 


 

-Message d'origine-
De : Dérick AGUEY-ZINSOU [mailto:derick.ag...@admitbenin.com] 
Envoyé : mardi 3 mars 2015 12:24
À : 'users@sogo.nu'
Objet : RE: [SOGo] Problem when creating new users account in SOGo server

Thanks a lot for the answers.
I try to find the actual configuration of my server.
 -- First, the sogo.conf file seems not to contain no information. All of the 
information in the file are commented in C and C++ style comments.
-- Second, when I try this command : /usr/sbin/sogo-tool dump-defaults, the 
result is empty.

After many searches, I have another answer.
These informations are they available under the root user or the sogo user.
I try to change the sogo user password and it works but when I try to connect 
to the user, the system say me that this user account is not available for the 
moment.

Now, these are the informations you ask for :
* Which version of SOGo do you use? --- How can I get this 
information???
* Do you use native Outlook compatibility (openchange)?  No
* Do you have SOGo users in AD, LDAP or a database? --- Need to 
access the conf file to know
* Which settings do you use? 
---Same than before
* Which IMAP server do you use (cyrus, dovecot ...)?  
dovecot

Bien à vous, Best regards,
 
Dérick AGUEY-ZINSOU, Directeur Général
Tél : +229 21 30 66 58
Mob : +229 95 78 80 84 / +229 97 48 56 10 Email : derick.ag...@admitbenin.com | 
Site web : http://www.admitbenin.com | Skype : derick.aguey Accédez aux 
informations sur notre partenariat Microsoft à l’adresse : 
http://pinpoint.microsoft.com/fr-XC/partners/ADM-Informatique-Technologies-4298632537?LocId=399264458468697
Connaissez vous RoomAlert ? Découvrez notre catalogue ici : 
http://www.admitbenin.com/wp-content/uploads/2014/07/AVTECH_Catalog.pdf 


 

-Message d'origine-
De : users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] De la part de 
Christian Mack
Envoyé : jeudi 26 février 2015 14:08
À : users@sogo.nu
Objet : Re: [SOGo] Problem when creating new users account in SOGo server

Hello
Am 2015-02-26 um 12:04 schrieb derick.ag...@admitbenin.com:
 Hi all,
 I'm newbie on SOGo. I start working in a company as IT Assistant since a few
 weeks. The network consist of an MS Active Directory server for user
 authentication and Debian Linux server for mailing and groupeware Platform
 using SOGo. All the servers are already installed before I came and the last
 IT Assistant don't let any documents and informations after the admin and root
 credentials.
 I have as one of my duties to manage the SOGo server and Platform. I need to
 create new users for the company but all the documents and informations I read
 about SOGo don't give me real informations about how to proceed. I'm searching
 since a week now to create those users account. I found an official docs that
 ask me to create the users on AD server and to configure them on SOGo but it's
 not working. I also don't knwo how the mail are managed? Are they managed on
 SOGo or in Postfix?
 Please help...
 

Seems you have no experience as an system admin at all, not only with SOGo.
(No offence here, just a statement)

First you have to look at the actual configuration.
Where you can find the one for SOGo is dependent from your version of SOGo.
Pre 2.0.5 it is in GNUstep, afterwards it is in /etc/sogo/sogo.conf.
The GNUstep one can be queried with
/usr/sbin/sogo-tool dump-defaults
If the result is empty, then teh configuration is in /etc/sogo/sogo.conf
(Be sure to not have it in both!)

In there you find the authentication source definition of SOGo in
SOGoUserSources.
It tells you where your users should be.

Postboxes are neither managed in SOGo nor in postfix.
SOGo is an IMAP capable email client.
Postfix is an SMTP server, which distributes emails between servers.
What you search for is an IMAP server. He stores all emails for your
domain(s).
Which one you use, is up to you (or your predecessor).
Check SOGoIMAPServer.

Try

RE: [SOGo] Problem when creating new users account in SOGo server

2015-03-03 Thread Dérick AGUEY-ZINSOU
Thanks a lot for the answers.
I try to find the actual configuration of my server.
 -- First, the sogo.conf file seems not to contain no information. All of the 
information in the file are commented in C and C++ style comments.
-- Second, when I try this command : /usr/sbin/sogo-tool dump-defaults, the 
result is empty.

After many searches, I have another answer.
These informations are they available under the root user or the sogo user.
I try to change the sogo user password and it works but when I try to connect 
to the user, the system say me that this user account is not available for the 
moment.

Now, these are the informations you ask for :
* Which version of SOGo do you use? --- How can I get this 
information???
* Do you use native Outlook compatibility (openchange)?  No
* Do you have SOGo users in AD, LDAP or a database? --- Need to 
access the conf file to know
* Which settings do you use? 
---Same than before
* Which IMAP server do you use (cyrus, dovecot ...)?  
dovecot

Bien à vous, Best regards,
 
Dérick AGUEY-ZINSOU, Directeur Général
Tél : +229 21 30 66 58
Mob : +229 95 78 80 84 / +229 97 48 56 10
Email : derick.ag...@admitbenin.com | Site web : http://www.admitbenin.com | 
Skype : derick.aguey
Accédez aux informations sur notre partenariat Microsoft à l’adresse : 
http://pinpoint.microsoft.com/fr-XC/partners/ADM-Informatique-Technologies-4298632537?LocId=399264458468697
 
Connaissez vous RoomAlert ? Découvrez notre catalogue ici : 
http://www.admitbenin.com/wp-content/uploads/2014/07/AVTECH_Catalog.pdf 


 

-Message d'origine-
De : users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] De la part de 
Christian Mack
Envoyé : jeudi 26 février 2015 14:08
À : users@sogo.nu
Objet : Re: [SOGo] Problem when creating new users account in SOGo server

Hello
Am 2015-02-26 um 12:04 schrieb derick.ag...@admitbenin.com:
 Hi all,
 I'm newbie on SOGo. I start working in a company as IT Assistant since a few
 weeks. The network consist of an MS Active Directory server for user
 authentication and Debian Linux server for mailing and groupeware Platform
 using SOGo. All the servers are already installed before I came and the last
 IT Assistant don't let any documents and informations after the admin and root
 credentials.
 I have as one of my duties to manage the SOGo server and Platform. I need to
 create new users for the company but all the documents and informations I read
 about SOGo don't give me real informations about how to proceed. I'm searching
 since a week now to create those users account. I found an official docs that
 ask me to create the users on AD server and to configure them on SOGo but it's
 not working. I also don't knwo how the mail are managed? Are they managed on
 SOGo or in Postfix?
 Please help...
 

Seems you have no experience as an system admin at all, not only with SOGo.
(No offence here, just a statement)

First you have to look at the actual configuration.
Where you can find the one for SOGo is dependent from your version of SOGo.
Pre 2.0.5 it is in GNUstep, afterwards it is in /etc/sogo/sogo.conf.
The GNUstep one can be queried with
/usr/sbin/sogo-tool dump-defaults
If the result is empty, then teh configuration is in /etc/sogo/sogo.conf
(Be sure to not have it in both!)

In there you find the authentication source definition of SOGo in
SOGoUserSources.
It tells you where your users should be.

Postboxes are neither managed in SOGo nor in postfix.
SOGo is an IMAP capable email client.
Postfix is an SMTP server, which distributes emails between servers.
What you search for is an IMAP server. He stores all emails for your
domain(s).
Which one you use, is up to you (or your predecessor).
Check SOGoIMAPServer.

Try to understand your setup first.

Then you can ask again, and provide us with infos like
* Which version of SOGo do you use?
* Do you use native Outlook compatibility (openchange)?
* Do you have SOGo users in AD, LDAP or a database?
* Which settings do you use?
* Which IMAP server do you use (cyrus, dovecot ...)?

If this is beyond your abilities or you don't have the time to learn,
you should get paid support from invers.


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416


-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem when creating new users account in SOGo server

2015-02-26 Thread Christian Mack
Hello
Am 2015-02-26 um 12:04 schrieb derick.ag...@admitbenin.com:
 Hi all,
 I'm newbie on SOGo. I start working in a company as IT Assistant since a few
 weeks. The network consist of an MS Active Directory server for user
 authentication and Debian Linux server for mailing and groupeware Platform
 using SOGo. All the servers are already installed before I came and the last
 IT Assistant don't let any documents and informations after the admin and root
 credentials.
 I have as one of my duties to manage the SOGo server and Platform. I need to
 create new users for the company but all the documents and informations I read
 about SOGo don't give me real informations about how to proceed. I'm searching
 since a week now to create those users account. I found an official docs that
 ask me to create the users on AD server and to configure them on SOGo but it's
 not working. I also don't knwo how the mail are managed? Are they managed on
 SOGo or in Postfix?
 Please help...
 

Seems you have no experience as an system admin at all, not only with SOGo.
(No offence here, just a statement)

First you have to look at the actual configuration.
Where you can find the one for SOGo is dependent from your version of SOGo.
Pre 2.0.5 it is in GNUstep, afterwards it is in /etc/sogo/sogo.conf.
The GNUstep one can be queried with
/usr/sbin/sogo-tool dump-defaults
If the result is empty, then teh configuration is in /etc/sogo/sogo.conf
(Be sure to not have it in both!)

In there you find the authentication source definition of SOGo in
SOGoUserSources.
It tells you where your users should be.

Postboxes are neither managed in SOGo nor in postfix.
SOGo is an IMAP capable email client.
Postfix is an SMTP server, which distributes emails between servers.
What you search for is an IMAP server. He stores all emails for your
domain(s).
Which one you use, is up to you (or your predecessor).
Check SOGoIMAPServer.

Try to understand your setup first.

Then you can ask again, and provide us with infos like
* Which version of SOGo do you use?
* Do you use native Outlook compatibility (openchange)?
* Do you have SOGo users in AD, LDAP or a database?
* Which settings do you use?
* Which IMAP server do you use (cyrus, dovecot ...)?

If this is beyond your abilities or you don't have the time to learn,
you should get paid support from invers.


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem with setting sogo superuser

2015-02-13 Thread Christian Mack
Hello Begum Tuncer

Am 2015-02-09 um 15:24 schrieb Begum Tuncer:
 
 On Mon, Feb 9, 2015 at 4:07 PM, Christian Mack 
 christian.m...@uni-konstanz.de wrote:

 Sorry I didn't make it clear.

 What is set in your LDAP in attribute uid for the user you want to
 give super powers?

 
 As LDAP attribute:
 uid: sogo1
 
 
 Is that so...@hede.com.tr or something else?
 If it is something else, you have to set that in the list
 SOGoSuperUsernames.

 
 I've already tried sogo1 too (as I wrote in my first thread), but it didn't
 work either.
 

Strange!

Do you get errors for the following command?
plparse /etc/sogo/sogo.conf


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem with setting sogo superuser

2015-02-09 Thread Begum Tuncer
Hello again,

On Mon, Feb 9, 2015 at 4:07 PM, Christian Mack 
christian.m...@uni-konstanz.de wrote:


 Sorry I didn't make it clear.

 What is set in your LDAP in attribute uid for the user you want to
 give super powers?


As LDAP attribute:
uid: sogo1


 Is that so...@hede.com.tr or something else?
 If it is something else, you have to set that in the list
 SOGoSuperUsernames.


I've already tried sogo1 too (as I wrote in my first thread), but it didn't
work either.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with setting sogo superuser

2015-02-09 Thread Christian Mack
Am 2015-02-07 um 18:45 schrieb Begum Tuncer:
 06 Şub 2015 23:06 tarihinde Francis Lachapelle flachape...@inverse.ca
 yazdı:


 Try with parentheses, but without the double quotes.

 Hi Francis,
 I've already tried it with parantheses and without double quotes, but it
 didn't work either.
 

I just remembered, that in SOGoSuperUsernames only UID fields work.
What have you set in UIDFieldName = uid in your SOGoUserSources LDAP for
that user?
If it is not so...@hede.com.tr, then that is your problem.


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem with setting sogo superuser

2015-02-09 Thread Begum Tuncer
On Mon, Feb 9, 2015 at 1:19 PM, Christian Mack 
christian.m...@uni-konstanz.de wrote:

 I just remembered, that in SOGoSuperUsernames only UID fields work.
 What have you set in UIDFieldName = uid in your SOGoUserSources LDAP for
 that user?
 If it is not so...@hede.com.tr, then that is your problem.


Hi Christian,
My user sources configuration is like that:
  SOGoUserSources = (
{
  type = ldap;
  bindDN = cn=admin,dc=hede,dc=com,dc=tr;
  bindPassword = ***;
  bindFields = (uid, mail);
  CNFieldName = cn;
  IDFieldName = uid;
  UIDFieldName = uid;
  baseDN = ou=people,dc=hede,dc=com,dc=tr;
  canAuthenticate = YES;
  displayName = Shared Addresses;
  hostname = localhost;
  id = public_hede;
  isAddressBook = YES;
  port = 389;
  userPasswordAlgorithm = ssha;
  prependPasswordScheme = YES;
}
  );
UIDFieldName is setted as uid, like you said. But in bindFields, I had to
add both uid and mail to support multi domains, as you can see above.
Can this be the problem?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with setting sogo superuser

2015-02-07 Thread Begum Tuncer
06 Şub 2015 23:06 tarihinde Francis Lachapelle flachape...@inverse.ca
yazdı:


 Try with parentheses, but without the double quotes.

Hi Francis,
I've already tried it with parantheses and without double quotes, but it
didn't work either.

Any other ideas? Thank you.
Begum
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with setting sogo superuser

2015-02-06 Thread Francis Lachapelle
Hi Begum

On Feb 5, 2015, at 3:39 AM, raib...@gmail.com wrote:

 I'll have multiple domains so I tried:
 
 SOGoSuperUsernames = (so...@hede.com.tr);
 SOGoSuperUsernames = (sogo1);
 SOGoSuperUsernames = so...@hede.com.tr;
 
 but none of them works. What am i doing wrong?

Try with parentheses, but without the double quotes.


Francis
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Problem with setting sogo superuser

2015-02-05 Thread Petr Mandelík
I believe without quotation marks it should work.

I have in sogo.conf something like this
SOGoSuperUsernames = (postmas...@mydomain.com, usern...@mydomain.com);

PM


 Čtvrtek, 5 Únor, 2015 09:39 CET, raib...@gmail.com napsal:

 Hello,
 I'm new at Sogo. I installed Sogo and I am trying to use it with my openldap
 accounts. I'm able to login with ldap accounts without problem (also share
 calendars, send mail, etc), but I can't set any of email accounts as
 superuser. When i login with the account that i defined at SOGoSuperUsernames,
 i see nothing special than an ordinary user, no administrative things.

 I'll have multiple domains so I tried:

 SOGoSuperUsernames = (so...@hede.com.tr);
 SOGoSuperUsernames = (sogo1);
 SOGoSuperUsernames = so...@hede.com.tr;

 but none of them works. What am i doing wrong?

 Sogo version: sogo-2.2.14-1.centos6.x86_64 (from inverse rpm repository)

 Here is my sogo.conf:

 {
   WOWorkersCount = 3;
   WOPort = 127.0.0.1:2;
   WOLogFile = /var/log/sogo/sogo.log;
   WOPidFile = /var/run/sogo/sogo.pid;
   SOGoMemcachedHost = 127.0.0.1;
   SOGoEnableDomainBasedUID = YES;
   SOGoPasswordChangeEnabled = YES;
   SOGoDraftsFolderName = Drafts;
   SOGoSentFolderName = Sent;
   SOGoTrashFolderName = Trash;
   NGImap4ConnectionStringSeparator = .;
   SOGoIMAPAclConformsToIMAPExt = NO;
   SOGoSieveServer = sieve://127.0.0.1:4190;
   SOGoSMTPServer = 127.0.0.1;
   SOGoMailingMechanism = smtp;
   SOGoForceExternalLoginWithEmail = YES;
   SOGoPageTitle = SOGo Hede;
   SOGoSuperUsernames = (so...@hede.com.tr);

   domains = {
 hede = {
   SOGoMailDomain = hede.com.tr;
   SOGoIMAPServer = 127.0.0.1:143;
   SOGoTimeZone = Europe/Istanbul;
   SOGoAppointmentSendEMailNotifications = YES;
   SOGoCalendarDefaultRoles = (PublicViewer, ConfidentialDAndTViewer);
   SOGoContactsDefaultRoles = (ObjectEditor);
   SOGoNotifyOnExternalModifications = YES;
   SOGoUserSources = (
 {
   type = ldap;
   bindDN = cn=admin,dc=hede,dc=com,dc=tr;
   bindPassword = ***;
   bindFields = (uid, mail);
   CNFieldName = cn;
   IDFieldName = uid;
   UIDFieldName = uid;
   baseDN = ou=people,dc=hede,dc=com,dc=tr;
   canAuthenticate = YES;
   displayName = Shared Addresses;
   hostname = localhost;
   id = public_hede;
   isAddressBook = YES;
   port = 389;
   userPasswordAlgorithm = ssha;
   prependPasswordScheme = YES;
 }
   );
   SOGoProfileURL =
 mysql://sogo:sogo@localhost:3306/sogo_hede/sogo_user_profile;
   OCSFolderInfoURL =
 mysql://sogo:sogo@localhost:3306/sogo_hede/sogo_folder_info;
   OCSSessionsFolderURL =
 mysql://sogo:sogo@localhost:3306/sogo_hede/sogo_sessions_folder;
 };
 otherdomain = {
   ...
 };
   };
 }
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists






-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with setting sogo superuser

2015-02-05 Thread Begum Tuncer
On Thu, Feb 5, 2015 at 4:55 PM, Christian Mack 
christian.m...@uni-konstanz.de wrote:

 Hello

 Quotes are ok, but you have to stop and start sogod (restart doesn't
 work!) and memcached.

 Hint:
 You can always syntax check your sogo.conf with plparse.


 Kind regards,
 Christian Mack


Christian, thanks for reply.
I've already fully stopped and started Sogo for several times but nothing
cached. Memcached is not running now, by the way.
Any other ideas?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with setting sogo superuser

2015-02-05 Thread Begum Tuncer
Wait... I might be understanding this admin thing wrong. I'm looking for
some administrative preferences in superuser's web interface. But now I saw
in some forums that people says in sogo there is no place (in web
interface) to add/remove/edit other users. If that's so, what is the
purpose of superuser? Maybe I am successfully setting the superuser but
can't relealize it.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with setting sogo superuser

2015-02-05 Thread mourik jan heupink

Hi Begum,

Amins get an additional 'Administration' menu. But it's easy to 
overlook, and I personally have never used it.


Users are added/edited in whatever backend you choose, not directly in 
SOGo. In oud case: samba4 AD.


Hope that helps,
MJ

On 02/05/2015 04:50 PM, Begum Tuncer wrote:

Wait... I might be understanding this admin thing wrong. I'm looking for
some administrative preferences in superuser's web interface. But now I
saw in some forums that people says in sogo there is no place (in web
interface) to add/remove/edit other users. If that's so, what is the
purpose of superuser? Maybe I am successfully setting the superuser but
can't relealize it.

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Problem with setting sogo superuser

2015-02-05 Thread Christian Mack
Hello

Quotes are ok, but you have to stop and start sogod (restart doesn't
work!) and memcached.

Hint:
You can always syntax check your sogo.conf with plparse.


Kind regards,
Christian Mack

Am 2015-02-05 um 14:56 schrieb Petr Mandelík:
 I believe without quotation marks it should work.
 
 I have in sogo.conf something like this
 SOGoSuperUsernames = (postmas...@mydomain.com, usern...@mydomain.com);
 
 PM
 
 
  Čtvrtek, 5 Únor, 2015 09:39 CET, raib...@gmail.com napsal:
 
 Hello,
 I'm new at Sogo. I installed Sogo and I am trying to use it with my openldap
 accounts. I'm able to login with ldap accounts without problem (also share
 calendars, send mail, etc), but I can't set any of email accounts as
 superuser. When i login with the account that i defined at 
 SOGoSuperUsernames,
 i see nothing special than an ordinary user, no administrative things.

 I'll have multiple domains so I tried:

 SOGoSuperUsernames = (so...@hede.com.tr);
 SOGoSuperUsernames = (sogo1);
 SOGoSuperUsernames = so...@hede.com.tr;

 but none of them works. What am i doing wrong?

 Sogo version: sogo-2.2.14-1.centos6.x86_64 (from inverse rpm repository)

 Here is my sogo.conf:

 {
   WOWorkersCount = 3;
   WOPort = 127.0.0.1:2;
   WOLogFile = /var/log/sogo/sogo.log;
   WOPidFile = /var/run/sogo/sogo.pid;
   SOGoMemcachedHost = 127.0.0.1;
   SOGoEnableDomainBasedUID = YES;
   SOGoPasswordChangeEnabled = YES;
   SOGoDraftsFolderName = Drafts;
   SOGoSentFolderName = Sent;
   SOGoTrashFolderName = Trash;
   NGImap4ConnectionStringSeparator = .;
   SOGoIMAPAclConformsToIMAPExt = NO;
   SOGoSieveServer = sieve://127.0.0.1:4190;
   SOGoSMTPServer = 127.0.0.1;
   SOGoMailingMechanism = smtp;
   SOGoForceExternalLoginWithEmail = YES;
   SOGoPageTitle = SOGo Hede;
   SOGoSuperUsernames = (so...@hede.com.tr);

   domains = {
 hede = {
   SOGoMailDomain = hede.com.tr;
   SOGoIMAPServer = 127.0.0.1:143;
   SOGoTimeZone = Europe/Istanbul;
   SOGoAppointmentSendEMailNotifications = YES;
   SOGoCalendarDefaultRoles = (PublicViewer, ConfidentialDAndTViewer);
   SOGoContactsDefaultRoles = (ObjectEditor);
   SOGoNotifyOnExternalModifications = YES;
   SOGoUserSources = (
 {
   type = ldap;
   bindDN = cn=admin,dc=hede,dc=com,dc=tr;
   bindPassword = ***;
   bindFields = (uid, mail);
   CNFieldName = cn;
   IDFieldName = uid;
   UIDFieldName = uid;
   baseDN = ou=people,dc=hede,dc=com,dc=tr;
   canAuthenticate = YES;
   displayName = Shared Addresses;
   hostname = localhost;
   id = public_hede;
   isAddressBook = YES;
   port = 389;
   userPasswordAlgorithm = ssha;
   prependPasswordScheme = YES;
 }
   );
   SOGoProfileURL =
 mysql://sogo:sogo@localhost:3306/sogo_hede/sogo_user_profile;
   OCSFolderInfoURL =
 mysql://sogo:sogo@localhost:3306/sogo_hede/sogo_folder_info;
   OCSSessionsFolderURL =
 mysql://sogo:sogo@localhost:3306/sogo_hede/sogo_sessions_folder;
 };
 otherdomain = {
   ...
 };
   };
 }
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists
 
 
 
 
 
 


-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem with setting sogo superuser

2015-02-05 Thread Begum Tuncer
On Thu, Feb 5, 2015 at 3:56 PM, Petr Mandelík p...@mandelik.com wrote:

 I believe without quotation marks it should work.

 I have in sogo.conf something like this
 SOGoSuperUsernames = (postmas...@mydomain.com, usern...@mydomain.com);

 PM

 PM,
I tried but it doesn't work either.
I also tried to put the key-value to Domain part, but none of them worked.
I'm still seeing only Calendar, Adress Book, Mail and Preferences tabs in
web interface when i login with the user i defined as superuser. Am I
missing something? Are there some other steps to be followed? Or a
different url to login (admin url maybe)?
Thank you.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem on compiling Sogo Openchange Backend.

2015-02-01 Thread Nicolas Lécureuil

Le 28/01/2015 15:29, Nicolas Lécureuil a écrit :

Hello,

i try to build the SOGo Openchange backend.

It fails to link with this error :


 Linking bundle SOGoBackend ...
./obj/SOGoBackend.obj/MAPIStoreTable.m.o:(.data.rel+0x10): undefined
reference to `__objc_class_name_EOKeyValueQualifier'
./obj/SOGoBackend.obj/MAPIStoreTable.m.o:(.data.rel+0x20): undefined
reference to `__objc_class_name_EOOrQualifier'
./obj/SOGoBackend.obj/MAPIStoreTable.m.o:(.data.rel+0x28): undefined
reference to `__objc_class_name_EOAndQualifier'
./obj/SOGoBackend.obj/MAPIStoreTable.m.o:(.data.rel+0x38): undefined
reference to `__objc_class_name_EONotQualifier'
./obj/SOGoBackend.obj/MAPIStoreDBFolder.m.o:(.data.rel+0x60): undefined
reference to `__objc_class_name_EOKeyValueQualifier'
./obj/SOGoBackend.obj/MAPIStoreDBMessageTable.m.o:(.data.rel+0x8): 
undefined

reference to `__objc_class_name_EOOrQualifier'
./obj/SOGoBackend.obj/MAPIStoreDBMessageTable.m.o:(.data.rel+0x10):
undefined reference to `__objc_class_name_EOKeyValueQualifier'
./obj/SOGoBackend.obj/MAPIStoreGCSFolder.m.o:(.data.rel+0x20): 
undefined

reference to `__objc_class_name_EOSortOrdering'
./obj/SOGoBackend.obj/MAPIStoreGCSFolder.m.o:(.data.rel+0x28): 
undefined

reference to `__objc_class_name_EOKeyValueQualifier'
./obj/SOGoBackend.obj/MAPIStoreGCSFolder.m.o:(.data.rel+0x50): 
undefined

reference to `__objc_class_name_EOFetchSpecification'
./obj/SOGoBackend.obj/MAPIStoreGCSFolder.m.o:(.data.rel+0x58): 
undefined

reference to `__objc_class_name_EOAndQualifier'
./obj/SOGoBackend.obj/MAPIStoreGCSMessageTable.m.o:(.data.rel+0x10):
undefined reference to `__objc_class_name_EOSortOrdering'
./obj/SOGoBackend.obj/MAPIStoreGCSMessageTable.m.o:(.data.rel+0x20):
undefined reference to `__objc_class_name_EOKeyValueQualifier'
./obj/SOGoBackend.obj/MAPIStoreCalendarFolder.m.o:(.data.rel+0x8): 
undefined

reference to `__objc_class_name_EOQualifier'
./obj/SOGoBackend.obj/MAPIStoreCalendarFolder.m.o:(.data.rel+0x28):
undefined reference to `__objc_class_name_SOGoAppointmentObject'
./obj/SOGoBackend.obj/MAPIStoreCalendarMessage.m.o:(.data.rel+0x10):
undefined reference to `__objc_class_name_SOGoAppointmentObject'
./obj/SOGoBackend.obj/MAPIStoreCalendarMessage.m.o:(.data.rel+0x20):
undefined reference to `__objc_class_name_EOFetchSpecification'
./obj/SOGoBackend.obj/MAPIStoreCalendarMessage.m.o:(.data.rel+0x28):
undefined reference to `__objc_class_name_EOQualifier'
./obj/SOGoBackend.obj/MAPIStoreCalendarMessageTable.m.o:(.data.rel+0x18):
undefined reference to `__objc_class_name_EOAndQualifier'
./obj/SOGoBackend.obj/MAPIStoreCalendarMessageTable.m.o:(.data.rel+0x20):
undefined reference to `__objc_class_name_EONotQualifier'
./obj/SOGoBackend.obj/MAPIStoreCalendarMessageTable.m.o:(.data.rel+0x30):
undefined reference to `__objc_class_name_EOKeyValueQualifier'
./obj/SOGoBackend.obj/MAPIStoreContactsFolder.m.o:(.data.rel+0x18):
undefined reference to `__objc_class_name_SOGoContactGCSEntry'
./obj/SOGoBackend.obj/MAPIStoreContactsMessage.m.o:(.data.rel+0x0):
undefined reference to `__objc_class_name_SOGoContactGCSEntry'
./obj/SOGoBackend.obj/MAPIStoreContactsMessageTable.m.o:(.data.rel+0x10):
undefined reference to `__objc_class_name_EOAndQualifier'
./obj/SOGoBackend.obj/MAPIStoreContactsMessageTable.m.o:(.data.rel+0x18):
undefined reference to `__objc_class_name_EOKeyValueQualifier'
./obj/SOGoBackend.obj/MAPIStoreTasksFolder.m.o:(.data.rel+0x8): 
undefined

reference to `__objc_class_name_EOQualifier'
./obj/SOGoBackend.obj/MAPIStoreTasksFolder.m.o:(.data.rel+0x20): 
undefined

reference to `__objc_class_name_SOGoTaskObject'
./obj/SOGoBackend.obj/MAPIStoreTasksMessage.m.o:(.data.rel+0x0): 
undefined

reference to `__objc_class_name_SOGoTaskObject'
./obj/SOGoBackend.obj/MAPIStoreTasksMessageTable.m.o:(.data.rel+0x10):
undefined reference to `__objc_class_name_EOKeyValueQualifier'
./obj/SOGoBackend.obj/MAPIStoreMailContext.m.o:(.data.rel+0x18): 
undefined

reference to `__objc_class_name_SOGoMailFolder'
./obj/SOGoBackend.obj/MAPIStoreMailFolder.m.o:(.data.rel+0x68): 
undefined

reference to `__objc_class_name_EOAndQualifier'
./obj/SOGoBackend.obj/MAPIStoreMailFolder.m.o:(.data.rel+0x70): 
undefined

reference to `__objc_class_name_EONotQualifier'
./obj/SOGoBackend.obj/MAPIStoreMailFolder.m.o:(.data.rel+0x80): 
undefined

reference to `__objc_class_name_EOKeyValueQualifier'
./obj/SOGoBackend.obj/MAPIStoreMailFolder.m.o:(.data.rel+0x88): 
undefined

reference to `__objc_class_name_EOQualifier'
./obj/SOGoBackend.obj/MAPIStoreMailFolder.m.o:(.data.rel+0xc0): 
undefined

reference to `__objc_class_name_SOGoMailFolder'
./obj/SOGoBackend.obj/MAPIStoreMailMessage.m.o:(.data.rel+0x0): 
undefined

reference to `__objc_class_name_SOGoMailObject'
./obj/SOGoBackend.obj/MAPIStoreMailMessageTable.m.o:(.data.rel+0x20):
undefined reference to `__objc_class_name_EOKeyValueQualifier'
collect2: error: ld returned 1 exit status


I already fixed some link errors but i don't pass to fix those ones.

Does 

Re:[SOGo] Problem with AS

2014-12-15 Thread tfu
Von: Szládovics Péter p...@szladovics.hu
Erhalten: 15.12.2014 12:01
An: SOGo lista users@sogo.nu

Hi Guys,

We have the weird problem with some clients of us.
The problem is exists on my mobile (Android/4.4.2-EAS-1.3) and on my 
older daughter's mobile (4.2.2-EAS-1.3) - and doesn't exist on my wife's 
mobile (4.2.2-EAS-1.3 too), so I don't know, what is wrong.

When I set up the AS client, the mails/contacts/calendar were 
synchronised correctly, but the folders were duplicated on the folder 
list. On my daughter's mobile the folders were multiplied (4-5-6 times), 
when I changed the period of synchronization. On my mobile always have 
max. two copies.
Some times the folder-list seems as normal, but doesn't contain any 
mails... When they are multiplied, the first one keeps the mails, the 
other ones are empty.

My wife hasn't this problem, and I don't know why - she hasn't any 
sub-folder. But my daughter and me have.

This problem has existed since upgraded my system to 2.2.10 - actually 
we use 2.2.11a, but the problem still alive.

Other components (Ubuntu 14.04.1 LTS):

apache2-2.4.7-1ubuntu4.1
apache2-bin-2.4.7-1ubuntu4.1
apache2-data-2.4.7-1ubuntu4.1
apache2-mpm-prefork-2.4.7-1ubuntu4.1
apache2-utils-2.4.7-1ubuntu4.1
dovecot-core-1:2.2.9-1ubuntu2.1
dovecot-imapd-1:2.2.9-1ubuntu2.1
dovecot-ldap-1:2.2.9-1ubuntu2.1
dovecot-managesieved-1:2.2.9-1ubuntu2.1
dovecot-pop3d-1:2.2.9-1ubuntu2.1
dovecot-sieve-1:2.2.9-1ubuntu2.1
libapache2-mod-php5-5.5.9+dfsg-1ubuntu4.5
libapache2-mod-wsgi-3.4-4ubuntu2.1.14.04.2
libsope-appserver4.9-4.9.r1664.20141210
libsope-core4.9-4.9.r1664.20141210
libsope-gdl1-4.9-4.9.r1664.20141210
libsope-ldap4.9-4.9.r1664.20141210
libsope-mime4.9-4.9.r1664.20141210
libsope-xml4.9-4.9.r1664.20141210
postfix-2.11.0-1
postfix-ldap-2.11.0-1
python-samba-2:4.1.6+dfsg-1ubuntu2.14.04.3
samba-2:4.1.6+dfsg-1ubuntu2.14.04.3
samba-common-2:4.1.6+dfsg-1ubuntu2.14.04.3
samba-common-bin-2:4.1.6+dfsg-1ubuntu2.14.04.3
samba-dsdb-modules-2:4.1.6+dfsg-1ubuntu2.14.04.3
samba-libs:i386-2:4.1.6+dfsg-1ubuntu2.14.04.3
samba-vfs-modules-2:4.1.6+dfsg-1ubuntu2.14.04.3
sogo:i386-2.2.11a-1
sogo-activesync-2.2.11a-1
sope4.9-gdl1-mysql-4.9.r1664.20141210
sope4.9-libxmlsaxdriver-4.9.r1664.20141210

Do you know what is wrong? Could you solve this?

Thanks,
Peti
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


===
===

Hi Peti!

You can use sogo-tool manage-eas to display the which folders are currently 
managed  for a particular EAS client:

Display all registered devices:
 sogo-tool manage-eas listdevices 

Display all folders for a particular device:
 sogo-tool manage-eas listfolders 


Please post the result of listfolders, it might help to understand what is 
going on ...

Regards,
Thomas
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with AS

2014-12-15 Thread Christian Mack
Hello Szládovics Péter

Am 2014-12-15 um 12:01 schrieb Szládovics Péter:
 
 We have the weird problem with some clients of us.
 The problem is exists on my mobile (Android/4.4.2-EAS-1.3) and on my
 older daughter's mobile (4.2.2-EAS-1.3) - and doesn't exist on my wife's
 mobile (4.2.2-EAS-1.3 too), so I don't know, what is wrong.
 
 When I set up the AS client, the mails/contacts/calendar were
 synchronised correctly, but the folders were duplicated on the folder
 list. On my daughter's mobile the folders were multiplied (4-5-6 times),
 when I changed the period of synchronization. On my mobile always have
 max. two copies.
 Some times the folder-list seems as normal, but doesn't contain any
 mails... When they are multiplied, the first one keeps the mails, the
 other ones are empty.
 
 My wife hasn't this problem, and I don't know why - she hasn't any
 sub-folder. But my daughter and me have.
 
 This problem has existed since upgraded my system to 2.2.10 - actually
 we use 2.2.11a, but the problem still alive.
 
 Other components (Ubuntu 14.04.1 LTS):
 
apache2-2.4.7-1ubuntu4.1
apache2-bin-2.4.7-1ubuntu4.1
apache2-data-2.4.7-1ubuntu4.1
apache2-mpm-prefork-2.4.7-1ubuntu4.1
apache2-utils-2.4.7-1ubuntu4.1
dovecot-core-1:2.2.9-1ubuntu2.1
dovecot-imapd-1:2.2.9-1ubuntu2.1
dovecot-ldap-1:2.2.9-1ubuntu2.1
dovecot-managesieved-1:2.2.9-1ubuntu2.1
dovecot-pop3d-1:2.2.9-1ubuntu2.1
dovecot-sieve-1:2.2.9-1ubuntu2.1
libapache2-mod-php5-5.5.9+dfsg-1ubuntu4.5
libapache2-mod-wsgi-3.4-4ubuntu2.1.14.04.2
libsope-appserver4.9-4.9.r1664.20141210
libsope-core4.9-4.9.r1664.20141210
libsope-gdl1-4.9-4.9.r1664.20141210
libsope-ldap4.9-4.9.r1664.20141210
libsope-mime4.9-4.9.r1664.20141210
libsope-xml4.9-4.9.r1664.20141210
postfix-2.11.0-1
postfix-ldap-2.11.0-1
python-samba-2:4.1.6+dfsg-1ubuntu2.14.04.3
samba-2:4.1.6+dfsg-1ubuntu2.14.04.3
samba-common-2:4.1.6+dfsg-1ubuntu2.14.04.3
samba-common-bin-2:4.1.6+dfsg-1ubuntu2.14.04.3
samba-dsdb-modules-2:4.1.6+dfsg-1ubuntu2.14.04.3
samba-libs:i386-2:4.1.6+dfsg-1ubuntu2.14.04.3
samba-vfs-modules-2:4.1.6+dfsg-1ubuntu2.14.04.3
sogo:i386-2.2.11a-1
sogo-activesync-2.2.11a-1
sope4.9-gdl1-mysql-4.9.r1664.20141210
sope4.9-libxmlsaxdriver-4.9.r1664.20141210
 
 Do you know what is wrong? Could you solve this?
 

As you updated SOGo in between.
Did you try to clear all ActiveSync meta data on the SOGo server with
sogo-tool and resynchronize?

See
sogo-tool manage-eas listdevices ${USER}
sogo-tool manage-eas resetdevice ${USER} ${DEVICEID}


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem with AS

2014-12-15 Thread Szládovics Péter

2014-12-15 14:27 keltezéssel, t...@aon.at írta:

Hi Peti!


Hi,


You can use sogo-tool manage-eas to display the which folders are currently 
managed  for a particular EAS client:

Display all registered devices:
 sogo-tool manage-eas listdevices

Display all folders for a particular device:
 sogo-tool manage-eas listfolders


Please post the result of listfolders, it might help to understand what is 
going on ...


Thanks your help, but it doesn't help :(

sogo-tool manage-eas listdevices myuser

is empty:
0x0x8ab82bc[SOGoCache] Cache cleanup interval set every 300.00 seconds
0x0x8ab82bc[SOGoCache] Using host(s) 'localhost' as server(s)

My daughter's list empty too...

But my wife's list has the ID:
0x0x98f82bc[SOGoCache] Cache cleanup interval set every 300.00 seconds
0x0x98f82bc[SOGoCache] Using host(s) 'localhost' as server(s)
*android1388534406700*

I think, these footprints seems good, but we need to know where do they 
go :)


Have you ideas?
How can I register out phones? Mailbox deletion/recreation didn't help.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with AS

2014-12-15 Thread Szládovics Péter

2014-12-15 15:38 keltezéssel, Christian Mack írta:

Hello Szládovics Péter

Am 2014-12-15 um 12:01 schrieb Szládovics Péter:

We have the weird problem with some clients of us.
The problem is exists on my mobile (Android/4.4.2-EAS-1.3) and on my
older daughter's mobile (4.2.2-EAS-1.3) - and doesn't exist on my wife's
mobile (4.2.2-EAS-1.3 too), so I don't know, what is wrong.

When I set up the AS client, the mails/contacts/calendar were
synchronised correctly, but the folders were duplicated on the folder
list. On my daughter's mobile the folders were multiplied (4-5-6 times),
when I changed the period of synchronization. On my mobile always have
max. two copies.
Some times the folder-list seems as normal, but doesn't contain any
mails... When they are multiplied, the first one keeps the mails, the
other ones are empty.

My wife hasn't this problem, and I don't know why - she hasn't any
sub-folder. But my daughter and me have.

This problem has existed since upgraded my system to 2.2.10 - actually
we use 2.2.11a, but the problem still alive.

Other components (Ubuntu 14.04.1 LTS):

apache2-2.4.7-1ubuntu4.1
apache2-bin-2.4.7-1ubuntu4.1
apache2-data-2.4.7-1ubuntu4.1
apache2-mpm-prefork-2.4.7-1ubuntu4.1
apache2-utils-2.4.7-1ubuntu4.1
dovecot-core-1:2.2.9-1ubuntu2.1
dovecot-imapd-1:2.2.9-1ubuntu2.1
dovecot-ldap-1:2.2.9-1ubuntu2.1
dovecot-managesieved-1:2.2.9-1ubuntu2.1
dovecot-pop3d-1:2.2.9-1ubuntu2.1
dovecot-sieve-1:2.2.9-1ubuntu2.1
libapache2-mod-php5-5.5.9+dfsg-1ubuntu4.5
libapache2-mod-wsgi-3.4-4ubuntu2.1.14.04.2
libsope-appserver4.9-4.9.r1664.20141210
libsope-core4.9-4.9.r1664.20141210
libsope-gdl1-4.9-4.9.r1664.20141210
libsope-ldap4.9-4.9.r1664.20141210
libsope-mime4.9-4.9.r1664.20141210
libsope-xml4.9-4.9.r1664.20141210
postfix-2.11.0-1
postfix-ldap-2.11.0-1
python-samba-2:4.1.6+dfsg-1ubuntu2.14.04.3
samba-2:4.1.6+dfsg-1ubuntu2.14.04.3
samba-common-2:4.1.6+dfsg-1ubuntu2.14.04.3
samba-common-bin-2:4.1.6+dfsg-1ubuntu2.14.04.3
samba-dsdb-modules-2:4.1.6+dfsg-1ubuntu2.14.04.3
samba-libs:i386-2:4.1.6+dfsg-1ubuntu2.14.04.3
samba-vfs-modules-2:4.1.6+dfsg-1ubuntu2.14.04.3
sogo:i386-2.2.11a-1
sogo-activesync-2.2.11a-1
sope4.9-gdl1-mysql-4.9.r1664.20141210
sope4.9-libxmlsaxdriver-4.9.r1664.20141210

Do you know what is wrong? Could you solve this?


As you updated SOGo in between.
Did you try to clear all ActiveSync meta data on the SOGo server with
sogo-tool and resynchronize?

See
sogo-tool manage-eas listdevices ${USER}
sogo-tool manage-eas resetdevice ${USER} ${DEVICEID}


Hi,

This is OK, but I don't see any device-id for my problematic users. How 
can I reset that device what hasn't device-id?


--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Problem with AS

2014-12-15 Thread tfu
2014-12-15 14:27 keltezéssel, t...@aon.at írta:
 Hi Peti!

Hi,

 You can use sogo-tool manage-eas to display the which folders are currently 
 managed  for a particular EAS client:

 Display all registered devices:
  sogo-tool manage-eas listdevices

 Display all folders for a particular device:
  sogo-tool manage-eas listfolders


 Please post the result of listfolders, it might help to understand what is 
 going on ...

Thanks your help, but it doesn't help :(

sogo-tool manage-eas listdevices myuser

is empty:
0x0x8ab82bc[SOGoCache] Cache cleanup interval set every 300.00 seconds
0x0x8ab82bc[SOGoCache] Using host(s) 'localhost' as server(s)

My daughter's list empty too...

But my wife's list has the ID:
0x0x98f82bc[SOGoCache] Cache cleanup interval set every 300.00 seconds
0x0x98f82bc[SOGoCache] Using host(s) 'localhost' as server(s)
*android1388534406700*

I think, these footprints seems good, but we need to know where do they 
go :)

Have you ideas?
How can I register out phones? Mailbox deletion/recreation didn't help.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists




Ok; I seems that there is a problem with the cache entries for the synced 
folders. 
I assume that the column c_type has a value 127 which is wrong.
This was caused by a bug which was fixed some time ago, but old cache entries 
migth still have the wrong value.

Can you please post the content of the table: sogo_cache_folder_username.

You can try to identify the deviceId from sogo.log and then use following 
command to reset the device:
sogo-tool manage-eas resetdevice youruser deviceId found in sogo.log

Regards,
Thomas
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with AS

2014-12-15 Thread Szládovics Péter

2014-12-15 16:34 keltezéssel, t...@aon.at írta:

Ok; I seems that there is a problem with the cache entries for the synced 
folders.
I assume that the column c_type has a value 127 which is wrong.


You're absolutely right! All of problematic users have the 127 in the 
c_type field. My wife has 200 and 201 values



This was caused by a bug which was fixed some time ago, but old cache entries 
migth still have the wrong value.


How can I purge them with keep the database in consistent state?


Can you please post the content of the table: sogo_cache_folder_username.


Are you sure? My table has 106 columns... But all problematic user has 
the value 127 in c_type column in every row. I checked it.



You can try to identify the deviceId from sogo.log and then use following 
command to reset the device:
sogo-tool manage-eas resetdevice youruser deviceId found in sogo.log


I have found my id in my phone, and checked it in the log, and already 
tried this step. It didn't help :(

--
users@sogo.nu
https://inverse.ca/sogo/lists


RE: [SOGo] problem when editing perms

2014-10-13 Thread Héctor Moreno Blanco
Hello Christian,

In a server without users, just for testing purposes, with 200 workers, still 
happens the same: on Windows throws an error, but with Linux ans MacOS it works 
fine.

I have no clue about this issue.

I have tried fix permissions on Temp folders in Windows, without good results.

Any other ideas?

Thank you very much in advanced.
Kind regards.

Héctor Moreno.



-Mensaje original-
De: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] En nombre de Christian 
Mack
Enviado el: viernes, 10 de octubre de 2014 17:41
Para: users@sogo.nu
Asunto: Re: [SOGo] problem when editing perms

Hello Héctor Moreno Blanco

Am 2014-10-02 um 11:50 schrieb Héctor Moreno Blanco:

 We have a problem with certain browsers in certain computers.
 With every version of SOGo, when editing the calendar permissions the popup 
 window keeps loading and it is impossible to change them.
 This happens in Windows. It works fine with MacOS.

 All browsers (IE, Firefox, Chrome, Safari) are up to date as well as Java.

 There is no errors in apache logs or SOGo logs.

 Is there any issue with Windows OS?

 Any help would be appreciated.


Never saw this before.

I assume you have not enough worker threads running, so it is waiting
for SOGo to respond for quiet some time.


Kind regards,
Christian Mack

--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416


P Please consider the environment before printing this e-mail.

__
This message including any attachments may contain confidential 
information, according to our Information Security Management System,
 and intended solely for a specific individual to whom they are addressed.
 Any unauthorised copy, disclosure or distribution of this message
 is strictly forbidden. If you have received this transmission in error,
 please notify the sender immediately and delete it.

__
Este mensaje, y en su caso, cualquier fichero anexo al mismo,
 puede contener informacion clasificada por su emisor como confidencial
 en el marco de su Sistema de Gestion de Seguridad de la 
Informacion siendo para uso exclusivo del destinatario, quedando 
prohibida su divulgacion copia o distribucion a terceros sin la 
autorizacion expresa del remitente. Si Vd. ha recibido este mensaje 
 erroneamente, se ruega lo notifique al remitente y proceda a su borrado. 
Gracias por su colaboracion.

__

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] problem when editing perms

2014-10-13 Thread Christian Mack
Hello Héctor Moreno Blanco

Do you use any plug-ins and/or add-ons on windows?
Did you try disabling them before accessing SOGo?


Kind regards,
Christian Mack

Am 2014-10-13 um 11:06 schrieb Héctor Moreno Blanco:
 
 In a server without users, just for testing purposes, with 200 workers, still 
 happens the same: on Windows throws an error, but with Linux ans MacOS it 
 works fine.
 
 I have no clue about this issue.
 
 I have tried fix permissions on Temp folders in Windows, without good results.
 
 Any other ideas?
 
 
 -Mensaje original-
 De: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] En nombre de 
 Christian Mack
 Enviado el: viernes, 10 de octubre de 2014 17:41
 Para: users@sogo.nu
 Asunto: Re: [SOGo] problem when editing perms
 
 Am 2014-10-02 um 11:50 schrieb Héctor Moreno Blanco:

 We have a problem with certain browsers in certain computers.
 With every version of SOGo, when editing the calendar permissions the popup 
 window keeps loading and it is impossible to change them.
 This happens in Windows. It works fine with MacOS.

 All browsers (IE, Firefox, Chrome, Safari) are up to date as well as Java.

 There is no errors in apache logs or SOGo logs.

 Is there any issue with Windows OS?

 Any help would be appreciated.

 
 Never saw this before.
 
 I assume you have not enough worker threads running, so it is waiting
 for SOGo to respond for quiet some time.
 

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] problem when editing perms

2014-10-10 Thread Christian Mack
Hello Héctor Moreno Blanco

Am 2014-10-02 um 11:50 schrieb Héctor Moreno Blanco:
 
 We have a problem with certain browsers in certain computers.
 With every version of SOGo, when editing the calendar permissions the popup 
 window keeps loading and it is impossible to change them.
 This happens in Windows. It works fine with MacOS.
 
 All browsers (IE, Firefox, Chrome, Safari) are up to date as well as Java.
 
 There is no errors in apache logs or SOGo logs.
 
 Is there any issue with Windows OS?
 
 Any help would be appreciated.
 

Never saw this before.

I assume you have not enough worker threads running, so it is waiting
for SOGo to respond for quiet some time.


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


  1   2   3   4   >