[SOGo] BTS activities for Tuesday, December 09 2014

2014-12-09 Thread SOGo reporter
Title: BTS activities for Tuesday, December 09 2014





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
3015
	2014-12-09 17:45:22
	updated (open)
	ActiveSync
	EXCEPTION: while activesync with device
	
	  
	
3016
	2014-12-09 15:21:23
	updated (open)
	ActiveSync
	Synchronization stops with a 500 error
	
	  
	
3017
	2014-12-09 07:54:23
	updated (open)
	ActiveSync
	Mails are doubled for each synchronization
	
	  
	
2841
	2014-12-09 08:57:18
	updated (open)
	Apple iPhone OS
	Invitations on iOS 7 does not show up
	
	  
	
3019
	2014-12-09 18:55:02
	updated (open)
	Packaging (Debian)
	sogo 2.2.11-1 package for squeeze requires liblasso3 2.4 but only 2.2 exists in squeeze
	
	  
	
2996
	2014-12-09 08:57:24
	updated (open)
	with SOGo
	improper / inconsistent definition of rpath in source
	
	  
	
2899
	2014-12-09 15:32:56
	feedback (reopened)
	Backend Calendar
	ressource overbooking via caldav
	
	  
	
2990
	2014-12-09 07:28:22
	assigned (reopened)
	with SOGo
	Does not work with Thunderbird 31.2.0
	
	  
	
2992
	2014-12-09 15:33:55
	resolved (suspended)
	ActiveSync
	WP8 activesync problem
	
	  
	
3018
	2014-12-09 15:20:57
	resolved (suspended)
	Backend Mail
	BAD Error in IMAP command SETANNOTATION: Unknown command, Support RFC5464 and not the draft version.
	
	  
	
  
  




Re: [SOGo] Thunderbird + Sogo Connector Issue (ssl_error_no_cypher_overlap)

2014-12-09 Thread Ian Smithers
Hello all, thanks for the replies. Seems each reply came in separately, 
so whilst I am responding to this one, I did read them all. :) I had a 
look at the Qualys SSL Labs Test and analyzed my server. The report 
results was A+, and the only thing which I found confusing was that it 
said under Configuration -> Protocols it lists TLS 1.0, 1.1 and 1.2 as 
'Yes' and SSL2 and SSL3 as 'No'. Reason this confuses me is that my 
Android phone is set up to sync with this server too, and has the option 
'Use SSL' ticked, and it works perfectly fine. Are TLS and SSL actually 
different? From some search it seems some places refer to them as the 
same thing, whilst others treat them differently.


I'm wondering if that is why my Thunderbird + Sogo Connector is unable 
to find a cypher to use. To answer questions from other respondees this 
is indeed the latest Thunderbird (31.3.0) and the server is also brand 
new, and only set up just recently and doesn't have any old or decaying 
configuration options that might result in outdated cyphers. I haven't 
checked the timestamps however my expectation is that they are the same 
on server and client.


Thanks!

On 2014-12-09 23:58, RalfK wrote:

spontaneously: Check date and time settings on client and server. They
should not be different from each other...

This is due to that timestamps are taking a role in validating 
ciphers...


Just a thought.

Reg.

Ralf


Am 09.12.2014 um 05:16 schrieb Ian Smithers:

Hi all,

I am using Thunderbird and the Sogo Connector to sync contacts with my
Carddav server. However in the Thunderbird error console, whenever I 
try

to sync, I get an error: sogo ssl_error_no_cypher_overlap and the sync
fails. I've done some searching online and am not sure if this is an
issue with Thunderbird or with the Sogo Connector which sits in 
between.
I haven't tested it via unsecured HTTP yet, but obviously I would 
prefer

to use HTTPS if that is an option. Has anyone else had this issue, or
can suggest some things to try?

Thanks!

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


Re: [SOGo] compiling active sync on arch linux

2014-12-09 Thread Ludovic Marcotte

On 09/12/2014 17:09, jacek burghardt wrote:
I have an issue compiling active sync on arch linux I get this error I 
hope someone can help me. 

Compile and install libwbxml2 0.11.2:

http://inverse.ca/debian-nightly/pool/wheezy/w/wbxml2/wbxml2_0.11.2.orig.tar.gz

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


[SOGo] compiling active sync on arch linux

2014-12-09 Thread jacek burghardt
I have an issue compiling active sync on arch linux I get this error I hope
someone can help me.

iCalAlarm+ActiveSync.m:57:7: warning: @interface of class
'NSCalendarDate' not found
 Compiling file iCalEvent+ActiveSync.m ...
 Compiling file iCalRecurrenceRule+ActiveSync.m ...
 Compiling file iCalTimeZone+ActiveSync.m ...
 Compiling file iCalToDo+ActiveSync.m ...
 Compiling file NSCalendarDate+ActiveSync.m ...
 Compiling file NSData+ActiveSync.m ...
NSData+ActiveSync.m: In function '-[NSData(ActiveSync) wbxml2xml]':
NSData+ActiveSync.m:75:17: error: 'WBXML_LANG_ACTIVESYNC' undeclared
(first usein this function)
   params.lang = WBXML_LANG_ACTIVESYNC;
 ^
NSData+ActiveSync.m:75:17: note: each undeclared identifier is
reported only once for each function it appears in
NSData+ActiveSync.m: In function '-[NSData(ActiveSync) xml2wbxml]':
NSData+ActiveSync.m:101:3: error: unknown type name 'WBXMLConvXML2WBXML'
   WBXMLConvXML2WBXML *conv;
   ^
NSData+ActiveSync.m:113:3: warning: implicit declaration of function
'wbxml_conv_xml2wbxml_create' [-Wimplicit-function-declaration]
   ret = wbxml_conv_xml2wbxml_create(&conv);
   ^
