[SOGo] Moving a SOGo installation to another server?

2014-12-17 Thread Michael Vogel
Hi!

I want to move my SOGo installation to another server (with a different
MySql-, IMAP- and SMTP-server)

Of course I want to keep the calendar and addressbook entries, as well
as the mail filter rules.

How can I do that?

Thanks!

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


[SOGo] I do not understand this error message

2014-12-17 Thread Foxnet
Hello

I do not get this error message below, could you give me an explanation and how 
to solve it.


Dec 17 08:12:54 sogod [27830]: [ERROR] 0x0x7fa0122ccff0[WOWatchDogChild] 
FAILURE receiving status for child 7585
Dec 17 08:12:54 sogod [27830]: [ERROR] 0x0x7fa0122ccff0[WOWatchDogChild]   
socket: NGActiveSocket[0x0x7fa0122dd810]: mode=rw address=(null) 
connectedTo=0x0x7fa01228ef70[NGLocalSocketAddress]: 
/tmp/_ngsocket_0x6cb6_0x7fa012084690_000 receive-timeout=1.000s
Dec 17 08:12:54 sogod [27830]: [ERROR] 0x0x7fa0122ccff0[WOWatchDogChild]   
exception: NGSocketTimedOutException: 0x7fa0122f5680 
NAME:NGSocketTimedOutException REASON:the socket was shutdown INFO:{errno = 11; 
error = Resource temporarily unavailable; stream = {object = 
NGActiveSocket[0x0x7fa0122dd810]: mode=rw address=(null) 
connectedTo=0x0x7fa01228ef70[NGLocalSocketAddress]: 
/tmp/_ngsocket_0x6cb6_0x7fa012084690_000 receive-timeout=1.000s;}; }
Dec 17 08:12:54 sogod [27830]: 0x0x7fa0122ccff0[WOWatchDogChild] sending 
terminate signal to pid 7585

Thank you for your help

Michel



__ Information from ESET Mail Security, version of virus signature 
database 10889 (20141217) __

The message was checked by ESET Mail Security.
http://www.eset.com


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

[SOGo] SOGO mail installation

2014-12-17 Thread artbalauro
Hi there,

I want to install sogo email on centos 6.5.. please help for guide on
installation process. link for repository that were needed. And can I use
mysql authentication instead of MS Active Directory or LDAP.

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


Re: [SOGo] SOGO mail installation

2014-12-17 Thread Kai-Uwe Rommel
users-requ...@sogo.nu wrote on 17.12.2014 10:30:52:
 
 I want to install sogo email on centos 6.5.. please help for guide on
 installation process. link for repository that were needed. And can I 
use
 mysql authentication instead of MS Active Directory or LDAP.

I have used this one, but it is in german language ...

http://www.foteviken.de/?p=1247

For the base OS and Postfix/Dovecot I have used this:
http://www.linuxmail.info/mail-server-setup-centos-6/

Kai-Uwe Rommel

kai-uwe.rom...@ars.de
Telefon+Mobil +49 89 32468-120



ARS Computer und Consulting GmbH, http://www.ars.de
Ridlerstrasse 55, 80339 Muenchen, Deutschland

Application Development Services, Business Transformation Services, IT 
Infrastruktur Services
Beratung und Vertrieb zu IBM Software, System x, POWER Systems, Storage
License Management Services, IBM Passport Advantage Lizenzierung

Handelsregister Muenchen, HRB 101829, USt-ID: DE 155 068 909
Geschaeftsfuehrer: Michael Arbesmeier, Kai-Uwe Rommel, Roland Schock, 
Joachim Gucker

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

Re: [SOGo] Moving a SOGo installation to another server?

2014-12-17 Thread Christian Mack
Hello Michael Vogel

Am 2014-12-17 um 08:01 schrieb Michael Vogel:
 
 I want to move my SOGo installation to another server (with a different
 MySql-, IMAP- and SMTP-server)
 
 Of course I want to keep the calendar and addressbook entries, as well
 as the mail filter rules.
 
 How can I do that?


1) make a backup on the old server with
BACKUPDIR=./backup
sogo-tool backup ${BACKUPDIR} ALL
2) shutdown old server
3) move the backup to your new server
4) startup new server
5) restore all data
BACKUPDIR=./backup
for USER in `ls ${BACKUPDIR}/*`
do
sogo-tool restore -p ${BACKUPDIR} `basename ${USER}`
sogo-tool restore -f ALL ${BACKUPDIR} `basename ${USER}`
done


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] I do not understand this error message

