[SOGo] BTS activities for Wednesday, April 09 2014

2014-04-09 Thread SOGo reporter
Title: BTS activities for Wednesday, April 09 2014





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2170
	2014-04-09 20:48:11
	updated (open)
	Backend Calendar
	Repeating Event Modifications
	
	  
	
2336
	2014-04-09 21:24:35
	updated (open)
	Web General
	Meeting Alarms triggered at wrong times
	
	  
	
2706
	2014-04-09 19:08:55
	updated (open)
	Web General
	Login page when session expires
	
	  
	
2654
	2014-04-09 14:50:51
	resolved (fixed)
	ActiveSync
	Calendars are OK through CalDav but are buggy through ActiveSync
	
	  
	
2680
	2014-04-09 12:20:12
	resolved (fixed)
	ActiveSync
	Mobile reply to Blank body
	
	  
	
2695
	2014-04-09 18:04:28
	resolved (fixed)
	ActiveSync
	Outlook events with ampersand in title
	
	  
	
2700
	2014-04-09 10:59:03
	resolved (fixed)
	ActiveSync
	Outlook folder changes (create/delete/rename/move) not synced correclty
	
	  
	
2699
	2014-04-09 19:31:01
	resolved (fixed)
	Backend General
	test_parsing unit test fails
	
	  
	
1046
	2014-04-09 11:10:09
	resolved (fixed)
	Web Preferences
	Report any Sieve error
	
	  
	
  
  




Re: [SOGo] Problem with activesync, outlook 2013 and middle size or big size mailbox

2014-04-09 Thread Ludovic Marcotte

On 2014-04-07, 9:28 AM, Philippe Brangier wrote:
2014-04-07 12:06:52.203 sogod[5432] xml2wbxmlFromContent: failed: 
Parsing of XML Document Failed
2014-04-07 12:06:52.360 sogod[5432] Original data written to: 
/tmp/sogotest_ilex-si_com_1538_18f2b03c_0.data


Take one of these files and run "xmllint --format" on it. You'll see the 
culprit part in the XML. Send it over.


--
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] Could not connect IMAP4

2014-04-09 Thread Helge Hess
On Apr 9, 2014, at 2:40 PM, Christian Mack  
wrote:
> < .. >
>>  SOGoIMAPServer = "imaps://mail.procura.nl";
> < cut >
> 
> Here is your fault.
> You try to connect with SSL on port 143.

? His logs say:
>  = <0x0x7f94cefcfe78[NGImap4Client]: login=u...@zzz.nl(pwd)
> address=<0x0x7f94cf08a8f8[NGInternetSocketAddress]: host=mail.ZZZ.nl
> port=993>>

Notice the port=993.

> Change it to
> SOGoIMAPServer = "imaps://localhost:993";

993 is the default port of the imaps URL, it's not necessary to set that 
explicitly.

hh

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

Re: [SOGo] Could not connect IMAP4

2014-04-09 Thread Christian Mack
Am 2014-04-09 08:45, schrieb Henry Verdonschot:
> Christian Mack schreef op 8-4-2014 14:03:
>> Am 2014-04-07 13:27, schrieb s...@procura.nl:
>>> I'm trying to connect SOGo to our (Mailtraq) mailserver but I get the
>>> following response:
>>>
>>>= <0x0x7f94cefcfe78[NGImap4Client]: login=u...@zzz.nl(pwd)
>>> address=<0x0x7f94cf08a8f8[NGInternetSocketAddress]: host=mail.ZZZ.nl
>>> port=993>>
>>> Apr 07 12:39:59 sogod [21827]: <0xCEF48268[SOGoMailAccount]:0>
>>> renewing imap4
>>> password
>>> 2014-04-07 12:40:01.581 sogod[21827] ERROR(-[NGActiveSSLSocket
>>> primaryConnectToAddress:]): couldn't setup SSL connection on socket
>>> (error:0005:lib(0):func(0):DH lib)...
>>> Apr 07 12:40:01 sogod [21827]: [ERROR]
>>> <0x0x7f94cf1874d8[NGImap4ConnectionManager]> IMAP4 login failed:
>>>host=mail.ZZZ.nl, user=UUU, pwd=yes
>>>url=imaps://u...@mail.zzz.nl/
>>>base=(null)
>>>base-class=(null))
>>>
>>> I can connect to the server using Thunderbird IMAP
>>>
>>> Any suggestions what I'm doing wrong here?
>>>
>>
>> Is there SSL transport encryption enabled at that port?
>> How does your SOGo config look like?
>>
>> Kind regards,
>> Christian Mack
>>
> Yes, the settings for this service are to use Implicit mode (SSL/TLS,
> IMAP4S). The config is as follows:
> 
< .. >
>   SOGoIMAPServer = "imaps://mail.procura.nl";
< cut >

