Re: [SOGo] Apache 2.2.16 problem

2014-09-17 Thread heupink

Hi Esprit,

On 9/16/2014 22:40, Ingo N. wrote:

Hi guys,

I am experienceing a weird problem with the latest (at least latest
debian) vesion of SOGo.
Later in your mail your say that you are running squeeze. Latest debian 
is wheezy, but I guess that squeeze is still supported: 
http://www.sogo.nu/nc/support/faq/article/how-to-install-sogo-on-debian.html


I have just upgraded to latest sogo yesterday (but on wheezy) and 
noticed the IfVersion too. But I can only say that it caused no problems 
here.


Sorry I cannot be of more help.

Mourik Jan



First I realized that the SOGo.conf has an entry that my Apache doesn't
understand: IfVersion

So I just commented out the 'if-clause' parts that are for Apache 2.4
and higher.

Now I am having another problem: If I restart my server a whole bunch of
Apache tasks are getting started to the point that the server doesn't
respond anymore.

The way to get around that is:
- after boot up, ssh to server
- stop apache
- stop SOGo
- start apache
- start SOGo

So I am assuming there is something weird going on. I am on Debian
Squeeze with Apache 2.2.16.

Does anybody have an idea how to solve that? Or how to track down the
problem?

Thank you very much in advance!!
Esprit

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


[SOGo] activesync and multiple recepients

2014-09-17 Thread Martin Šinský

Hi,
yesterday we found a problem with activesync on Ipad, that is unable to 
send email to multiple recepients. I have tried it with version 2.2.7, 
2.2.8 and today's nightly build and is the same, only for the first 
recepient the email arrives.

I have tried it with android phone and is the same as well.

It looks that it takes only the first mail from To or CC column.

Do have someone similar problem?

Regards,
Martin

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


[SOGo] LDAP Addressbook vs SOGo Addressbook

2014-09-17 Thread Sergio Talens-Oliag
Hello again,

I've been playing with the default LDAP Addressbook and I've found some problems
with it:

- I can't copy contacts to other addressbooks in Thunderbird (it works on the
  Web inteface)