2014-12-17 Thread Christian Mack
Hello Michel

Am 2014-12-17 um 08:28 schrieb Foxnet:
 
 I do not get this error message below, could you give me an explanation and 
 how to solve it.
 
 
 Dec 17 08:12:54 sogod [27830]: [ERROR] 0x0x7fa0122ccff0[WOWatchDogChild] 
 FAILURE receiving status for child 7585
 Dec 17 08:12:54 sogod [27830]: [ERROR] 0x0x7fa0122ccff0[WOWatchDogChild]   
 socket: NGActiveSocket[0x0x7fa0122dd810]: mode=rw address=(null) 
 connectedTo=0x0x7fa01228ef70[NGLocalSocketAddress]: 
 /tmp/_ngsocket_0x6cb6_0x7fa012084690_000 receive-timeout=1.000s
 Dec 17 08:12:54 sogod [27830]: [ERROR] 0x0x7fa0122ccff0[WOWatchDogChild]   
 exception: NGSocketTimedOutException: 0x7fa0122f5680 
 NAME:NGSocketTimedOutException REASON:the socket was shutdown INFO:{errno = 
 11; error = Resource temporarily unavailable; stream = {object = 
 NGActiveSocket[0x0x7fa0122dd810]: mode=rw address=(null) 
 connectedTo=0x0x7fa01228ef70[NGLocalSocketAddress]: 
 /tmp/_ngsocket_0x6cb6_0x7fa012084690_000 receive-timeout=1.000s;}; }
 Dec 17 08:12:54 sogod [27830]: 0x0x7fa0122ccff0[WOWatchDogChild] sending 
 terminate signal to pid 7585
 

Watchdog tries to contact one of the worker with PID 7585 via socket
0x0x7fa0122dd810.
As there is no answer within 1 second, it decides this worker is dead
and kills him.


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] Specific errors in configuring OCSManager Web Services

2014-12-17 Thread Steve Ankeny

I'm building on Ubuntu Trusty (14.04.1)

The Arch Wiki is very specific here 
https://wiki.archlinux.org/index.php/OpenChange_Server#Initial_SOGo_configuration 
that you can create the SOGo.conf file and use Include


However, as I review my configs, I see that Ubuntu's 
/etc/apache2/apache2.conf already has all the Includes I need, and the 
SOGo.conf file is currently in /etc/apache2/conf.d/ so it just needs 
to be copied to /etc/apache2/conf-enabled/ which is where I noticed 
the difference with the ZEG configuration and mine.


It may need a few modifications, but it's essentially what I need (so, 
I'll work on that)


I may also need to modify /etc/apache2/sites-enabled/000-default.conf 
to match the ZEG


And, the Arch Wiki is also specific here 
https://wiki.archlinux.org/index.php/OpenChange_Server#OCSManager with 
instructions for setting up ocsmanager.ini


I don't see that file in the ZEG, so I'll have to investigate further.

*Question for mods:*

Is there a specific routine to follow setting up OCSManager on Ubuntu 
Trusty?  I don't see documentation.



On 12/16/2014 07:17 PM, jacek burghardt wrote:
Are you running arch linux ? I got everything working perfectly on my 
server.


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

Re: [SOGo] Moving a SOGo installation to another server?

2014-12-17 Thread Steve Ankeny

thx, Christian . . .

I knew you'd give a good answer!

Should we create users on the new server first or will the restore do 
that for us?


On 12/17/2014 08:22 AM, Christian Mack wrote:

Hello Michael Vogel

Am 2014-12-17 um 08:01 schrieb Michael Vogel:

I want to move my SOGo installation to another server (with a different
MySql-, IMAP- and SMTP-server)

Of course I want to keep the calendar and addressbook entries, as well
as the mail filter rules.

How can I do that?


1) make a backup on the old server with
BACKUPDIR=./backup
sogo-tool backup ${BACKUPDIR} ALL
2) shutdown old server
3) move the backup to your new server
4) startup new server
5) restore all data
BACKUPDIR=./backup
for USER in `ls ${BACKUPDIR}/*`
do
sogo-tool restore -p ${BACKUPDIR} `basename ${USER}`
sogo-tool restore -f ALL ${BACKUPDIR} `basename ${USER}`
done