NSData+ActiveSync.m:122:3: warning: implicit declaration of function
'wbxml_conv_xml2wbxml_enable_preserve_whitespaces'
[-Wimplicit-function-declaration]
   wbxml_conv_xml2wbxml_enable_preserve_whitespaces(conv);
   ^
NSData+ActiveSync.m:125:3: warning: implicit declaration of function
'wbxml_convxml2wbxml_disable_public_id'
[-Wimplicit-function-declaration]
   wbxml_conv_xml2wbxml_disable_public_id(conv);
   ^
NSData+ActiveSync.m:126:3: warning: implicit declaration of function
'wbxml_convxml2wbxml_disable_string_table'
[-Wimplicit-function-declaration]
   wbxml_conv_xml2wbxml_disable_string_table(conv);
   ^
NSData+ActiveSync.m:128:3: warning: implicit declaration of function
'wbxml_conv _xml2wbxml_run' [-Wimplicit-function-declaration]
   ret = wbxml_conv_xml2wbxml_run(conv, xml, xml_len, &wbxml, &wbxml_len);
   ^
NSData+ActiveSync.m:135:7: warning: implicit declaration of function
'wbxml_conv_xml2wbxml_destroy' [-Wimplicit-function-declaration]
   wbxml_conv_xml2wbxml_destroy(conv);
   ^
/usr/share/GNUstep/Makefiles/rules.make:468: recipe for target
'obj/ActiveSync.obj/NSData+ActiveSync.m.o' failed
make[3]: *** [obj/ActiveSync.obj/NSData+ActiveSync.m.o] Error 1
/usr/share/GNUstep/Makefiles/Instance/bundle.make:193: recipe for
target 'internal-bundle-run-compile-submake' failed
make[2]: *** [internal-bundle-run-compile-submake] Error 2
/usr/share/GNUstep/Makefiles/Master/rules.make:298: recipe for target
'ActiveSync.all.bundle.variables' failed
make[1]: *** [ActiveSync.all.bundle.variables] Error 2
/usr/share/GNUstep/Makefiles/Master/bundle.make:37: recipe for target
'internal-all' failed
make: *** [internal-all] Error 2
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] ANN: SOGo v2.2.11

2014-12-09 Thread Ludovic Marcotte
The Inverse Team is pleased to announce the immediate availability of 
SOGo 2.2.11. This is a minor release of SOGo which focuses on improved 
stability over previous versions.



 What is SOGo

SOGo is a free and modern scalable groupware server. It offers shared 
calendars, address books and emails through your favorite Web browser or 
by using a native client such as Mozilla Thunderbird and Lightning, 
Apple Calendar and Address Book (Mac OS X and iOS) and Microsoft Outlook.


SOGo is standard-compliant and supports CalDAV, CardDAV and reuses 
existing IMAP, SMTP and database servers - making the solution easy to 
deploy and interoperable with many applications.


SOGo features:

 * Scalable architecture suitable for deployments from dozen to many
   thousand users
 * Rich Web-based interface that shares the look and feel, the features
   and the data of Mozilla Thunderbird and Lightning
 * Improved integration with Mozilla Thunderbird and Lightning by using
   the SOGo Connector and the SOGo Integrator
 * Native compatibility for Microsoft Outlook 2003, 2007, 2010 and 2013
 *

   Two-way synchronization support with any Microsoft
   ActiveSync-capable device (Apple iOS, Android, Windows Phone,
   BlackBerry 10) or Outlook 2013

 * Excellent native integration with Apple software (Mac OS X and iOS)
   and Android-based devices

and many more! SOGo and our connectors are completely free.


 Changes from the previous release

*New features*

 * sogo-tool can now be used to manage EAS metadata for all devices

*Enhancements*

 * Improved the SAML2 documentation
 * Radically reduced AES memory usage

