Re: [SOGo] access error of sogo

2013-05-10 Thread Ashish Bagayatkar

Hi Team,

Please revert...

Regards
Ashish B


On 5/9/2013 9:54 AM, Ashish Bagayatkar wrote:

Hi Christian,

Thanks for the reply. I have removed 0 in front of SOGOsuperUsernames 
and mysql is running on this host, but problem still persist.
Please let me know if you need any other configuration details from my 
side .



Regards
Ashish Bagayatkar

On 5/8/2013 5:08 PM, Christian Mack wrote:

Hello Ashish Bagayatkar


Am 2013-05-08 07:08, schrieb ashish bagayatkar:
I am getting this error and my sogo.confg file is as shown below . I 
have tried
all the shared solutions as per portal but couldn't able to succeed 
. Please

check and revert on AEAP.

An unhandled error occurred.

sogo.conf

{
 SOGoUserSources = (

 ... 

OK



SOGoAppointmentSendEMailNotifications = YES;
 0SOGoSuperUsernames = (sogo3);

There is a zero in front of SOGoSuperUsernames.
Remove that.

 ... 

The rest of the sogo and apache config is OK too.

Is mysql running?


Kind regards,
Christian Mack





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


[SOGo] Sync between server and outlook

2013-05-10 Thread Fabio Onorini
I have problems with sync between server and outlook.

Steps to reproduce bug:

   1. Create an appointment in outlook
   2. Force folder sync (I can see appointment in SOGo webmail)
   3. Edit appointment in webmail, change title.
   4. Force folder sync on outlook (I can see changes)
   5. Edit appointment in outlook, change title.
   6. Force folder sync (I can see appointment changes in SOGo webmail)
   7. Edit appointment in webmail, change title.
   8. Force folder sync on outlook (I can't see changes)

Seems that after first change, sync between server and client (outlook) are
stopped, but only if changes come from server (webmail).

Same problem on ZEG appliance.

Any suggestion?

My enviroment:
Ubuntu 12.04
Sogo 2.0.5a
Samba 4.0.1
Openchangeserver: 2.0.r3665-1~inverse1.0

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

Re: [SOGo] FreeBSD port - LDAP authentication

2013-05-10 Thread Christian Mack
Hello pathiaki


Am 2013-05-08 23:20, schrieb pathia...@yahoo.com:
 
 Well, we made it through the first hurdle in the thread Installation and
 Configuration.
 
 Again, the setup:
 
 FreeBSD 9.1
 LDAP 2.4.35
 PostGreSQL 9.2
 SOGO 2.0.5
 
 (All the services are on separate machines)
 
 Here's the second one concerning LDAP authentication.
 
 It doesn't seem to want to bind.
 
 I can bind anonymously with the pam_ldap service and with the sogo user from
 the command line to the remote ldap service.  However, when trying to login
 from the SOGO Web GUI, I get the 'Wrong User Name or Password error.
 
 The sogo log file has:
 
 ... 
 May 08 16:59:48 sogod [6910]: 0x0x809dd61f8[NGLdapConnection] Using
 ldap_initialize for LDAP URL: ldap://LDAP IP:389
 May 08 16:59:48 sogod [6910]: 0x0x809ed8b88[LDAPSource] NSException:
 0x809dd10d8 NAME:LDAPException REASON:operation bind failed: Invalid
 credentials (0x31) INFO:{login = cn=sogo,ou=people,dc=example,dc=com; }
 May 08 16:59:48 sogod [6910]: SOGoRootPage Login from 'desktop IP' for user
 'sogo' might not have worked - password policy: 65535  grace: -1  expire: -1 
 bound: 0
 ... 
 I have had the sogo user in the ou of both my standard ou=people,
 dc=example,dc=com and ou=users,dc=example,dc=com.  They both failed in the 
 same
 way.  I have verified the 'sogo' password repeatedly.
 
 I have created a local sogo user with the same UID/GID to verify that it has
 some idea of the sogo user without having to query LDAP.  I have verified that
 its password is 'sogo' as well, although this should not matter
 
 I have had the bind password in the sogo.conf file with and without double
 quotes surrounding it.What is it supposed to be?  I've seen both in 
 people's
 configuration files.
 

Better use double quotes around it.
It will work without them, if you don't special characters in the password.


 ... 
/* LDAP authentication example */
SOGoUserSources = (
  {
  type=ldap;
  CNFieldName=cn;
  IDFieldName=cn;
  UIDFieldName=cn;
  baseDN=ou=people,dc=example,dc=com;
  bindDN=cn=sogo,ou=users,dc=example,dc=com;
  bindPassword=sogo;
  canAuthenticate=YES;
  displayName=Shared Addresses;
  hostname=ldap://LDAP IP:389;
  id=public;
  isAddressBook=YES;
  }
);
 

You specify in this part of the configuration, that SOGo shall always
bind as cn=sogo,ou=users,dc=example,dc=com and search for the user
given on the login.

Does that user have the necessary privileges for that in LDAP?
Your tests only showed, that you can bind as that user.
But if you can't search for users, then this will be for SOGo as if the
searched user is not in LDAP at all.

That's just a guess though.


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] sogo-ealarms-notify binary

2013-05-10 Thread Christian Mack
Hello Boguslaw Juza


Am 2013-05-09 10:44, schrieb Boguslaw Juza:
 
 There is a cron config in documentation at Cronjob -- EMail reminders
 section:
 
 * * * * * /usr/sbin/sogo-ealarms-notify
 
 But there is no any sogo-ealarms-notify binary in my system.
 Linux CentOS 6.4, SOGo installed from CentOS-Vault repository
 by yum install sogo.
 
 Shoild I install any extra packages?
 

Yes, you have to install the package sogo-ealarms-notify for that.
I would also suggest to install the package sogo-tool, it contains the
commandline admin tool sogo-tool.


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Events created by lighting not visible before sync.

2013-05-10 Thread Christian Mack
Hello Boguslaw Juza


Am 2013-05-09 10:54, schrieb Boguslaw Juza:
 
 I have installed:
 Thunderbird 17.0.4esr
 lightning-1.9.1-sm+tb-windows.xpi
 sogo-connector-17.0.3.xpi
 sogo-integrator-17.0.3.xpi
 
 When I create event in SOGo calendar, it doesn't appear in
 lighting. It show ony when I refresh the calendar.
 
 How to force the Lighting to show created events at sight?
 

You can configure for each calendar in Lightning, how often it will
synchronize.
Default is every half an hour.
Just set this to 5 Minutes.

You can find this in the context menu of the desired calendar by right
clicking that calendar and choose settings.


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGoCalendarDefaultRoles

2013-05-10 Thread Christian Mack
hello Arnaud LE NORCY


Sorry for the late answer.

Am 2013-04-12 15:52, schrieb Arnaud LE NORCY:
 
 I indicate theses default rights :
 
 /sogod SOGoCalendarDefaultRoles '(PublicViewer, ConfidentialDAndTViewer)'/
 
 it works fine for each new calendar share
 
 but i would like authenticate users have not also theses privieges..
 is-it possible?
 

No, and to request that seems a little odd to me.
With the above setting you say everyone logged in to this server shall
have these default privileges.
By changing the default privileges for authenticated users you would
contradict the statement before.


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re : [SOGo] SOGoCalendarDefaultRoles

2013-05-10 Thread arnaud.leno...@univ-orleans.fr
Hello Christian and thank you for your reply.

damage, I think it would have been all the same a good thing.

Envoyé depuis mon HTC

- Reply message -
De : Christian Mack christian.m...@uni-konstanz.de
Pour : users@sogo.nu
Objet : [SOGo] SOGoCalendarDefaultRoles
Date : ven., mai 10, 2013 16:08


hello Arnaud LE NORCY


Sorry for the late answer.

Am 2013-04-12 15:52, schrieb Arnaud LE NORCY:
 
 I indicate theses default rights :
 
 /sogod SOGoCalendarDefaultRoles '(PublicViewer, ConfidentialDAndTViewer)'/
 
 it works fine for each new calendar share
 
 but i would like authenticate users have not also theses privieges..
 is-it possible?
 

No, and to request that seems a little odd to me.
With the above setting you say everyone logged in to this server shall
have these default privileges.
By changing the default privileges for authenticated users you would
contradict the statement before.


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] BTS activities for Friday, May 10 2013

2013-05-10 Thread SOGo reporter
Title: BTS activities for Friday, May 10 2013





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2312
	2013-05-10 08:47:02
	new (open)
	Backend Mail
	Impossible to remove a or read a folder with particular symbol.
	
	  
	
2313
	2013-05-10 17:10:49
	new (open)
	Backend Mail
	ACLs are set wrong
	
	  
	
2285
	2013-05-10 07:34:58
	updated (open)
	OpenChange backend
	Problem on event/contact edit
	
	  
	
2311
	2013-05-10 10:35:30
	updated (open)
	with external server
	Sogo doesn't handle a 403 response after a REPORT request
	
	  
	
  
  




Re: [SOGo] access error of sogo

2013-05-10 Thread Ashish Bagayatkar

Hi Team,

Any update ...

Regards
Ashish B

On 5/10/2013 12:17 PM, Ashish Bagayatkar wrote:

Hi Team,

Please revert...

Regards
Ashish B


On 5/9/2013 9:54 AM, Ashish Bagayatkar wrote:

Hi Christian,

Thanks for the reply. I have removed 0 in front of SOGOsuperUsernames 
and mysql is running on this host, but problem still persist.
Please let me know if you need any other configuration details from 
my side .



Regards
Ashish Bagayatkar

On 5/8/2013 5:08 PM, Christian Mack wrote:

Hello Ashish Bagayatkar


Am 2013-05-08 07:08, schrieb ashish bagayatkar:
I am getting this error and my sogo.confg file is as shown below . 
I have tried
all the shared solutions as per portal but couldn't able to succeed 
. Please

check and revert on AEAP.

An unhandled error occurred.

sogo.conf

{
 SOGoUserSources = (

 ... 

OK



SOGoAppointmentSendEMailNotifications = YES;
 0SOGoSuperUsernames = (sogo3);

There is a zero in front of SOGoSuperUsernames.
Remove that.

 ... 

The rest of the sogo and apache config is OK too.

Is mysql running?


Kind regards,
Christian Mack







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