Kind regards,
Christian Mack



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


[SOGo] SOGo Integrator - Update server different from SOGo server

2014-12-17 Thread Stefan Upietz
Hello list,

I'm trying to configure Integrator for our environment and setup an
update server. In the docs it says This file is used for locating the
extension update server and the SOGo server, which we consider
to be the same for the moment. Now, I'm looking for a way to separate
these services. I have already setup an update server and changed
integrator.xpi. Thunderbird with that integrator connects and downloads
correctly, but then hangs and a lot of messages are logged to the
tb-console. I noticed before that there are quite a few warnings/
messages when installing sogo connector, so I'm not really able to
distinguish between problem related and normal messages.

Which settings do I have to adjust in what files to separate the update
from the sogo server?

TB: 31.1.2 (Windows 7, 64bit)
SOGo: 2.2.11a (Debian 7, 64bit)
sogo-integrator-31.0.0.xpi
lightning-3.3.1-tb+sm-windows.xpi
sogo-connector-31.0.0.xpi

Thanks,

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


Re: [SOGo] webmail, unsecured picture

2014-12-17 Thread Foxnet
Hello Christian

For displaying the images when SSL is enabled, I'll tell you this not working.

I did the test with a GMAIL account, when I open a message with image url from 
my gmail connection (via the browser), does not leave.

But I do SOGo in the this part.

Included or not?

Yours

Michel


Le Vendredi 12 Décembre 2014 16:25 CET, Christian Mack 
christian.m...@uni-konstanz.de a écrit:

 Hello Michel


 That description was better, thanks.

 You can disable image loading at:
 Preferences - Mail Options -- Display remote inline images set
 to Never.


 Kind regards,
 Christian Mack

 Am 2014-12-12 um 15:49 schrieb FoxNET Info:
 
  My question is the following:
  There in there a function in Sogo that handles untrusted images in webmail?
  Because when I load the images in my webmail security that loses.
  Voila
  Understand?
  Michel
 
 
   Message original 
  Sujet: Re: [SOGo] webmail, unsecured picture
  Date: Vendredi 12 Décembre 2014 15:40 CET
  De: Christian Mack christian.m...@uni-konstanz.de
  Répondre à: users@sogo.nu
  Pour: users@sogo.nu
  Références: 623-548ad700-5-6fd6f280@65495421
 
 
 
  Hello
 
  Am 2014-12-12 um 12:53 schrieb FoxNET Info:
 
  There in there a function in sogo to secure the images into webmail Sogo?
 
 
  Could you rephrase your question please.
  I don't understand it at all.
 
 
  Kind regards,
  Christian Mack
 
  --
  Christian Mack
  Universität Konstanz
  Kommunikations-, Informations-, Medienzentrum (KIM)
  Abteilung Basisdienste
  78457 Konstanz
  +49 7531 88-4416
 
 
 
 
 
 
 
 
 
  __ Information from ESET Mail Security, version of virus signature 
  database 10867 (20141212) __
 
  The message was checked by ESET Mail Security.
  http://www.eset.com
 
 


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








__ Information from ESET Mail Security, version of virus signature 
database 10891 (20141217) __

The message was checked by ESET Mail Security.
http://www.eset.com


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

Re: [SOGo] URL default to display in Outlook

2014-12-17 Thread Foxnet

Hello Ludovic
Ok, but the web version because the message and the link you sent me, this is a 
local address and not a url from the web

The config for nginx, it is this, for the EAS connection

location ^~/Microsoft-Server-ActiveSync {
proxy_pass 
http://127.0.0.1:2/SOGo/Microsoft-Server-ActiveSync;
proxy_redirect 
http://127.0.0.1:2/Microsoft-Server-ActiveSync /;
}

thank you

Michel

Le Mardi 16 Décembre 2014 13:28 CET, Ludovic Marcotte lmarco...@inverse.ca a 
écrit:

 On 16/12/2014 07:13, Foxnet wrote:
  Regarding the url to add to the configuration in Outlook 2013, the default 
  version that is it, as in my case, it appears to me that it is always 
  disconnect.
 There was a typo in the doc that was fixed a couple of days ago:

 https://github.com/inverse-inc/sogo/commit/4e6214d6fcaa278f4039765de2b74fd862ced228

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


 __ Information from ESET Mail Security, version of virus signature 
 database 10885 (20141216) __

 The message was checked by ESET Mail Security.
 http://www.eset.com