*Bug fixes*

 * Now possible to specify the username attribute for SAML2
   (SOGoSAML2LoginAttribute) (#2381)
 * Added support for IdP-initiated SAML2 logout (#2377)
 * We now generate SAML2 metadata on the fly (#2378)
 * We now handle correctly the SOGo logout when using SAML (#2376 and
   #2379)
 * Fixed freebusy lookups going off bounds for resources (#3010)
 * Fixed EAS clients moving mails between folders but disconnecting
   before receiving server's response (#2982)

Seehttp://www.sogo.nu/bugs/changelog_page.php?project_id=1for closed 
tickets andhttps://github.com/inverse-inc/sogo/commits/SOGo-2.2.11for 
the complete change log.



 Getting SOGo

SOGo is free software and is distributed under the GNU GPL. As such, you 
are free to download and try it by visiting the following page:


http://www.sogo.nu/downloads/backend.html

You can also download the sources by following the instructions on this 
page:


http://www.sogo.nu/development/source_code.html

Frontend clients such as Mozilla Thunderbird, Mozilla Lightning (Inverse 
Edition), SOGo Connector and SOGo Integrator extensions are available 
for download from:


http://www.sogo.nu/downloads/frontends.html

Documentation about the installation and configuration of SOGo, 
Thunderbird or the native Microsoft Outlook compatibility layer is 
available from:


http://www.sogo.nu/downloads/documentation.html

You can also try our online SOGo demo at:

http://www.sogo.nu/tour/online_demo.html


 Upgrading to v2.2.11

No special measure needs to be taken when upgrading.


 How can I help ?

SOGo is a collaborative effort in order to create the best Free and Open 
Source groupware solution.


There are multiple ways you can contribute to the project:

 * Documentation reviews, enhancements and translations
 * Write test cases - if you know Python, join in!
 * Feature requests or by sharing your ideas (see the roadmap)
 * Participate to the discussion in mailing lists
 *

   Patches for bugs or enhancements (http://www.sogo.nu/bugs)

 *

   Provide new translations
   
(http://sogo.nu/english/support/faq/article/how-to-translate-sogo-in-another-language-2.html)

Feel free to send us your questions. You can also post them to the SOGo 
mailing list:http://sogo.nu/lists/



 Getting Support

For any questions, do not hesitate to contact us by writing 
tosupp...@inverse.ca 


Customer support packages for SOGo are available 
fromhttp://inverse.ca/support.html


--
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] Announcing SOGo Docker image

2014-12-09 Thread Jens Erat
Hi Gerald,

On 09.12.2014 19:45, Gerald Brandt wrote:
> So you do activesync via zpush then?

No, I use the native ActiveSync implementation of Inverse. OpenChange
would offer MAPI (Exchange) support.

Cheers,
Jens

-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 OpenPGP: 0D69 E11F 12BD BA07 7B37  26AB 4E1F 799A A4FF 2279



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Announcing SOGo Docker image

2014-12-09 Thread Gerald Brandt

On 2014-12-09 10:56 AM, Jens Erat wrote:

Hi SOGo users,

for quite some time now, I'm using SOGo, running as a Docker container.
After putting some more effort in it, I consider it rather mature and
usable.

Regarding what Docker is and why it's great, I simply refer to their
website [1]. The image is available in Docker's registry service as a
trusted build, ready to be downloaded and used [2]. If you prefer
building the image on your own, the code is of course available on
GitHub [3].

Starting today, I also added flavors for nightly builds and ActiveSync.
Using docker containers, it is as easy as starting a new container with
the appropriate tag (eg., `nightly` for nightly builds) to switch
between the different SOGo releases. Integrating OpenChange is
considered, but as I currently do not require it not to be expected too
soon. Feedback might change that, though.

Feedback, issue reports and contributions are welcome.

Regards from Lake Constance, Germany,
Jens

[1]: https://www.docker.com/
[2]: https://registry.hub.docker.com/u/jenserat/sogo/
[3]: https://github.com/JensErat/docker-sogo


So you do activesync via zpush then?

Gerald

--
Gerald Brandt
Majentis Technologies
204-229-6595
g...@majentis.com

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


[SOGo] Announcing SOGo Docker image

2014-12-09 Thread Jens Erat
Hi SOGo users,

for quite some time now, I'm using SOGo, running as a Docker container.
After putting some more effort in it, I consider it rather mature and
usable.

Regarding what Docker is and why it's great, I simply refer to their
website [1]. The image is available in Docker's registry service as a
trusted build, ready to be downloaded and used [2]. If you prefer
building the image on your own, the code is of course available on
GitHub [3].

Starting today, I also added flavors for nightly builds and ActiveSync.
Using docker containers, it is as easy as starting a new container with
the appropriate tag (eg., `nightly` for nightly builds) to switch
between the different SOGo releases. Integrating OpenChange is
considered, but as I currently do not require it not to be expected too
soon. Feedback might change that, though.

Feedback, issue reports and contributions are welcome.

Regards from Lake Constance, Germany,
Jens

[1]: https://www.docker.com/
[2]: https://registry.hub.docker.com/u/jenserat/sogo/
[3]: https://github.com/JensErat/docker-sogo

-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 OpenPGP: 0D69 E11F 12BD BA07 7B37  26AB 4E1F 799A A4FF 2279



smime.p7s
Description: S/MIME Cryptographic Signature


[SOGo] iPhone app for calendar sync

2014-12-09 Thread Fabio Onorini
Hello users,

I have set up sync of my calendar via CalDAV and via activesync on my
iPhone with a server SOGo.
It seems that events remove on the server does not spread on the device.

any idea?

-- 

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

Re: [SOGo] Outlook 2013 ActiveSync account characters displayed as random symbols

2014-12-09 Thread Christian Mack
Hello  Raido Rinaldi

Am 2014-12-04 um 15:26 schrieb Raido Rinaldi:
> 
> when I send letter with symbols öäüõ (estonian alfabet symbols), letters
> are
> displayed like Ć¶Ć¤ĆµĆ¼pƶ. Is there any way to force encoding to UTF-8 so
> letters are correct?
> 

Used character sets are set in the email itself (attribute Content-Type
option charset) .
Which one will be set/used, is dependant on the used email client for
sending.

SOGo always sends emails in UTF-8.
In Outlook and Thunderbird this is part of the account settings.


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] how to use ActiveSync

2014-12-09 Thread Kai-Uwe Rommel
users-requ...@sogo.nu wrote on 09.12.2014 13:54:58:
> 
> I think it's very cool from you if you tell how you have resolv 
thisproblem ?

I was a little ashamed that I would have to admit that on the iPhone,
I had entered https://host.domain.tld but only host.domain.tld has to
be entered ... :-)

I guess this is obvious but while I already have connected lots of
smartphones to other ActiveSync sources, I always had connected them
through some enclosing MDM solution which (in the case of an iOS device)
always generates a profile and sends it to the device. So I so far never
actually had the case of filling out an ActiveSync settings dialog
myself directly on an iOS device ...

Kai-Uwe Rommel

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


> Le 09/12/2014 12:21, Kai-Uwe Rommel a écrit :
> Sorry for asking ... I found my problem meanwhile myself. 
> 
> Mit freundlichen Grüßen
> 
> Kai-Uwe Rommel
> 
> kai-uwe.rom...@ars.de
> Telefon+Mobil +49 89 32468-120
> 
> 
> users-requ...@sogo.nu wrote on 08.12.2014 22:23:42:
> 
> > From: Kai-Uwe Rommel  
> > To: "SOGo mailinglist"  
> > Date: 09.12.2014 03:34 
> > Subject: [SOGo] how to use ActiveSync 
> > Sent by: users-requ...@sogo.nu 
> > 
> > Hello, 
> > 
> > please forgive me if I overlook something simple ... 
> > 
> > I am trying to connect a mobile device (iPhone or Android) via 
ActiveSync. 
> > My SOGo server works fine, web access works and CalDAV/CardAV from
> Thunderbird
> > work, too. 
> > 
> > I have enabled ActiveSync like described in the manual but there is 
> > no description 
> > what is to be done on the mobile device ... what has to be entered 
> > on the iPhone 
> > as the server? Just the basic name like https://my.server.tld or 
> do I need to
> > append something to the name (like /traveler on IBM Domino Traveler 
> > ActiveSync 
> > servers)? 
> > 
> > Also, my SOGo installation does NOT use LDAP/Samba but is using a 
> > MySQL database 
> > for Authentication. Is ActiveSync supported in this environment? 
> What is to be
> > used for the domain in the user@domain or domain\user specification 
> > on an iPhone, 
> > for example? Should it be left empty (no LDAP) or should I enter the
> > mail domain? 
> > (Neither works.) 
> > 
> > Regardless what I try on the iPhone, I only get "Account cannot 
beverified".
> > 
> > When I use the Microsoft connectivity test, I get this error: 
> > 
> > The HTTP authentication test failed. 
> > A 401 error was received from the server, but no authentication 
> > methods are supported. 
> > HTTP Response Headers: 
> > Connection: close 
> > Content-Length: 0 
> > Content-Type: text/plain; charset=UTF-8 
> > Date: Mon, 08 Dec 2014 21:14:01 GMT 
> > WWW-Authenticate: basic realm="SOGo" 
> > Elapsed Time: 428 ms. 
> > 
> > What is wrong when it says "no authentication methods are supported"? 
> > 
> > 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

> 
> -- 
> Cordialement,
> Maxime RUBINO

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] Add participant does not work

2014-12-09 Thread VILLEMUR Jacques

Thank you.
Jacques

Le Mardi 9 Décembre 2014 14:48 CET, Ludovic Marcotte  a 
écrit:
 On 09/12/2014 03:07, VILLEMUR Jacques wrote:
> We have a problem when adding some participant (always the same) to an
> event window does not close when you click on the ok button. In the
> logs I get the error ( in PJ ).
This has been fixed in the upcoming v2.2.11 release. It will be released
today.

--
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
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Add participant does not work

2014-12-09 Thread Ludovic Marcotte

On 09/12/2014 03:07, VILLEMUR Jacques wrote:
We have a problem when adding some participant (always the same) to an 
event window does not close when you click on the ok button. In the 
logs I get the error ( in PJ ).
This has been fixed in the upcoming v2.2.11 release. It will be released 
today.


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

2014-12-09 Thread Ludovic Marcotte

On 09/12/2014 07:07, Michał Franczak wrote:

I have follwoing problems with sogo activesync
When i login to:
https://myip/Microsoft-Server-ActiveSync
You shouldn't try that with a normal Web browser, it won't work. Use a 
real EAS client.


--
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] Native Microsoft Outlook from debian-nightly

2014-12-09 Thread Ludovic Marcotte

On 09/12/2014 08:12, Jan Kraljič wrote:
since some packages are missing in debian-nightly is it even possible 
to create Native Microsoft Outlook from nightly builds?
Yes, but without ocsmanager and rpcproxy for now. So Outlook using RPC 
will work, but not RPC over HTTP.


This will be fixed as soon as v2.2.11 is released.

--
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] how to change "full name" with SogoUserSources = MySQL

2014-12-09 Thread Ludovic Marcotte

On 09/12/2014 08:05, Yannick Barbeaux wrote:
But I still wonder if you can let users change their own full name 
directly in the sogo preferences (in my case, it is greyed out)

Set SOGoMailCustomFromEnabled = YES;

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


[SOGo] Native Microsoft Outlook from debian-nightly

2014-12-09 Thread Jan Kraljič
Hi,

since some packages are missing in debian-nightly is it even possible to
create Native Microsoft Outlook from nightly builds?

Thank for info,

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

Re: [SOGo] how to change "full name" with SogoUserSources = MySQL

2014-12-09 Thread Yannick Barbeaux
Thank you Christian. I had finally found the answer.
But I still wonder if you can let users change their own full name directly
in the sogo preferences (in my case, it is greyed out)

Best regards,

Yannick

On 9 December 2014 at 14:00, Christian Mack 
wrote:

> Am 2014-12-04 um 13:31 schrieb Yannick Barbeaux:
> > Hello,
> >
> > I am configuring SOGO with MySQL as SogoUserSources.
> > I would like the users to be able to modify their "Full Name" field in
> > Sogo. Is it possible?
> >
> > In the preferences->IMAP Accounts, the "Full Name" field is grayed out so
> > the users cannot change it.
> > I guess it is by default a value read in my sogo_view table (=view
> created
> > from the vmail.users table). If users cannot modify it manually, should I
> > add a column in my table, something like givenName (LDAP style) and
> > configure sogo to read this value instead?
> >
> > Thanks.
> >
> > Yannick
> >
>
> From the documentation:
> "viewURLDatabase URL of the view used by SOGo. The
> view expects columns to be present. Required
> columns are:
> ▪ c_uid: will be used for authentication – it’s a
> username or usern...@domain.tld
> ▪ c_name: will be used to uniquely identify en-
> tries – which can be identical to c_uid
> ▪ c_password: password of the user, plain text,
> crypt, md5 or sha encoded
> ▪ c_cn: the user’s common name
> ▪ mail : the user’s email address
>
> Other columns can exist and will actually be
> mapped automatically if they have the same
> name as popular LDAP attributes (such as
> givenName, sn, department, title, telepho-
> neNumber, etc.).
> "
>
> So what you are searching for are columns like c_cn (== common name),
> givenName, sn (== surname) and title.
>
>
>
> 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] Thunderbird + Sogo Connector Issue (ssl_error_no_cypher_overlap)