Here is your fault.
You try to connect with SSL on port 143.
Change it to
SOGoIMAPServer = "imaps://localhost:993";


Kind regards,
Christian Mack

-- 
Christian Mack
Abteilung Basisdienste
KIM IT-Services
Universität Konstanz



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Strange LDAPException error into the log

2014-04-09 Thread Christian Mack
Hello Alessio Fattorini

Am 2014-04-09 12:46, schrieb Alessio Fattorini:
> Il 08/04/2014 14:00, Christian Mack ha scritto:
> 
>> Seems someone tries to use a user in ou=groups ;-)
>> I assume this one doesn't exist at all.
> 
> thanks for you answer, but i don't find this configuration on my machine
> :-\
> Is it a client configuration? Where can I change this?
> On Thunderbird I can find only username/password not LDAP query
> Thanks in advance
> 

This should be set in your sogo.conf
As there is nothing corresponding to it in your /etc/sogo/sogo.conf, are
there any leftover ~/GNUstep/Defaults/.GNUstepDefaults in the sogo users
home?


Kind regards,
Christian Mack

-- 
Christian Mack
Abteilung Basisdienste
KIM IT-Services
Universität Konstanz



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Could not connect IMAP4

2014-04-09 Thread heupink

Hi Henry,


primaryConnectToAddress:]): couldn't setup SSL connection on socket



I can connect to the server using Thunderbird IMAP

I'm guessing your mean Thunderbird with imapS, above..?

Perhaps it's an idea to test without SSL/TLS, and complicate things (add 
SSL etc) once plain imap works.


Goodluck!

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


Re: [SOGo] Strange LDAPException error into the log

2014-04-09 Thread Alessio Fattorini

Il 08/04/2014 14:00, Christian Mack ha scritto:


Seems someone tries to use a user in ou=groups ;-)
I assume this one doesn't exist at all.


Hi Christian,
thanks for you answer, but i don't find this configuration on my machine :-\
Is it a client configuration? Where can I change this?
On Thunderbird I can find only username/password not LDAP query
Thanks in advance

--
Alessio Fattorini
Nethesis srl - Pesaro (Italy)
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird+Lightning - change free/busy colors?

2014-04-09 Thread Charles Marcus

On 4/9/2014 3:21 AM, Christian Mack  wrote:

Hello Charles Marcus

Am 2014-04-07 16:38, schrieb Charles Marcus:

Does anyone know if it is possible to change the colors used for showing
free/busy times when inviting attendees?


This is not possible, neither in Lightning, nor in SOGo.


Ok, thx Christian - couldn't hurt to ask...

For some reason, the colors for 'Busy' and 'Out of office' are almost 
identical.


Yes, they are similar, but it is possible that someone could be 'out of 
the office', but otherwise available for a meeting (maybe they are 
traveling on business, and this meeting will occur during that trip)...


Anyway, no biggie...

--

Best regards,

Charles

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


Re: [SOGo] Windows phone and Active Sync

2014-04-09 Thread Fabio Onorini
So I must configure sogo account like a Google account?

Is not what I would to do with iOS and Android I configure Exchange
Account and I think that also windows phone should do this...


2014-04-08 18:32 GMT+02:00 Rolf :

>  Yes, by misusing /reconfiguring a google account (which effectively is
> CalDAV / CardDAV).
>
> Works like a charme, except for creating new calendar events.
>
> Rolf
>  --
> Von: Fabio Onorini 
> Gesendet: 08.04.2014 10:38
> An: SOGo mailinglist 
> Betreff: Re: [SOGo] Windows phone and Active Sync
>
> Someone was able to configure a device with windows phone with sogo?
>
>
> 2014-03-31 15:37 GMT+02:00 Fabio Onorini :
>
>> OK, the answer talk about gmail account with some default system folder
>> removed.
>> My default folder in sogo is Sent, Trash and Drafts...
>>
>>
>> With ZEG vm error code is 85002028
>>
>>
>> 2014-03-31 14:44 GMT+02:00 Ludovic Marcotte :
>>
>>> On 2014-03-31, 3:40 AM, Fabio Onorini wrote:
>>>
 Error code is: 85002012

>>> A quick search lead me to that: http://answers.microsoft.com/
>>> en-us/winphone/forum/wp7-sync/error-code-85002012/8b2c7686-
>>> 1af8-44a5-b2e8-d97acfa5f300
>>>
>>> --
>>> 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
>>>
>>
>>
>>
>> --
>> ---
>> Fabio Onorini
>>
>
>
>
> --
> ---
> Fabio Onorini
>



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

Re: [SOGo] Could not connect IMAP4

2014-04-09 Thread Henry Verdonschot

Christian Mack schreef op 8-4-2014 14:03:

Am 2014-04-07 13:27, schrieb s...@procura.nl:

I'm trying to connect SOGo to our (Mailtraq) mailserver but I get the
following response:

   = <0x0x7f94cefcfe78[NGImap4Client]: login=u...@zzz.nl(pwd)
address=<0x0x7f94cf08a8f8[NGInternetSocketAddress]: host=mail.ZZZ.nl
port=993>>
Apr 07 12:39:59 sogod [21827]: <0xCEF48268[SOGoMailAccount]:0> renewing imap4
password
2014-04-07 12:40:01.581 sogod[21827] ERROR(-[NGActiveSSLSocket
primaryConnectToAddress:]): couldn't setup SSL connection on socket
(error:0005:lib(0):func(0):DH lib)...
Apr 07 12:40:01 sogod [21827]: [ERROR]
<0x0x7f94cf1874d8[NGImap4ConnectionManager]> IMAP4 login failed:
   host=mail.ZZZ.nl, user=UUU, pwd=yes
   url=imaps://u...@mail.zzz.nl/
   base=(null)
   base-class=(null))

I can connect to the server using Thunderbird IMAP

Any suggestions what I'm doing wrong here?



Is there SSL transport encryption enabled at that port?
How does your SOGo config look like?

Kind regards,
Christian Mack


Yes, the settings for this service are to use Implicit mode (SSL/TLS, IMAP4S). 
The config is as follows:

  SOGoTimeZone = Europe/Amsterdam;
  SOGoMailDomain = procura.nl;
  SOGoAppointmentSendEMailNotifications = YES;
  SOGoCalendarDefaultRoles = (
PublicViewer,
ConfidentialDAndTViewer
);
  SOGoLanguage = Dutch;
  SOGoMailingMechanism = smtp;
  SOGoSMTPServer = mail.procura.nl;
  SOGoSMTPAuthenticationType = PLAIN;
  SOGoForceExternalLoginWithEmail = NO;
  SOGoDraftsFolderName = Drafts;
  SOGoSentFolderName = Sent;
  SOGoTrashFolderName = Trash;
  SOGoIMAPServer = "imaps://mail.procura.nl";
  NGImap4ConnectionStringSeparator = "/";

Kind regards,
Henry Verdonschot


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


Re: [SOGo] Thunderbird+Lightning - change free/busy colors?

2014-04-09 Thread Christian Mack
Hello Charles Marcus

Am 2014-04-07 16:38, schrieb Charles Marcus:
> 
> Does anyone know if it is possible to change the colors used for showing
> free/busy times when inviting attendees?
> 

This is not possible, neither in Lightning, nor in SOGo.


Kind regards,
Christian Mack

-- 
Christian Mack
Abteilung Basisdienste
KIM IT-Services
Universität Konstanz



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] How to reset a user who is not syncing Contacts

2014-04-09 Thread Christian Mack
Hello Charles Marcus

Am 2014-04-08 20:20, schrieb Charles Marcus:
> On 4/8/2014 1:29 PM, Charles Marcus  wrote:
>> Ok, I've setup 4 of our users with zero problems, but I ran into one
>> that had a problem, and I can't for the life of me get him working
>> with the Contacts.
>>
>> There is nothing special about this user, he is in the same Security
>> Group as all of the others who are working properly.
>>
>> I see the Shared Address Books in the SOGo web UI, and when I install
>> the Connector and Integrator extensions in Thunderbird, his Calendars
>> all sync up fine, and the Shared Address Books show up, but they are
>> both empty, and say there are zero contacts in them.
>>
>> I've tried unsubbing and resubbing the Address Books, and even tried a
>> fresh Thunderbird profile, same exact problem.
>>
>> So... as a last resort, how do I completely wipe/reset this user in
>> the SOGo DB using the SOGo tool? 
> 
> Ok, well... that is bizarre...
> 
> Why doesn't SOGo care about username case?
> 
> This one user, for some reason, had his AD login username in proper
> case. All other users have theirs in all lowercase.
> 

AFAIK that is an AD "feature".
If your attribute is all lower case, then case doesn't matter while
searching.
But if you have different case all compares are case sensitive.


> Why the heck would this break syncing the AB's? And why would Calendars
> sync ok?
> 
Good question!

> Unsubbing/resubbing he two shared AB's fixed those, but his Personal
> Address Book is still broken, so I guess I still need to reset him...?
> 

What you need is sogo-tool.
It has its own package so be sure it is installed.

Perhaps you should backup this user before removing him with:
sudo -u sogo /usr/sbin/sogo-tool backup ${PATH_FOR_BACKUP_FILES}
${USER_LOGIN_NAME}
This will create one file with all settings and data of this user.

Deleting a user from SOGo:
sudo -u sogo /usr/sbin/sogo-tool remove ${USER_LOGIN_NAME}


Kind regards,
Christian Mack
-- 
Christian Mack
Abteilung Basisdienste
KIM IT-Services
Universität Konstanz



smime.p7s
Description: S/MIME Cryptographic Signature