__ Information from ESET Mail Security, version of virus signature 
database 10891 (20141217) __

The message was checked by ESET Mail Security.
http://www.eset.com


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

Re: [SOGo] I do not understand this error message

2014-12-17 Thread Foxnet
Hi Christian

thank you

So I should not worry

thank you

Michel


Le Mercredi 17 Décembre 2014 14:29 CET, Christian Mack 
christian.m...@uni-konstanz.de a écrit:

 Hello Michel

 Am 2014-12-17 um 08:28 schrieb Foxnet:
 
  I do not get this error message below, could you give me an explanation and 
  how to solve it.
 
 
  Dec 17 08:12:54 sogod [27830]: [ERROR] 0x0x7fa0122ccff0[WOWatchDogChild] 
  FAILURE receiving status for child 7585
  Dec 17 08:12:54 sogod [27830]: [ERROR] 0x0x7fa0122ccff0[WOWatchDogChild]  
   socket: NGActiveSocket[0x0x7fa0122dd810]: mode=rw address=(null) 
  connectedTo=0x0x7fa01228ef70[NGLocalSocketAddress]: 
  /tmp/_ngsocket_0x6cb6_0x7fa012084690_000 receive-timeout=1.000s
  Dec 17 08:12:54 sogod [27830]: [ERROR] 0x0x7fa0122ccff0[WOWatchDogChild]  
   exception: NGSocketTimedOutException: 0x7fa0122f5680 
  NAME:NGSocketTimedOutException REASON:the socket was shutdown INFO:{errno = 
  11; error = Resource temporarily unavailable; stream = {object = 
  NGActiveSocket[0x0x7fa0122dd810]: mode=rw address=(null) 
  connectedTo=0x0x7fa01228ef70[NGLocalSocketAddress]: 
  /tmp/_ngsocket_0x6cb6_0x7fa012084690_000 receive-timeout=1.000s;}; }
  Dec 17 08:12:54 sogod [27830]: 0x0x7fa0122ccff0[WOWatchDogChild] sending 
  terminate signal to pid 7585
 

 Watchdog tries to contact one of the worker with PID 7585 via socket
 0x0x7fa0122dd810.
 As there is no answer within 1 second, it decides this worker is dead
 and kills him.


 Kind regards,
 Christian Mack

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








__ Information from ESET Mail Security, version of virus signature 
database 10891 (20141217) __

The message was checked by ESET Mail Security.
http://www.eset.com


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

[SOGo] slow loading data

2014-12-17 Thread Foxnet
hello
When I configure my Iphone with SOGo 6 (exchange, EAS)
I have a strong slow loading messages.
Does that make sense?
There in there a practical configuration to avoid this kind of problem?
Thank you for your help
Michel



__ Information from ESET Mail Security, version of virus signature 
database 10891 (20141217) __

The message was checked by ESET Mail Security.
http://www.eset.com


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

Re: [SOGo] Initial SOGo Configuration: Need Guidence

2014-12-17 Thread Götz Reinicke - IT Koordinator
Am 16.12.14 um 00:01 schrieb richard.nihe...@weirparts.com:
 Hello everyone.  I need some help setting up my SOGo server.  I have been
 looking all around the internet and been changing a lot of configuration
 settings but I can't even get the server to serve the login in portal for the
 web interface.  I have rolled back all config files to default settings.
 
 What do I need to configuration settings do I need to change to get this to
 work?
 

Hi,

how did you install? The webserver is already running? What dose your
config looks like? What is your server and service setup?

/Götz

-- 
Götz Reinicke
IT-Koordinator

Tel. +49 7141 969 82 420
E-Mail goetz.reini...@filmakademie.de

Filmakademie Baden-Württemberg GmbH
Akademiehof 10
71638 Ludwigsburg
www.filmakademie.de

Eintragung Amtsgericht Stuttgart HRB 205016

Vorsitzender des Aufsichtsrats: Jürgen Walter MdL
Staatssekretär im Ministerium für Wissenschaft,
Forschung und Kunst Baden-Württemberg