2014-12-09 Thread RalfK
spontaneously: Check date and time settings on client and server. They
should not be different from each other...

This is due to that timestamps are taking a role in validating ciphers...

Just a thought.

Reg.

Ralf


Am 09.12.2014 um 05:16 schrieb Ian Smithers:
> Hi all,
> 
> I am using Thunderbird and the Sogo Connector to sync contacts with my
> Carddav server. However in the Thunderbird error console, whenever I try
> to sync, I get an error: sogo ssl_error_no_cypher_overlap and the sync
> fails. I've done some searching online and am not sure if this is an
> issue with Thunderbird or with the Sogo Connector which sits in between.
> I haven't tested it via unsecured HTTP yet, but obviously I would prefer
> to use HTTPS if that is an option. Has anyone else had this issue, or
> can suggest some things to try?
> 
> Thanks!

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


Re: [SOGo] how to use ActiveSync

2014-12-09 Thread Maxime RUBINO
I think it's very cool from you if you tell how you have resolv this 
problem ?


Le 09/12/2014 12:21, Kai-Uwe Rommel a écrit :

Sorry for asking ... I found my problem meanwhile myself.

Mit freundlichen Grüßen

Kai-Uwe Rommel

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


users-requ...@sogo.nu wrote on 08.12.2014 22:23:42:

> From: Kai-Uwe Rommel 
> To: "SOGo mailinglist" 
> Date: 09.12.2014 03:34
> Subject: [SOGo] how to use ActiveSync
> Sent by: users-requ...@sogo.nu
>
> Hello,
>
> please forgive me if I overlook something simple ...
>
> I am trying to connect a mobile device (iPhone or Android) via 
ActiveSync.
> My SOGo server works fine, web access works and CalDAV/CardAV from 
Thunderbird

> work, too.
>
> I have enabled ActiveSync like described in the manual but there is
> no description
> what is to be done on the mobile device ... what has to be entered
> on the iPhone
> as the server? Just the basic name like https://my.server.tld 
or do I need to

> append something to the name (like /traveler on IBM Domino Traveler
> ActiveSync
> servers)?
>
> Also, my SOGo installation does NOT use LDAP/Samba but is using a
> MySQL database
> for Authentication. Is ActiveSync supported in this environment? 
What is to be

> used for the domain in the user@domain or domain\user specification
> on an iPhone,
> for example? Should it be left empty (no LDAP) or should I enter the
> mail domain?
> (Neither works.)
>
> Regardless what I try on the iPhone, I only get "Account cannot be 
verified".

>
> When I use the Microsoft connectivity test, I get this error:
>
> The HTTP authentication test failed.
> A 401 error was received from the server, but no authentication
> methods are supported.
> HTTP Response Headers:
> Connection: close
> Content-Length: 0
> Content-Type: text/plain; charset=UTF-8
> Date: Mon, 08 Dec 2014 21:14:01 GMT
> WWW-Authenticate: basic realm="SOGo"
> Elapsed Time: 428 ms.
>
> What is wrong when it says "no authentication methods are supported"?
>
> 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




--
Cordialement,
Maxime RUBINO

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

Re: [SOGo] Outlook 2013 causes sogod to consume all RAM and CPU cycles on exit/startup when synching adress book

2014-12-09 Thread Sigurd Holter

Hi !

Our user has closed down Outlook 2013.
On startup, the sync process starts from the beginning.
All  mails are downloaded to Outlook again, so all mails are doubled.
There are 2 instances of each email.

What can cause this behaviour ?

This is with nightly build 20141208.

MVH
Sigurd Holter
Prosjektleder
West Audio A/S
Consul Sigval Bergesens vei 41
4016 Stavanger
Telefon 51537030

Den 04.12.2014 01:27, skrev Ludovic Marcotte:

On 03/12/2014 02:51, Sigurd Holter wrote:


Now RAM and CPU usage are normal on Outlook start and exit using 
ActiveSync.
No memory improvements have landed yet in the nightly builds. They 
should by the end of the week.
However, our test user tried copying 10 contacts form his archived 
PST file into the Outlook contacts folder.
The result was that SOGo added 10 copies of each contact, and that 
Outlook synched these again.
So now our user has 10 x 10 contacts in his folder. 

I'll test that.



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


[SOGo] ActiveSync Problem

2014-12-09 Thread Michał Franczak

Hello,
I have follwoing problems with sogo activesync
When i login to:
https://myip/Microsoft-Server-ActiveSync

I get an error:
Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET 
/Microsoft-Server-ActiveSync.


Reason: Error reading from remote server


In sogo.log I can see:
Dec 09 13:03:57 sogod [3121]: <0x0x7fdc019c9008[SOGoCache]> Cache 
cleanup interval set every 300.00 seconds
Dec 09 13:03:57 sogod [3121]: <0x0x7fdc019c9008[SOGoCache]> Using 
host(s) '127.0.0.1' as server(s)
2014-12-09 13:03:57.471 sogod[3121] Note(SoObject): SoDebugKeyLookup is 
enabled!
2014-12-09 13:03:57.471 sogod[3121] Note(SoObject): SoDebugBaseURL is 
enabled!
2014-12-09 13:03:57.472 sogod[3121] Note(SoObject): relative base URLs 
are enabled.
Dec 09 13:03:57 sogod [3108]: <0x0x7fdc01911df8[WOWatchDogChild]> child 
3121 exited
Dec 09 13:03:57 sogod [3108]: <0x0x7fdc01911df8[WOWatchDogChild]> 
(terminated due to signal 11, coredump)
Dec 09 13:03:57 sogod [3108]: <0x0x7fdc01a2e098[WOWatchDog]> child 
spawned with pid 3134


What can be the problem
--
Michał Franczak
michal.franc...@comarch.com
tel. +48 12 684 84 89
mob. +48 608 646 325



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Ubuntu 1404 openchange-ocsmanager

2014-12-09 Thread Steve Ankeny

It's now called python-ocsmanager

Review the previous thread

https://lists.inverse.ca/sogo/arc/users/2014-10/msg00019.html

and, pay attention to 
https://lists.inverse.ca/sogo/arc/users/2014-10/msg00055.html