- Contact photos are not shown on LDAP addressbooks neither on the web or on the
  web interface (I guess that is bug http://www.sogo.nu/bugs/view.php?id=747)

- It is not possible to show the LDAP entries when looking at the addressbook
  (that one is http://www.sogo.nu/bugs/view.php?id=438)

As my LDAP is not as big (I have 120 active users, more or less) I dumped my
LDAP directory from Roundcube and loaded into a SOGo Addressbook and the
previous problems dissapear (well, I still need to autosubscribe my users to
that Addressbook, but apart from that it works).

Looking at that I guess my best option is to sync my LDAP with the SOGo
Addressbook, but I've searched a little for a tool to do that and I have not
found one, so my question is... is there any utility to do that with SOGo or
should I learn about CardDAV and code it myself? If I should do it myself, any
library recommendations with a python interface? (I already have python scripts 
to
work against my LDAP server, so using the same language is the best option if
its has to be a new development)

Thanks in advance,

  Sergio.

-- 
Sergio Talens-Oliag s...@iti.es   http://www.iti.es/
Key fingerprint = FF77 A16B 9D09 FC7B 6656 CFAD 261D E19A 578A 36F2
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Update

2014-09-17 Thread Dawit Ayele
Hi All,

Currently I am Using SOGo 2.1.0, installed on Redhat Enterprise server 6,
can you please assist me how to Upgrade it to the latest version.

-- 
Best Regard

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

Re: [SOGo] activesync and multiple recepients

2014-09-17 Thread Ludovic Marcotte
On 2014-09-17, 6:24 AM, Martin Šinský wrote:
 yesterday we found a problem with activesync on Ipad, that is unable
 to send email to multiple recepients. I have tried it with version
 2.2.7, 2.2.8 and today's nightly build and is the same, only for the
 first recepient the email arrives.
 I have tried it with android phone and is the same as well.

 It looks that it takes only the first mail from To or CC column. 

Thanks for the bug report, a fix has just been pushed.

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

2014-09-17 Thread Sven Schwedas
On 2014-09-17 15:10, Dawit Ayele wrote:
 Hi All,
 
 Currently I am Using SOGo 2.1.0, installed on Redhat Enterprise server
 6, can you please assist me how to Upgrade it to the latest version.

cf. http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf

Upgrade is identical to installation (chapter 4), except between
versions listed in chapter 9, which also contains upgrade instructions.

-- 
Mit freundlichen Grüßen, / Best Regards,
Sven Schwedas
Systemadministrator
TAO Beratungs- und Management GmbH | Lendplatz 45 | A - 8020 Graz
Mail/XMPP: sven.schwe...@tao.at | +43 (0)680 301 7167
http://software.tao.at



signature.asc
Description: OpenPGP digital signature


Re: [SOGo] Apache 2.2.16 problem

2014-09-17 Thread Karsten Hoffmann
On some systems you have to enable the version module:

a2enmod version



Am 17.09.2014 um 10:23 schrieb heupink:
 Hi Esprit,
 
 On 9/16/2014 22:40, Ingo N. wrote:
 Hi guys,

 I am experienceing a weird problem with the latest (at least latest
 debian) vesion of SOGo.
 Later in your mail your say that you are running squeeze. Latest debian
 is wheezy, but I guess that squeeze is still supported:
 http://www.sogo.nu/nc/support/faq/article/how-to-install-sogo-on-debian.html
 
 
 I have just upgraded to latest sogo yesterday (but on wheezy) and
 noticed the IfVersion too. But I can only say that it caused no problems
 here.
 
 Sorry I cannot be of more help.
 
 Mourik Jan
 

 First I realized that the SOGo.conf has an entry that my Apache doesn't
 understand: IfVersion

 So I just commented out the 'if-clause' parts that are for Apache 2.4
 and higher.

 Now I am having another problem: If I restart my server a whole bunch of
 Apache tasks are getting started to the point that the server doesn't
 respond anymore.

 The way to get around that is:
 - after boot up, ssh to server
 - stop apache
 - stop SOGo
 - start apache
 - start SOGo

 So I am assuming there is something weird going on. I am on Debian
 Squeeze with Apache 2.2.16.

 Does anybody have an idea how to solve that? Or how to track down the
 problem?

 Thank you very much in advance!!
 Esprit
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Problem with Calendar's properties with Firefox (on Windows)

2014-09-17 Thread Louis-Philippe
Hi,

We use SOGo 2.2.8 on Debian and I want to edit calendar's properties with
Firefox (32.0.1 on Windows). I have this error in the console:


Erreur : TypeError: properties is null
Fichier Source :
https://mysogo.com/SOGo.woa/WebServerResources/SchedulerUI.js?lm=1410111xxx
Ligne : 3356

It works well with Internet Explorer 8 (on XP) and Chrome 37.0.

Do you have this problem to ?

Thanks

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

[SOGo] Re: Problem with Calendar's properties with Firefox (on Windows)

2014-09-17 Thread Louis-Philippe
Hi,

Finally, I tested with another computer with the same setup. It works well
! (with Firefox 32.0.1)

So, it's not a SOGo problem ... :-)


I flushed the browser's cache ... same problem.

Maybe a reboot ...



Thanks,


2014-09-17 12:55 GMT-04:00 Louis-Philippe lpgauth...@gmail.com:

 Hi,

 We use SOGo 2.2.8 on Debian and I want to edit calendar's properties with
 Firefox (32.0.1 on Windows). I have this error in the console:


 Erreur : TypeError: properties is null
 Fichier Source :
 https://mysogo.com/SOGo.woa/WebServerResources/SchedulerUI.js?lm=1410111xxx
 Ligne : 3356

 It works well with Internet Explorer 8 (on XP) and Chrome 37.0.

 Do you have this problem to ?

 Thanks

 --
 Louis-Philippe Gauthier




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

Re: [SOGo] LDAP Addressbook vs SOGo Addressbook

2014-09-17 Thread ABBAS Alain

Hello
You can access to the addressbook by a mount point in DAVFS (see davefs package)
After you see all vcard as files . It will be easy to convert the LDIF file in 
VCARDS or
to read LDAP and write on the FS. We process like that for addressbook 
migrations
Regards


Le Mercredi 17 Septembre 2014 09:50 CEST, Sergio Talens-Oliag s...@iti.es a 
écrit:
 Hello again,

I've been playing with the default LDAP Addressbook and I've found some problems
with it:

- I can't copy contacts to other addressbooks in Thunderbird (it works on the
Web inteface)

- Contact photos are not shown on LDAP addressbooks neither on the web or on the
web interface (I guess that is bug http://www.sogo.nu/bugs/view.php?id=747)

- It is not possible to show the LDAP entries when looking at the addressbook
(that one is http://www.sogo.nu/bugs/view.php?id=438)

As my LDAP is not as big (I have 120 active users, more or less) I dumped my
LDAP directory from Roundcube and loaded into a SOGo Addressbook and the
previous problems dissapear (well, I still need to autosubscribe my users to
that Addressbook, but apart from that it works).

Looking at that I guess my best option is to sync my LDAP with the SOGo
Addressbook, but I've searched a little for a tool to do that and I have not
found one, so my question is... is there any utility to do that with SOGo or
should I learn about CardDAV and code it myself? If I should do it myself, any
library recommendations with a python interface? (I already have python scripts 
to
work against my LDAP server, so using the same language is the best option if
its has to be a new development)

Thanks in advance,

Sergio.

--
Sergio Talens-Oliag s...@iti.es http://www.iti.es/
Key fingerprint = FF77 A16B 9D09 FC7B 6656 CFAD 261D E19A 578A 36F2
--
users@sogo.nu
https://inverse.ca/sogo/lists
--
Alain Abbas
11 rue Robert Schumann
54500 Vandoeuvre
Tel : +333 83 18 02 70
skype: alain.abbas-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] before setting up samba4/openchange/sogo

2014-09-17 Thread robert
I'm building a home server appliance gateway using a Centos 6.5 distribution
with samba4 acting as an active directory to provide roaming profiles, shared
directories, etc. for the intranet.
I'd like to integrate openchange/sogo to provide email and calendaring but
have a basic question before I get started.
I've already provisioned samba4 for the intranet using ourhome.net as the
domain name (obviously not a fqdn) and letting it listen on the server
localhost  the internal nic.  The external nic connects to the internet and
is used for keeping a fqdn using a ddns service (afraid.org) active.

I'm critically ignorant about mail servers but here's what I want:
1. a mail system using outlook 2013 that can process both intranet  internet
mail...I assume I'd need to configure postfix,dovecot to provide the internet
mail using the fqdn of the server and samba/openchange for the intranet mail?
2. does sogo tie all of this together so that both intranet/intermail gets
pushed to the outlook client?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] LDAP Addressbook vs SOGo Addressbook

2014-09-17 Thread Paul van der Vlis


op 17-09-14 09:50, Sergio Talens-Oliag schreef:
 Hello again,
 
 I've been playing with the default LDAP Addressbook and I've found some 
 problems
 with it:
 
 - I can't copy contacts to other addressbooks in Thunderbird (it works on the
   Web inteface)
 
 - Contact photos are not shown on LDAP addressbooks neither on the web or on 
 the
   web interface (I guess that is bug http://www.sogo.nu/bugs/view.php?id=747)
 
 - It is not possible to show the LDAP entries when looking at the addressbook
   (that one is http://www.sogo.nu/bugs/view.php?id=438)

Sogo connector is not perfect.

The Mozilla-people published they are rewriting the addressbook, not
sure this stopped. I think nobody wants to spend much time on a backend
what will be replaced.

 As my LDAP is not as big (I have 120 active users, more or less) I dumped my
 LDAP directory from Roundcube and loaded into a SOGo Addressbook and the
 previous problems dissapear (well, I still need to autosubscribe my users to
 that Addressbook, but apart from that it works).

What I have seen, Sogo Cnonnector does not sync when you configure a
read-only address book in Sogo. See:
http://www.sogo.nu/bugs/view.php?id=2929

 Looking at that I guess my best option is to sync my LDAP with the SOGo
 Addressbook, but I've searched a little for a tool to do that and I have not
 found one, so my question is... is there any utility to do that with SOGo or
 should I learn about CardDAV and code it myself? If I should do it myself, any
 library recommendations with a python interface? (I already have python 
 scripts to
 work against my LDAP server, so using the same language is the best option if
 its has to be a new development)

I have no experience with it, but maybe take a look at this:
http://lostpackets.de/pycarddav/
http://vobject.skyhouseconsulting.com/

With regards,
Paul van der Vlis.




-- 
Paul van der Vlis Linux systeembeheer, Groningen
http://www.vandervlis.nl/

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


[SOGo] BTS activities for Wednesday, September 17 2014

2014-09-17 Thread SOGo reporter
Title: BTS activities for Wednesday, September 17 2014





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2725
	2014-09-17 20:00:41
	updated (open)
	Apple iCal.app
	Calender subscription problem / CalDav
	
	  
	
2726
	2014-09-17 20:00:27
	updated (open)
	Apple iCal.app
	Calender subscription problem / CalDav OS X 10.8.5
	
	  
	
2570
	2014-09-17 12:48:14
	updated (open)
	with external server
	Multiple emails not synchronized
	
	  
	
2838
	2014-09-17 19:58:44
	resolved (fixed)
	Apple iCal.app
	Calender deletion with umlauts (äöü) not working under iCal (6.0/7.0)
	
	  
	
2878
	2014-09-17 11:36:29
	resolved (fixed)
	Apple iCal.app
	No busy/free status in iCal 7.0
	
	  
	
2879
	2014-09-17 11:36:39
	resolved (fixed)
	Apple iCal.app
	No "Check Availability" Button in iCal 7.0
	
	  
	
2894
	2014-09-17 11:52:55
	resolved (fixed)
	Backend Address Book
	Collected email addresses not including display name