[SOGo] BTS activities for Friday, September 06 2013

2013-09-06 Thread SOGo reporter
Title: BTS activities for Friday, September 06 2013





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Friday, September 06 2013

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2405
	2013-09-06 13:40:27
	updated (open)
	OpenChange backend
	Samba4 PANIC error
	
	  
	
2397
	2013-09-06 13:55:33
	updated (open)
	Web Mail
	Cannot delete a previously deleted folder from trash
	
	  
	
2406
	2013-09-06 13:42:26
	updated (open)
	Web Mail
	Proxy Error when viewing mail with simple text file attachment
	
	  
	
2408
	2013-09-06 14:22:19
	assigned (open)
	Web Mail
	CAS authentication hangs sogod
	
	  
	
2398
	2013-09-06 13:56:51
	closed (fixed)
	OpenChange backend
	Meeting invitation and response via MS Outlook
	
	  
	
2407
	2013-09-06 08:53:36
	closed (duplicate)
	Web Mail
	Proxy Error when viewing mail with simple text file attachment
	
	  
	
  
  




Re: [SOGo] ActiveSync question

2013-09-06 Thread Corrado Fiore
Hi Marcio,

> I could not make it work with SOGo. I commented all but BackendImap, caldav 
> and carddav on combined/config.php, edited each config.php for each enabled 
> backend, and yet only imap works. When I try to list available calendars on 
> my account it shows nothing.

Could you please post the relevant lines in the CardDAV / CalDAV backends' conf 
to a pastebin?  It's likely that the paths you specified are the culprit here.

-- 
Corrado




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

Re: [SOGo] ActiveSync question

2013-09-06 Thread Marcio Merlone

Em 05-09-2013 16:24, Corrado Fiore escreveu:

could not find the relevant options to set on it - imap server, caldav and 
carddav server, path, etc

Each backend has its own config file, located at
   /backend/$backendName/config.php
For instance, the IMAP config file is
   /backend/imap/config.php


Very nice and cleaner filesystem layout, have managed to find that 
afterwards. But I could not make it work with SOGo. I commented all but 
BackendImap, caldav and carddav on combined/config.php, edited each 
config.php for each enabled backend, and yet only imap works. When I try 
to list available calendars on my account it shows nothing. Enabled 
debug and no information seemed to help me. Any other backend should be 
enabled?


Have tested on a custom ROM CM10 (Android 4.1) defy and a stock ROM 
Samsung Galaxy S4 with different accounts, none worked. Any hint? Is 
there how to contact fmbiete?


Best regards.

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ 
--
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] admin login trouble

2013-09-06 Thread J.
I hope I'm not overwhelming the list here, but I was able to add the admin 
account and set the password once I added an ou for "users", but I still can't 
login to the sogo web admin page. It says "Wrong username or password." and 
this is what's in the log:

127.0.0.1 - - [06/Sep/2013:07:14:54 GMT] "GET /SOGo/ HTTP/1.0" 200 11817/0 
0.052 - - 1M
Sep 06 07:15:13 sogod [27759]: |SOGo| starting method 'POST' on uri 
'/SOGo/connect'
Sep 06 07:15:13 sogod [27759]: [ERROR] <0x0x7f0f79087020[LDAPSource]> Could not 
bind to the LDAP server ldap://127.0.0.1:389 (389) using the bind DN: 
uid=sogo,ou=users,dc=mail,dc=mydomain,dc=com
Sep 06 07:15:13 sogod [27759]: [ERROR] <0x0x7f0f79087020[LDAPSource]> 
 NAME:LDAPException REASON:operation bind failed: 
Invalid credentials (0x31) INFO:{login = 
"uid=sogo,ou=users,dc=mail,dc=mydomain,dc=com"; }
Sep 06 07:15:13 sogod [27759]: SOGoRootPage Login from '127.0.0.1' for user 
'sogo' might not have worked - password policy: 65535  grace: -1  expire: -1  
bound: 0
Sep 06 07:15:13 sogod [27759]: |SOGo| request took 0.002918 seconds to execute
127.0.0.1 - - [06/Sep/2013:07:15:13 GMT] "POST /SOGo/connect HTTP/1.0" 403 
34/40 0.005 - - 0-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] getting started with ldap

2013-09-06 Thread J.
I've read a bit about ldap and have a few questions about getting things going. 
Do I need to somehow add the ou "users" to the ldap server before anything else 
(and if so, how)? When I configured slapd during install, I set up 
mail.mydomain.com as the dn of the system, next I used the config example from 
the installation guide in my sogo.conf file:

SOGoUserSources = (
    {
      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=users,dc=mail,dc=mydomain,dc=com";
      bindDN = "uid=sogo,ou=users,dc=mail,dc=mydomain,dc=com";
      bindPassword = qwerty;
      canAuthenticate = YES;
      displayName = "Shared Addresses";
      hostname = ldap://127.0.0.1:389;
      id = public;
      isAddressBook = YES;
    }
);


Then I'm trying to set up the Admin account and I get an error:

dn: uid=sogo,ou=users,dc=mail,dc=mydomain,dc=com
objectClass: top
objectClass: inetOrgPerson
objectClass: person
objectClass: organizationalPerson
uid: sogo
cn: SOGo Administrator
mail: s...@mydomain.com
sn: Administrator
givenName: SOGo


# ldapadd -f sogo.ldif -x -w mySlapdPassword -D 
cn=admin,dc=mail,dc=mydomain,dc=com
adding new entry "uid=sogo,ou=users,dc=mail,dc=mydomain,dc=com"
ldap_add: No such object (32)
    matched DN: dc=mail,dc=mydomain,dc=com-- 
users@sogo.nu
https://inverse.ca/sogo/lists