Geschäftsführer: Prof. Thomas Schadt



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Moving a SOGo installation to another server?

2014-12-17 Thread Igor Vitorac
If you are using users from MySQL on the same server, then you need to 
handle that separately. Process explained by Christian Mack transfers 
only calendar and calendar entries!

Following is assumed for the new server:
- install clean SOGo and prepare same (or similar) sogo config.
- prepare user source, if using MySQL as user source on the new server
- ensure that SOGo is working by creating one user and login into SOGo

After that you can proceed with the import.

Regards,
Igor



Steve Ankeny wrote on 17/12/2014 14:34:

thx, Christian . . .

I knew you'd give a good answer!

Should we create users on the new server first or will the restore do 
that for us?


On 12/17/2014 08:22 AM, Christian Mack wrote:

Hello Michael Vogel

Am 2014-12-17 um 08:01 schrieb Michael Vogel:

I want to move my SOGo installation to another server (with a different
MySql-, IMAP- and SMTP-server)

Of course I want to keep the calendar and addressbook entries, as well
as the mail filter rules.

How can I do that?


1) make a backup on the old server with
BACKUPDIR=./backup
sogo-tool backup ${BACKUPDIR} ALL
2) shutdown old server
3) move the backup to your new server
4) startup new server
5) restore all data
BACKUPDIR=./backup
for USER in `ls ${BACKUPDIR}/*`
do
sogo-tool restore -p ${BACKUPDIR} `basename ${USER}`
sogo-tool restore -f ALL ${BACKUPDIR} `basename ${USER}`
done


Kind regards,
Christian Mack






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


Re: [SOGo] Moving a SOGo installation to another server?

2014-12-17 Thread Steve Ankeny

alright, thx

On 12/17/2014 10:23 AM, Igor Vitorac wrote:
If you are using users from MySQL on the same server, then you need to 
handle that separately. Process explained by Christian Mack transfers 
only calendar and calendar entries!

Following is assumed for the new server:
- install clean SOGo and prepare same (or similar) sogo config.
- prepare user source, if using MySQL as user source on the new server
- ensure that SOGo is working by creating one user and login into SOGo

After that you can proceed with the import.

Regards,
Igor



Steve Ankeny wrote on 17/12/2014 14:34:

thx, Christian . . .

I knew you'd give a good answer!

Should we create users on the new server first or will the restore do 
that for us? 


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


Re: [SOGo] Moving a SOGo installation to another server?

2014-12-17 Thread Christian Mack
Hello Steve Ankeny

This will move all data related to SOGo settings, calendars and address
books.
Your user source information and postbox/IMAP content is not included.
How you transport that, depends on the kind of source you use.
LDAP:
1) stop openldap on old server
2) export with
slapcat -n 0 -l ldapConfig.ldif
slapcat -n 1 -l userBackup.ldif
3) move these 2 files to the new server
4) import them on the new serverwith
slapadd -n 0 -l ldapConfig.ldif
slapadd -n 1 -l userBackup.ldif
5) start openldap on new server

Mysql:
1) get a dump with
mysqldump --opt ${USER_DATABASE}  userBackup.sql
2) Move this to the new server
3) import it with
mysql  userBackup.sql

Also don't forget to move your sogo.conf to the new server ;-)
(And change your settings for MySQL, IMAP and SMTP according to your new
setup.)


Kind regards,
Christian Mack

Am 2014-12-17 um 14:34 schrieb Steve Ankeny:
 
 I knew you'd give a good answer!
 
 Should we create users on the new server first or will the restore do
 that for us?
 
 On 12/17/2014 08:22 AM, Christian Mack wrote:
 Hello Michael Vogel

 Am 2014-12-17 um 08:01 schrieb Michael Vogel:
 I want to move my SOGo installation to another server (with a different
 MySql-, IMAP- and SMTP-server)

 Of course I want to keep the calendar and addressbook entries, as well
 as the mail filter rules.

 How can I do that?

 1) make a backup on the old server with
 BACKUPDIR=./backup
 sogo-tool backup ${BACKUPDIR} ALL
 2) shutdown old server
 3) move the backup to your new server
 4) startup new server
 5) restore all data
 BACKUPDIR=./backup
 for USER in `ls ${BACKUPDIR}/*`
 do
 sogo-tool restore -p ${BACKUPDIR} `basename ${USER}`
 sogo-tool restore -f ALL ${BACKUPDIR} `basename ${USER}`
 done


 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] Moving a SOGo installation to another server?