You might also want to try the nightly repository

http://inverse.ca/ubuntu-nightly/pool/trusty/o/openchange/

On 12/09/2014 04:22 AM, h...@promedia-sds.de wrote:

Hi all,

still there is no openchange-ocsmanager and openchange-rpcproxy on the repo.

Is there another way to get both?

Horst


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


Re: [SOGo] how to change "full name" with SogoUserSources = MySQL

2014-12-09 Thread Christian Mack
Am 2014-12-04 um 13:31 schrieb Yannick Barbeaux:
> Hello,
> 
> I am configuring SOGO with MySQL as SogoUserSources.
> I would like the users to be able to modify their "Full Name" field in
> Sogo. Is it possible?
> 
> In the preferences->IMAP Accounts, the "Full Name" field is grayed out so
> the users cannot change it.
> I guess it is by default a value read in my sogo_view table (=view created
> from the vmail.users table). If users cannot modify it manually, should I
> add a column in my table, something like givenName (LDAP style) and
> configure sogo to read this value instead?
> 
> Thanks.
> 
> Yannick
> 

From the documentation:
"viewURLDatabase URL of the view used by SOGo. The
view expects columns to be present. Required
columns are:
▪ c_uid: will be used for authentication – it’s a
username or usern...@domain.tld
▪ c_name: will be used to uniquely identify en-
tries – which can be identical to c_uid
▪ c_password: password of the user, plain text,
crypt, md5 or sha encoded
▪ c_cn: the user’s common name
▪ mail : the user’s email address

Other columns can exist and will actually be
mapped automatically if they have the same
name as popular LDAP attributes (such as
givenName, sn, department, title, telepho-
neNumber, etc.).
"

So what you are searching for are columns like c_cn (== common name),
givenName, sn (== surname) and title.



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] scayt language

2014-12-09 Thread Christian Mack
Hello Jan

Am 2014-12-04 um 08:03 schrieb j...@kirchbergklinik.de:
> 
> es ist jeweils die deutsche Version von FireFox und/oder Chrome installiert.
> Eine spezielle Rechtschreibprüfung ist nicht installiert.
> Stelle ich im scayt die Sprache manuell auf deutsch um funktioniert alles
> einwandfrei.
> 
> 
> Hello,
> the German version of FireFox and / or Chrome is installed in each case. A
> special spell checker is not installed.
> I place the language manually German to everything works fine in scayt.
> 

Sorry, I didn't get, that you are using HTML emails.
You have to choose "Deutsch" (== "German") in your SOGo language setting
before writing your email.
With that the german spell checking is set per default in SCAYT.


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] restore addresses

2014-12-09 Thread Christian Mack
Hello Rudolf Harney

Am 2014-12-01 um 17:55 schrieb Rudolf Harney:
> 
> we run sogo 2.2.9 on a ubuntu server with a postgreSQL database. By a
> mistake (what else?) about half of the addresses were removed.
> 
> We don't have backups (we will though, in future).
> 
> I saw, the addresses still are in the "data" table, with c_deleted=1. Is
> there a way to restore them? I tried simply setting c_deleted=0 but that
> didn't help - I guess, I would also have to change the _quick tables ...
> I didn't find a documentation of the db scheme in the net.
> 
> I know that c_lastmodified=1417427410 and c_lastmodified=1417427411  has
> all addresses I need.
> 
> Any suggestions, how I can retrieve the data?
> 

I only know of this old thread, which was about calendars, but I assume
this will work for address books too.
https://lists.inverse.ca/sogo/arc/users/2012-09/msg00109.html


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] Thunderbird + Sogo Connector Issue (ssl_error_no_cypher_overlap)

2014-12-09 Thread Kai-Uwe Rommel
users-requ...@sogo.nu wrote on 09.12.2014 05:16:06:
> 
> I am using Thunderbird and the Sogo Connector to sync contacts with my 
> Carddav server. However in the Thunderbird error console, whenever I try 

> to sync, I get an error: sogo ssl_error_no_cypher_overlap and the sync 
> fails. I've done some searching online and am not sure if this is an 
> issue with Thunderbird or with the Sogo Connector which sits in between. 

> I haven't tested it via unsecured HTTP yet, but obviously I would prefer 

> to use HTTPS if that is an option. Has anyone else had this issue, or 
> can suggest some things to try?

I guess you are using a fairly recent Thunderbird version or even the
newest? The current versions of Firefox and Thunderbird disable old and
outdated (e.g. insecure) ciphers. Perhaps your server's HTTP daemon
is not offering new (secure) enough ciphers? This could be the case if
you set up this server already long time ago and never cared to update
the cipher settings (perhaps even code updates may be required).

If you want to check your server's HTTP support, use 
https://www.ssllabs.com/ssltest/

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] Thunderbird + Sogo Connector Issue (ssl_error_no_cypher_overlap)

2014-12-09 Thread Jens Erat
Hi Ian,

the message indicates that client and server could not agree on a cipher
to use, as the ciphers supported/offered do not overlap.

Have a look at the server configuration, and which ciphers are
supported. It might be something like SSLv3-only (no TLS), which is
disabled by Mozilla components by now (is it already?).

SSL-Labs might be helpful for debugging this:

https://www.ssllabs.com/ssltest/

Regards,
Jens

On 09.12.2014 05:16, Ian Smithers wrote:
> Hi all,
> 
> I am using Thunderbird and the Sogo Connector to sync contacts with my
> Carddav server. However in the Thunderbird error console, whenever I try
> to sync, I get an error: sogo ssl_error_no_cypher_overlap and the sync
> fails. I've done some searching online and am not sure if this is an
> issue with Thunderbird or with the Sogo Connector which sits in between.
> I haven't tested it via unsecured HTTP yet, but obviously I would prefer
> to use HTTPS if that is an option. Has anyone else had this issue, or
> can suggest some things to try?
> 
> Thanks!


