[SOGo] BTS activities for Thursday, January 07 2016

2016-01-07 Thread SOGo reporter
Title: BTS activities for Thursday, January 07 2016





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Thursday, January 07 2016

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1480
	2016-01-07 09:56:54
	updated (open)
	Apple iPhone OS
	Add contact in IOS 5 to "all [cardDav Account]" dosen't work
	
	  
	
2841
	2016-01-07 09:56:54
	updated (open)
	Apple iPhone OS
	Invitations on iOS 7 does not show up
	
	  
	
2716
	2016-01-07 09:56:54
	updated (open)
	Backend Calendar
	Wrong time/timezone for Calendar Invite when accepted on iPhone, OK when accepted on Thunderbird
	
	  
	
2895
	2016-01-07 09:56:54
	updated (open)
	Backend Calendar
	Calendars without showCalendarAlarms have alarms added by Apple clients
	
	  
	
2896
	2016-01-07 09:56:54
	updated (open)
	Backend Calendar
	Provide an option whether Apple devices should add default alarms
	
	  
	
2479
	2016-01-07 09:56:54
	updated (open)
	Backend General
	Ampersand in the local-part of an email in LDAP blocks CalDAV access.
	
	  
	
2850
	2016-01-07 09:56:54
	updated (open)
	Backend General
	Regression: Blocking after too much failed login attempts does not work anymore
	
	  
	
1692
	2016-01-07 09:56:54
	updated (open)
	OpenChange backend
	tasks: reminders from ol do not seem to work in SOGo
	
	  
	
1364
	2016-01-07 09:56:54
	updated (open)
	Web Calendar
	Overlapping recurrent events can be created but are not displayed
	
	  
	
2556
	2016-01-07 09:56:54
	updated (open)
	Web Calendar
	Invalid warning when inviting additional persons
	
	  
	
3197
	2016-01-07 09:56:54
	updated (open)
	Web Calendar
	Marking a task as completed by clicking the checkbox does not set the "completed %" field
	
	  
	
2951
	2016-01-07 09:56:54
	updated (open)
	Web Mail
	sorting messages by date in advanced search
	
	  
	
3135
	2016-01-07 09:56:54
	updated (open)
	Web Mail
	Attachment size restriction
	
	  
	
2899
	2016-01-07 09:56:54
	feedback (reopened)
	Backend Calendar
	ressource overbooking via caldav
	
	  
	
1053
	2016-01-07 09:56:54
	assigned (reopened)
	Backend Calendar
	EMail Alarm not working for repeating Events
	
	  
	
2307
	2016-01-07 09:56:54
	assigned (open)
	Backend Calendar
	Email for Task Reminders does not work
	
	  
	
3423
	2016-01-07 10:03:13
	resolved (fixed)
	ActiveSync
	Sub-subfolder in Outlook 2013 creates (null) folder in IMAP
	
	  
	
3431
	2016-01-07 09:56:39
	resolved (fixed)
	ActiveSync
	Outlook for ios and android can't connect to eas
	
	  
	
3420
	2016-01-07 08:12:12
	closed (unable to duplicate)
	Web Mail
	Unable to reset search results
	
	  
	
  
  




[SOGo] Fail to login with version 2.3.5-1

2016-01-07 Thread Damien Brémont

Hi:

I recently updated my SOGo server from  2.3.4-1 to 2.3.5-1.

And since the changes, I can't login anymore :(
Before, it was working fine

I'm using an LDAP authentification. My server is working fine, but I get 
rejected with this king of


When I try with my original configuration, I have the folowing log 
messages after a fresh restart
Jan 07 22:11:10 sogod [4264]: [ERROR] 
<0x0x7fc825ae9360[NGBundleManager]> could not create bundle for path: 
'/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.22/Resources/SSL.bundle'
Jan 07 22:11:10 sogod [4264]: [WARN] <0x0x7fc8246bae20[WOxElemBuilder]> 
could not locate builders: WOxExtElemBuilder,WOxExtElemBuilder
Jan 07 22:11:10 sogod [4264]: SOGoRootPage Login from '192.168.192.100' 
for user 'x...@x.org' might not have worked - password policy: 
65535  grace: -1  expire: -1  bound: 0
Jan 07 22:11:10 sogod [4264]: 192.168.192.100 "POST /SOGo/connect 
HTTP/1.1" 403 34/69 0.071 - - 3M



I have two sources (openldap) in my configuration


  SOGoUserSources = (
   {
  type = ldap;
  CNFieldName = cn;
  UIDFieldName = uid;
  IDFieldName = mail; // first field of the DN for direct binds
  bindFields = (mail); // array of fields to use for indirect binds
  baseDN = "ou=x,ou=x,dc=x,dc=org";
  bindDN = "uid=x,ou=x,dc=x,dc=org";
  bindPassword = x;
  canAuthenticate = NO;
  displayName = "Anuario Global";
  hostname = ldaps://localhost:636;
  id = public;
  isAddressBook = YES;
},
{
  type = ldap;
  CNFieldName = cn;
  UIDFieldName = uid;
  IDFieldName = uid; // first field of the DN for direct binds
  bindFields = (uid, mail); // array of fields to use for indirect 
binds

  baseDN = "ou=x,ou=x,dc=x,dc=org";
  bindDN = "uid=x,ou=x,dc=x,dc=org";
  bindPassword = x
  canAuthenticate = YES;
  hostname = ldaps://localhost:636;
  id = x;
  isAddressBook = NO;
}
  );


And i'm running an Ubuntu 12.04.5 LTS server

Sometime I also get this kind of errors
Jan 07 22:15:01 sogod [4264]: [ERROR] 
<0x0x7fc82601f860[SOGoUserManager]> Authenticated with multidomain 
source but login is not an email


I don't SSL.bundle file, but it seems not to be a pb according to 
different forum??


So I try to login adding my domain, but nothing
I tried to remove the addressbook, tried to adjust settings, .
Tried to use ldap instead of ldaps...

In fact I've already tried many things, but I miss ideas...

So help is welcome

Thanks in advance
Best
Damien
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Installing on Debian from source

2016-01-07 Thread Martin LEUSCH

Hi,

It's look like your system use systemd.
Try to reload daemon from systemctl:

   #  systemctl|daemon-reload
   |

Then try to start service from systemd:

   #  systemctl start sogo

Take a look on 
https://wiki.debian.org/systemd#Managing_services_with_systemd for 
common usage of systemd.


   ||

Martin Leusch

Le 06/01/2016 22:40, Pidcam a écrit :

Dear all,

I'm trying to install SOGo on Debian (armbian) on a armhf processor. 
But I cannot find a package. Therefore I try to install from source.


So I successfully compiled SOGo by

cd /tmp/SOPE
./configure --with-gnustep --enable-debug --disable-strip
make
make install

cd /tmp/SOGo
./configure --enable-debug --disable-strip
make
make install

Then I copied the sogo.init to /etc/init.d/sogo

But when I start I get

Unit sogo.service failed to load: No such file or directory.

Is this the right way to install? Or do I have to make a .deb package 
and how can I make it?


I see a lot of files in packaging but I don't know how to used it.


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