2014-12-17 Thread Steve Ankeny

great, Christian . . .

I'm moving from openldap to mysql/Samba

I had thought I'd create users in Samba (Samba has a mysql db) there's 
only a few, so it's not too difficult to do it manually, and other than 
address books, calendars and mail, there's very little to transfer


really only one office calendar and 6-8 users with mailboxes, so not too 
difficult to duplicate


we're moving from Ubuntu 12.04.1 to 14.04.1 and replacing openldap with 
Samba domain


On 12/17/2014 11:08 AM, Christian Mack wrote:

Hello Steve Ankeny

This will move all data related to SOGo settings, calendars and address
books.
Your user source information and postbox/IMAP content is not included.
How you transport that, depends on the kind of source you use.
LDAP:
1) stop openldap on old server
2) export with
slapcat -n 0 -l ldapConfig.ldif
slapcat -n 1 -l userBackup.ldif
3) move these 2 files to the new server
4) import them on the new serverwith
slapadd -n 0 -l ldapConfig.ldif
slapadd -n 1 -l userBackup.ldif
5) start openldap on new server

Mysql:
1) get a dump with
mysqldump --opt ${USER_DATABASE}  userBackup.sql
2) Move this to the new server
3) import it with
mysql  userBackup.sql

Also don't forget to move your sogo.conf to the new server;-)
(And change your settings for MySQL, IMAP and SMTP according to your new
setup.)


Kind regards,
Christian Mack


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


Re: [SOGo] SOGo Integrator - Update server different from SOGo server

2014-12-17 Thread Stefan Upietz
Ok... I played around a bit and dared to enter the dreaded realm of
javascript ;-) (which it is for me, being rather a sysadmin)

What this patch basically does is to introduce a new key value pair in
extensions.rdf (isi:serverURL), which is in turn used in
sogo-config.js to generate baseURL. As far as I understand updateURL
is used for update and sogo server, so right now there is no way to give
separate URLs for them.
For me it seems to work, maybe some coder could have a look at it?