-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 OpenPGP: 0D69 E11F 12BD BA07 7B37  26AB 4E1F 799A A4FF 2279



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] default mail body font

2014-12-09 Thread Kai-Uwe Rommel
users-requ...@sogo.nu wrote on 09.12.2014 12:13:19:
> > 
> > is it possible to change the default mail body font, either as a user 
or
> > as the admin (globally, for all users)?
> > 
> 
> Plain text emails don't contain any font information at all.
> So for those you could come up with something for reading them in a
> specific font.
> 
> But for HTML emails this is not possible, as you can not control which
> font the sender is using.
> For these to show up in a specific font, you have to change the browsers
> font settings (== for all web pages!).

I think I was not clear enough describing what I want.
I do not mean for _displaying_ messages but for _writing_ HTML messages.

That is, I want to set the default body font for the editor control,
when composing a HTML message.

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] how to use ActiveSync

2014-12-09 Thread Kai-Uwe Rommel
Sorry for asking ... I found my problem meanwhile myself.

Mit freundlichen Grüßen

Kai-Uwe Rommel

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


users-requ...@sogo.nu wrote on 08.12.2014 22:23:42:

> From: Kai-Uwe Rommel 
> To: "SOGo mailinglist" 
> Date: 09.12.2014 03:34
> Subject: [SOGo] how to use ActiveSync
> Sent by: users-requ...@sogo.nu
> 
> Hello, 
> 
> please forgive me if I overlook something simple ... 
> 
> I am trying to connect a mobile device (iPhone or Android) via 
ActiveSync. 
> My SOGo server works fine, web access works and CalDAV/CardAV from 
Thunderbird
> work, too. 
> 
> I have enabled ActiveSync like described in the manual but there is 
> no description 
> what is to be done on the mobile device ... what has to be entered 
> on the iPhone 
> as the server? Just the basic name like https://my.server.tld or do I 
need to
> append something to the name (like /traveler on IBM Domino Traveler 
> ActiveSync 
> servers)? 
> 
> Also, my SOGo installation does NOT use LDAP/Samba but is using a 
> MySQL database 
> for Authentication. Is ActiveSync supported in this environment? What is 
to be
> used for the domain in the user@domain or domain\user specification 
> on an iPhone, 
> for example? Should it be left empty (no LDAP) or should I enter the
> mail domain? 
> (Neither works.) 
> 
> Regardless what I try on the iPhone, I only get "Account cannot be 
verified".
> 
> When I use the Microsoft connectivity test, I get this error: 
> 
> The HTTP authentication test failed. 
> A 401 error was received from the server, but no authentication 
> methods are supported. 
> HTTP Response Headers: 
> Connection: close 
> Content-Length: 0 
> Content-Type: text/plain; charset=UTF-8 
> Date: Mon, 08 Dec 2014 21:14:01 GMT 
> WWW-Authenticate: basic realm="SOGo" 
> Elapsed Time: 428 ms. 
> 
> What is wrong when it says "no authentication methods are supported"? 
> 
> 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

[SOGo] Ubuntu 1404 openchange-ocsmanager

2014-12-09 Thread hh
Hi all,

still there is no openchange-ocsmanager and openchange-rpcproxy on the repo.

Is there another way to get both?

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


[SOGo] Add participant does not work

2014-12-09 Thread VILLEMUR Jacques

hello,
We have a problem when adding some participant (always the same) to an event 
window does not close when you click on the ok button. In the logs I get the 
error ( in PJ ).
2.2.10-1 version used (in 2.2.9 same problem)
Thank you for your help.
Jacques V.

 


trace.log
Description: Binary data


Re: [SOGo] Synching with Android: sync never ends

2014-12-09 Thread Hanno 'Rince' Wagner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Good morning,

Am 07.12.2014 um 09:16 schrieb Hanno 'Rince' Wagner:

> Now I have a new mobile phone (my old one broke down), an Android
> once again and I use CalDAV and CardDAV to sync between SOGo and my
> mobile. Unfortunately, now the syncs don't work and I can not see
> why.

I found one answer to my problem:
I use Cyanogenmod / SlimKAT on my mobile phone, which includes a
PrivacyGuard.
The Default seems to be not to allow modifications on the contacts and
calendar entries. Unfortunately, the App (CalDAV-Sync, CardDAV-Sync
Beta) doesn't report problems with writing contacts. It just starts
again - and this explains why all the content got requested over and
over again.

But my other question - what are the fields of the logfile, is there
any description for it? I haven't found anything in the manual

Greetings,

Hanno
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlSGrxAACgkQAC7LSJt+h4W20wCdGzKCtn3n7pL2KIPTDhKpscsU
CMMAoI9sAwP7f1kqbPnb7gqcKk2Xb68I
=iReA
-END PGP SIGNATURE-
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Thunderbird + Sogo Connector Issue (ssl_error_no_cypher_overlap)

2014-12-09 Thread Ian Smithers

Hi all,

I am using Thunderbird and the Sogo Connector to sync contacts with my 
Carddav server. However in the Thunderbird error console, whenever I try 
to sync, I get an error: sogo ssl_error_no_cypher_overlap and the sync 
fails. I've done some searching online and am not sure if this is an 
issue with Thunderbird or with the Sogo Connector which sits in between. 
I haven't tested it via unsecured HTTP yet, but obviously I would prefer 
to use HTTPS if that is an option. Has anyone else had this issue, or 
can suggest some things to try?


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


Re: [SOGo] default mail body font

2014-12-09 Thread Christian Mack
Hello Kai-Uwe Rommel

Am 2014-11-30 um 15:08 schrieb Kai-Uwe Rommel:
> 
> is it possible to change the default mail body font, either as a user or
> as the admin (globally, for all users)?
> 

Plain text emails don't contain any font information at all.
So for those you could come up with something for reading them in a
specific font.