--- sogo-config.js  2013-09-26 10:24:22.0 +0200
+++ new-sogo-config.js  2014-12-17 17:25:06.0 +0100
@@ -39,17 +39,17 @@
.getService(Components.interfaces.nsIRDFService);
var extensions
  = rdf.GetResource(http://inverse.ca/sogo-integrator/extensions;);
-   var updateURLres
- = rdf.GetResource(http://inverse.ca/sogo-integrator/updateURL;);
+   var serverURLres
+ = rdf.GetResource(http://inverse.ca/sogo-integrator/serverURL;);
var ds
  =
rdf.GetDataSourceBlocking(chrome://sogo-integrator/content/extensions.rdf);

var updateArray;
try {
- var urlNode = ds.GetTarget(extensions, updateURLres, true);
+ var urlNode = ds.GetTarget(extensions, serverURLres, true);
  if (urlNode instanceof Components.interfaces.nsIRDFLiteral) {
-   var updateURL = urlNode.Value;
-   updateArray = updateURL.split(/);
+   var serverURL = urlNode.Value;
+   serverArray = serverURL.split(/);
  }
}
catch (e) {
@@ -65,7 +65,7 @@
  sogoPrefix = /SOGo;
}

-   sogoConfig['baseURL'] = (updateArray[0] + // + updateArray[2]
+   sogoConfig['baseURL'] = (serverArray[0] + // + serverArray[2]
 + sogoPrefix + /dav/ + sogoUserName() + /);
  }


On 12/17/2014 02:13 PM, Stefan Upietz wrote:
 Hello list,
 
 I'm trying to configure Integrator for our environment and setup an
 update server. In the docs it says This file is used for locating the
 extension update server and the SOGo server, which we consider
 to be the same for the moment. Now, I'm looking for a way to separate
 these services. I have already setup an update server and changed
 integrator.xpi. Thunderbird with that integrator connects and downloads
 correctly, but then hangs and a lot of messages are logged to the
 tb-console. I noticed before that there are quite a few warnings/
 messages when installing sogo connector, so I'm not really able to
 distinguish between problem related and normal messages.
 
 Which settings do I have to adjust in what files to separate the update
 from the sogo server?
 
 TB: 31.1.2 (Windows 7, 64bit)
 SOGo: 2.2.11a (Debian 7, 64bit)
 sogo-integrator-31.0.0.xpi
 lightning-3.3.1-tb+sm-windows.xpi
 sogo-connector-31.0.0.xpi
 
 Thanks,
 
 Stefan
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Specific errors in configuring OCSManager Web Services

2014-12-17 Thread Steve Ankeny

ok . . .

copying /etc/apache2/conf.d/SOGo.conf to 
/etc/apache2/conf-enabled/sogo.conf resolved the problem


*still asking*, Is there a specific procedure for configuring 
python-ocsmanager?



On 12/16/2014 07:17 PM, jacek burghardt wrote:
Are you running arch linux ? I got everything working perfectly on my 
server.


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

Re: [SOGo] Specific errors in configuring OCSManager Web Services

2014-12-17 Thread jacek burghardt
Did you read this ?
http://tracker.openchange.org/projects/1/wiki/OCSManager_Installation_Guide
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Specific errors in configuring OCSManager Web Services

2014-12-17 Thread Steve Ankeny

no, but that looks GREAT

I'll investigate that.  I was hoping we'd have better instructions from 
Inverse (maybe I'm overlooking them)


thx for your attention to this, as it's probably the last part of my 
new installation that's not finished


On 12/17/2014 12:56 PM, jacek burghardt wrote:
Did you read this ? 
http://tracker.openchange.org/projects/1/wiki/OCSManager_Installation_Guide


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


Re: [SOGo] Specific errors in configuring OCSManager Web Services

2014-12-17 Thread Steve Ankeny

having problems with . . .

$ source mydevenv/bin/activate
$ cd ocsmanager
$ python setup.py develop


Ubuntu does not recognize those commands.  I'll look for a python primer 
on Ubuntu


On 12/17/2014 12:56 PM, jacek burghardt wrote:
Did you read this ? 
http://tracker.openchange.org/projects/1/wiki/OCSManager_Installation_Guide


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


Re: [SOGo] Specific errors in configuring OCSManager Web Services

2014-12-17 Thread jacek burghardt
arch linux has this as instructions
in /usr/share/samba//setup/ocsmanager

install -vdm755 /etc/ocsmanager
install -vm644 ocsmanager.ini /etc/ocsmanager/ocsmanager.ini
install -vm644 ocsmanager-apache.conf \
   /etc/httpd/conf/extra/ocsmanager.conf
install -vm644 ocsmanager.service /usr/lib/systemd/system
install -vdm700 -o http -g http /var/cache/ntlmauthhandler
python2.7 setup.py install --root=/ --prefix=/usr \
   --single-version-externally-managed
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] BTS activities for Wednesday, December 17 2014

2014-12-17 Thread SOGo reporter
Title: BTS activities for Wednesday, December 17 2014





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Wednesday, December 17 2014

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
3030
	2014-12-17 06:31:16
	updated (open)
	Backend Calendar
	Not possible to delete an existing single occurrence of repeating events in Thunderbird
	
	  
	
2906
	2014-12-17 04:20:05
	updated (open)
	Web Preferences
	Possibility to set "return receipt" permanently in menu
	
	  
	
2547
	2014-12-17 09:34:10
	updated (open)
	with external server
	SOGo Connector should also handle CardDAV responses with additional header lines before "BEGIN:VCARD"
	
	  
	
2826
	2014-12-17 14:07:18
	resolved (fixed)
	ActiveSync
	Add support for ActiveSync with multiple calendars/address books
	
	  
	
3003
	2014-12-17 15:34:38
	resolved (fixed)
	ActiveSync
	ActiveSync öäüõ not displayed correctly in Outlook 2013
	
	  
	
3015
	2014-12-17 14:04:01
	resolved (fixed)
	ActiveSync
	EXCEPTION: while activesync with device
	
	  
	
3028
	2014-12-17 16:19:58
	resolved (fixed)
	ActiveSync
	Tasks - notes
	
	  
	
3027
	2014-12-17 13:29:35
	resolved (not fixable)
	Backend General
	Lock file broken
	
	  
	
3008
	2014-12-17 13:59:03
	resolved (fixed)
	Web Calendar
	Calendar reminder immediately shown when target date selected.