But for HTML emails this is not possible, as you can not control which
font the sender is using.
For these to show up in a specific font, you have to change the browsers
font settings (== for all web pages!).


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] connexion on webmail impossible after a decconect

2014-12-09 Thread Christian Mack
Hello mathilde rousseau

Am 2014-11-27 um 18:06 schrieb mathilde rousseau:
> Hello
> I just install a new sogo server on a debian 7. I use ldap to authenticate my 
> users. I use multi domain.
> I had a trouble : when i disconnect from the webmail i can’t reconnect after 
> unless i restart memcached.

Did you change your password?
As far as I know these changes will be reflected later in SOGo, because
of the caching.
See
http://www.sogo.nu/bugs/view.php?id=2601


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] object not found: SOGo => UID

2014-12-09 Thread Christian Mack
Hello MJ

Am 2014-11-26 um 15:29 schrieb heupink:
> 
> We've upgraded to 2.2.10 yesterday. Today I created a new user, and
> tried logging on. Did not work due to "object not found: SOGo => UID".
> 
> Tried logging on in roundcube: no problem. Searched the mailinglist, and
> found some causes / solutions, none of which applied to us.
> 
> Then I found a suggestion to restart memcached, and that solved the
> issue immediately. Can we agree that this is a bug? Worth submitting a
> bugreport for this?
> 

Yes, please submit a bug report.
This should not happen.


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] SOGo CalDAV problem

2014-12-09 Thread Christian Mack
Hello Élie Deloumeau

Sorry for the late response, I was really busy.

The error message hints, that Connector is not installed correctly.
Perhaps your Connector xpi is corrupt.
Please reinstall a fresh copy.


Kind regards,
Christian Mack

Disable the SOGo
Am 2014-11-19 um 11:23 schrieb Élie Deloumeau:
> Hi everyone,
> 
> I realy need help about my calendar bug please!
> It also happens when integrator and connectore are disable.
> 
> Regards,
> Élie Deloumeau.
> 
> Le 17/11/2014 14:06, Élie Deloumeau a écrit :
>> Hello,
>>
>> i forget to send you the Thunderbird error log :
>> http://i.imgur.com/wrEIObo.jpg
>>
>> Regards,
>> Élie Deloumeau.
>>
>> Le 14/11/2014 14:29, Élie Deloumeau a écrit :
>>>
>>> Which Versions of Thunderbird, Lightning, Connector and
>>> Integrator are
>>> you using?
>>>
>>> For now I'm using Thunderbird 31.2.0, Lightning 3.3.1, Connector
>>> 31.0.0 and Integrator 31.0.0.
>>>
>>> Can you see your calendar and all events in the SOGo web interface?
>>>
>>> Yes! And I can edit and move them.
>>>
>>> There is no such thing as SOGo 3.5 or 4.0.
>>> SOGo server version is at 2.2.9a currently.
>>> Please check your version by opening "Preferences" --> "General" and
>>> provide the given "SOGo Version:".
>>>
>>> Oops! I wanted to tell Zentyal 3.5/4.0 (because i use zentyal to run
>>> SOGo).
>>> My SOGo version is 2.2.7.
>>>
>>> Also give us your settings in Integrator.
>>>
>>> In Integrator, i've only modified extensions.rdf like this:
>>> isi:updateURL="https://mail.domain.com/plugins/updates.php?plugin=%ITEM_ID%&version=%ITEM_VERSION%&platform=%PLATFORM%";>
>>>
>>>
>>> Regards,
>>> Élie Deloumeau.
>>>
>>>
>>>
>>>
>>> Le 14/11/2014 13:41, Christian Mack a écrit :
 Hello Élie Deloumeau

 Am 2014-11-14 um 11:09 schrieb Élie Deloumeau:
> Hi everyone,
>
> I can't edit events in my calendar with Thunderbird (31/24/17).
> It worked fine after the initial configuration and before the first
> restart of TB.
>
> My Thunderbird configuration :
>  -u...@domain.com  as mail account
>  - Lightning
>  - SOGo Connector
>  - SOGo Integrator
>
 Which Versions of Thunderbird, Lightning, Connector and Integrator are
 you using?


> In my logs, i see 404 errors on propfind requests (after restarting
> TB) :
>
>  PROPFIND
> /SOGo/dav/u...@domain.com/Calendar/user2_personal/-41b6-be45-721c09bcb608
> HTTP/1.1"
> 404
>
> I can't edit my personal events too, it's not a shared calendar
> permissions problem.
>
 This is no permission problem.
 The above URL is not correct.
 There should be 5 hash blocks seperated by dashes for the event, but in
 your URL there are only 4 of them (compare with the one below).


> Before the first restart of TB:
>
>  192.168.94.33 - - [14/Nov/2014:08:49:33 +] "PROPFIND
> /SOGo/dav/u...@domain.com/Calendar/user2_personal/4355a5e5-0fc8-4db9-8e2b-dda680d5c492
>
> HTTP/1.1" 207 1327 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0)
> Gecko/20100101 Thunderbird/31.2.0 Lightning/3.3.1"
>  192.168.94.33 - - [14/Nov/2014:08:49:34 +] "PUT
> /SOGo/dav/user%40domain.com/Calendar/user2_personal/4355a5e5-0fc8-4db9-8e2b-dda680d5c492
>
> HTTP/1.1" 204 263 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0)
> Gecko/20100101 Thunderbird/31.2.0 Lightning/3.3.1"
>
 As you can see here, there are the 5 hash blocks, so these are valid
 URLs.

> Events in calendars come from an ics file.
>
 Irrelevant, as you don't get the content at all.

 Can you see your calendar and all events in the SOGo web interface?

> Tested on SOGo 3.5 and 4.0.
>
 There is no such thing as SOGo 3.5 or 4.0.
 SOGo server version is at 2.2.9a currently.
 Please check your version by opening "Preferences" --> "General" and
 provide the given "SOGo Version:".

 Also give us your settings in Integrator.



 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