[SOGo] Modify events from iPhone with CalDAV

2011-02-15 Thread Joel Carnat
Hello,

I'm running SOGo 1.3.4 and configured my iPhone to sync my calendar with CalDAV.

The synchronization it-self works like a charm.
The only weird thing is that I can't seem to be able to edit events created 
from the Web interface with the iCal iPhone application.

Note that events created from the iPhone are synchronized to SOGoMail and 
editable from the iPhone.

Any ideas ?

TIA,
   Jo

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


Re: [SOGo] Sogo Backup

2011-02-15 Thread Dominique
And could you be kind enough to tell me where the documentation for 
sogo-tool is ?


D.

On 14/02/2011 21:23, Ludovic Marcotte wrote:

On 11-02-14 2:50 PM, Dominique wrote:
I am using a very simple SOGo setup with no LDAP, everything in 
MySql. Great, but if I want to backup my users accounts, what do I 
have to backup? Only the MySQL stuff (and my GNUStep config file), or 
is there anything else I need to be able to restore a failing system 
(just in case).

sogo-tool is your friend.


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


Re: [SOGo] Sogo Backup

2011-02-15 Thread Alessio Fattorini

Il 15/02/2011 10:54, Dominique ha scritto:

And could you be kind enough to tell me where the documentation for sogo-tool 
is ?

D.

On 14/02/2011 21:23, Ludovic Marcotte wrote:

On 11-02-14 2:50 PM, Dominique wrote:

I am using a very simple SOGo setup with no LDAP, everything in MySql. Great, 
but if I want to
backup my users accounts, what do I have to backup? Only the MySQL stuff (and 
my GNUStep config
file), or is there anything else I need to be able to restore a failing system 
(just in case).

sogo-tool is your friend.



I use this script during my backup process, if you help. I backup all home dir

su sogo  -c /usr/GNUstep/System/Tools/Admin/sogo-tool backup  /home/e-smith/sogo/backup ALL  
/dev/null

tar cvzf /home/e-smith/sogo/backup.tgz -C /home/e-smith/sogo/ backup  
/dev/null
rm -rf /home/e-smith/sogo/backup   /dev/null

--
Alessio Fattorini (alessio.fattor...@nethesis.it)

nethesis srl - Via degli Olmi 16/4 - 61100 Pesaro (PU)
tel. +39 0721 405516 - fax +39 0721 268147
www.nethesis.it - i...@nethesis.it
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Sogo Backup

2011-02-15 Thread Покотиленко Константин
В Вто, 15/02/2011 в 11:11 +0100, Alessio Fattorini пишет:
 Il 15/02/2011 10:54, Dominique ha scritto:
  And could you be kind enough to tell me where the documentation for 
  sogo-tool is ?
 
  D.
 
  On 14/02/2011 21:23, Ludovic Marcotte wrote:
  On 11-02-14 2:50 PM, Dominique wrote:
  I am using a very simple SOGo setup with no LDAP, everything in MySql. 
  Great, but if I want to
  backup my users accounts, what do I have to backup? Only the MySQL stuff 
  (and my GNUStep config
  file), or is there anything else I need to be able to restore a failing 
  system (just in case).
  sogo-tool is your friend.
 
 
 I use this script during my backup process, if you help. I backup all home dir
 
 su sogo  -c /usr/GNUstep/System/Tools/Admin/sogo-tool backup  
 /home/e-smith/sogo/backup ALL  
 /dev/null
 tar cvzf /home/e-smith/sogo/backup.tgz -C /home/e-smith/sogo/ backup  
 /dev/null
 rm -rf /home/e-smith/sogo/backup   /dev/null

Guys, discover backupninja (and rdiff-backup). Things will become easier
and more standard.

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


[SOGo] ACLs for Groups

2011-02-15 Thread michael.crilly
Hello,

I am trying to work out if it's possible to add a group on the ACL of a 
calendar? I want to create a calendar for each of our departments and then add 
each of our LDAP groups to each corresponding calendar for that group.

For example I want to create an IT calendar and then add the 'it' group name to 
the ACL and permit anyone in that group to be able to modify the calendar 
entries, etc. What do I need to check that I have in place in order for this to 
work, if it's even possible?

Currently, we bind to the very top level of our LDAP tree so that the entire 
structure is available for searching. We've also configured SOGod to search for 
sn, cn, uid, displayName and mail.

Any help would be greatly appreciated.

Kind regards,

-- 
Michael Crilly
Comtek IT Systems Administrator
E: michael.cri...@comtek.co.uk
http://www.comtek.co.uk/
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] The Funambol Officer

2011-02-15 Thread Brian Lockwood
Thinking of extending to push email, I find that I need to change the
officer from the sogo one. This will presumably break sogo sync.

Do I have to run another Funambol somewhere?



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

Re: [SOGo] ModulesConstraints

2011-02-15 Thread Francis Lachapelle
Hi Dietmar

On Nov 3, 2010, at 4:09 AM, Dietmar Wolf wrote:

 ModulesConstraints are not working on Contacts as expected.
 
 We want to achieve that Mail and Contacts are allowed for Employees only.
 
 Sample output of:
 
 .GNUstepDefaults
 
 SOGoUserSources = ( ...
 
ModulesConstraints = {
Contacts = {
employeeType = Employee;
};
Mail = {
employeeType = Employee;
};
};
 ...)
 
 think this should disable the contacts module, but the entry Adressbuch 
 (address book) is still visible (see screen shot attached to this mail).

The bug is actually in the documentation. You can't define a constraint on the 
Contacts module. Contacts can't be hidden.


Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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

Re: [SOGo] ACLs for Groups

2011-02-15 Thread J. Echter

Am 15.02.2011 12:26, schrieb michael.crilly:

Hello,

I am trying to work out if it's possible to add a group on the ACL of a 
calendar? I want to create a calendar for each of our departments and then add 
each of our LDAP groups to each corresponding calendar for that group.

For example I want to create an IT calendar and then add the 'it' group name to 
the ACL and permit anyone in that group to be able to modify the calendar 
entries, etc. What do I need to check that I have in place in order for this to 
work, if it's even possible?

Currently, we bind to the very top level of our LDAP tree so that the entire 
structure is available for searching. We've also configured SOGod to search for 
sn, cn, uid, displayName and mail.

Any help would be greatly appreciated.

Kind regards,


afaik, group support isn't completed yet.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ACLs for Groups

2011-02-15 Thread michael.crilly
Well that resolves that matter.

Thanks :)
 
-- 
Michael Crilly
Comtek IT Systems Administrator
E: michael.cri...@comtek.co.uk
http://www.comtek.co.uk/ 
 
On Tuesday, February 15, 2011 11:55 GMT, J. Echter 
j.ech...@elektro-mayer-echter.de wrote: 
 
 Am 15.02.2011 12:26, schrieb michael.crilly:
  Hello,
 
  I am trying to work out if it's possible to add a group on the ACL of a 
  calendar? I want to create a calendar for each of our departments and then 
  add each of our LDAP groups to each corresponding calendar for that group.
 
  For example I want to create an IT calendar and then add the 'it' group 
  name to the ACL and permit anyone in that group to be able to modify the 
  calendar entries, etc. What do I need to check that I have in place in 
  order for this to work, if it's even possible?
 
  Currently, we bind to the very top level of our LDAP tree so that the 
  entire structure is available for searching. We've also configured SOGod to 
  search for sn, cn, uid, displayName and mail.
 
  Any help would be greatly appreciated.
 
  Kind regards,
 
 afaik, group support isn't completed yet.
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
 
 

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


Re: [SOGo] ModulesConstraints

2011-02-15 Thread Alessio Fattorini

Il 14/02/2011 23:37, Francis Lachapelle ha scritto:


think this should disable the contacts module, but the entry Adressbuch 
(address book) is still visible (see screen shot attached to this mail).


The bug is actually in the documentation. You can't define a constraint on the 
Contacts module. Contacts can't be hidden.


Do you can fix this? Can i feel a bug? My customer wants to show only Calendar 
module.

--
Alessio Fattorini (alessio.fattor...@nethesis.it)

nethesis srl - Via degli Olmi 16/4 - 61100 Pesaro (PU)
tel. +39 0721 405516 - fax +39 0721 268147
www.nethesis.it - i...@nethesis.it
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ACLs for Groups

2011-02-15 Thread Francis Lachapelle
Hi Michael

On Feb 15, 2011, at 6:26 AM, michael.crilly wrote:

 I am trying to work out if it's possible to add a group on the ACL of a 
 calendar? I want to create a calendar for each of our departments and then 
 add each of our LDAP groups to each corresponding calendar for that group.
 
 For example I want to create an IT calendar and then add the 'it' group name 
 to the ACL and permit anyone in that group to be able to modify the calendar 
 entries, etc. What do I need to check that I have in place in order for this 
 to work, if it's even possible?
 
 Currently, we bind to the very top level of our LDAP tree so that the entire 
 structure is available for searching. We've also configured SOGod to search 
 for sn, cn, uid, displayName and mail.

This is possible, as long as you have groups with one of the following 
objectClass: group, groupOfNames, groupOfUniqueNames, posixGroup.

Each LDAP group entry must use one of the following attributes to define 
members: member, uniqueMember, memberUid.

SOGo doesn't support dynamic groups yet (where each member as a memberOf 
attribute).


Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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

[SOGo] sogo-tool

2011-02-15 Thread Jakob Lenfers
Hey guys,

still having problems (4d526f36.6000...@bigsss-bremen.de), but I'm
trying to check if a clean installation can help. I always wanted away
from the rpms and since there are good debs out there now (thanks!) I
set up a sogo server on ubuntu 10.04. I copied the sogo config (and
changed it to work with mysql) and wanted to migrate the user data with
sogo-tool: sogo-tool backup migration/ ALL

This generally works, but throws occasionally errors like those two:

0x0x9a4ea50[SOGoCache] an error occurred when caching value for key
'Domain Computers@localhost+attributes': CLIENT ERROR



0x0xa013ab8[GSCBufferString] json parser: Object key string expected
0x0xa013ab8[GSCBufferString] original string is: {
Calendar = {
};
}


Do I need to worry? Or is all the data backed up now?

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


Re: [SOGo] ACLs for Groups

2011-02-15 Thread James Hammer

 On 02/15/11 05:26, michael.crilly wrote:

Hello,

I am trying to work out if it's possible to add a group on the ACL of a 
calendar? I want to create a calendar for each of our departments and then add 
each of our LDAP groups to each corresponding calendar for that group.

For example I want to create an IT calendar and then add the 'it' group name to 
the ACL and permit anyone in that group to be able to modify the calendar 
entries, etc. What do I need to check that I have in place in order for this to 
work, if it's even possible?


I was able to get ldap groups working for permissions.  I needed to 
modify SOGoUserSources as shown below.  The first entry is for Shared 
Address book and user authentication.  The second is used for Group ACL's.


defaults write sogod SOGoUserSources '({
  CNFieldName = cn;
  IDFieldName = uid;
  UIDFieldName = uid;
  baseDN =ou=People,dc=my,dc=domain;
  bindDN = uid=sogo,ou=People,dc=my,dc=domain;
  bindPassword = secret;
  canAuthenticate = YES;
  displayName = Shared Addresses;
  hostname =ldap.my.domain;
  id = public;
  isAddressBook = YES;
  port = 389;
  type =LDAP;
},
{
  CNFieldName = cn;
  IDFieldName = cn;
  UIDFieldName = cn;
  baseDN =ou=Groups,dc=my,dc=domain;
  bindDN =uid=sogo,ou=People,dc=my,dc=domain;
  bindPassword = secret;
  canAuthenticate = NO;
  displayName = Groups;
  hostname = ldap.my.domain;
  id = publicgroup;
  isAddressBook = YES;
  port = 389;
  type = LDAP;
})'


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


[SOGo] Resource Reservaton

2011-02-15 Thread michael.crilly
Hi,

I'm reading from various resources that SOGo supports resource reservation. How 
is this implemented? This would be very handy for us.

I'm also reading something about document sharing. I've not found anything to 
this effect in the settings or web UI.

Cheers,

-- 
Michael Crilly
Comtek IT Systems Administrator
E: michael.cri...@comtek.co.uk
http://www.comtek.co.uk/
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] sogo-tool

2011-02-15 Thread Jakob Lenfers
On 15.02.2011 14:50, Jakob Lenfers wrote:

 0x0x9a4ea50[SOGoCache] an error occurred when caching value for key
 'Domain Computers@localhost+attributes': CLIENT ERROR
 
 
 
 0x0xa013ab8[GSCBufferString] json parser: Object key string expected
 0x0xa013ab8[GSCBufferString] original string is: {
 Calendar = {
 };
 }
 
 
 Do I need to worry? Or is all the data backed up now?

Besides that, the migration seems to have solved our problems with
thunderbird. We will do some testing next week and hopefully move the
SOGo server to the Ubuntu box.

But input on those errors is still appreciated. :)

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


Re: [SOGo] ACLs for Groups

2011-02-15 Thread michael.crilly
Thanks for the input on this guys.

I have attempted to get this working, but with no luck. Here is the 
configuration for my user resources:

sogod SOGoUserSources '(
{
CNFieldName = cn;
IDFieldName = mail;
MailFieldNames = (
mail
);
SearchFieldNames = (
sn,
cn,
uid,
displayName,
mail
);
UIDFieldName = uid;
baseDN = dc=tld,dc=co,dc=uk;
bindAsCurrentUser = YES;
bindDN = cn=user,ou=some_ou,dc=tld,dc=co,dc=uk;
bindFields = (
uid,
cn,
mail
);
bindPassword = super_secret;
canAuthenticate = YES;
displayName = SOGo;
filter = (accountStatus=active);
hostname = tld.co.uk;
id = public;
isAddressBook = YES;
passPolicy = NO;
passwordPolicy = NO;
port = 389;
scope = SUB;
type = ldap;
},
{
CNFieldName = cn;
IDFieldName = cn;
UIDFieldName = cn;
baseDN = ou=groups,dc=tld,dc=co,dc=uk;
bindDN = cn=user,ou=some_ou,dc=tld,dc=co,dc=uk;
bindPassword = super_secret;
canAuthenticate = NO;
filter = (accountStatus=active);
hostname = tld.co.uk;
id = public;
isAddressBook = YES;
port = 389;
type = ldap;
}
)'

The first resource worked fine as an authentication resources, but once I added 
the second resource, it stopped working. Any ideas? Are there any other SOGo 
configuration flags I am missing, perhaps?

Cheers, 
 
-- 
Michael Crilly
Comtek IT Systems Administrator
E: michael.cri...@comtek.co.uk
http://www.comtek.co.uk/ 
 
On Tuesday, February 15, 2011 13:51 GMT, James Hammer jham...@callone.com 
wrote: 
 
   On 02/15/11 05:26, michael.crilly wrote:
  Hello,
 
  I am trying to work out if it's possible to add a group on the ACL of a 
  calendar? I want to create a calendar for each of our departments and then 
  add each of our LDAP groups to each corresponding calendar for that group.
 
  For example I want to create an IT calendar and then add the 'it' group 
  name to the ACL and permit anyone in that group to be able to modify the 
  calendar entries, etc. What do I need to check that I have in place in 
  order for this to work, if it's even possible?
 
 I was able to get ldap groups working for permissions.  I needed to 
 modify SOGoUserSources as shown below.  The first entry is for Shared 
 Address book and user authentication.  The second is used for Group ACL's.
 
 defaults write sogod SOGoUserSources '({
CNFieldName = cn;
IDFieldName = uid;
UIDFieldName = uid;
baseDN =ou=People,dc=my,dc=domain;
bindDN = uid=sogo,ou=People,dc=my,dc=domain;
bindPassword = secret;
canAuthenticate = YES;
displayName = Shared Addresses;
hostname =ldap.my.domain;
id = public;
isAddressBook = YES;
port = 389;
type =LDAP;
 },
 {
CNFieldName = cn;
IDFieldName = cn;
UIDFieldName = cn;
baseDN =ou=Groups,dc=my,dc=domain;
bindDN =uid=sogo,ou=People,dc=my,dc=domain;
bindPassword = secret;
canAuthenticate = NO;
displayName = Groups;
hostname = ldap.my.domain;
id = publicgroup;
isAddressBook = YES;
port = 389;
type = LDAP;
 })'
 
 
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
 
 

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


Re: [SOGo] ACLs for Groups

2011-02-15 Thread Ludovic Marcotte

On 11-02-15 9:44 AM, michael.crilly wrote:

The first resource worked fine as an authentication resources, but once I added 
the second resource, it stopped working. Any ideas?

Your sources have the same id, which is very wrong.

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

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


Re: [SOGo] ACLs for Groups

2011-02-15 Thread Francis Lachapelle
Hi Michael

On Feb 15, 2011, at 9:44 AM, michael.crilly wrote:

{
   CNFieldName = cn;
   IDFieldName = cn;
   UIDFieldName = cn;
   baseDN = ou=groups,dc=tld,dc=co,dc=uk;
   bindDN = cn=user,ou=some_ou,dc=tld,dc=co,dc=uk;
   bindPassword = super_secret;
   canAuthenticate = NO;
   filter = (accountStatus=active);
   hostname = tld.co.uk;
   id = public;
   isAddressBook = YES;
   port = 389;
   type = ldap;
}
 )'
 
 The first resource worked fine as an authentication resources, but once I 
 added the second resource, it stopped working. Any ideas? Are there any other 
 SOGo configuration flags I am missing, perhaps?

Set canAuthenticate to YES, even though your groups certainly has no 
credentials.

Also use a distinctive id for this second source (public is already used by 
your first source).

Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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

Re: [SOGo] ACLs for Groups

2011-02-15 Thread michael.crilly
Yes, you are correct. That was causing the issue.

Thank you very much for the assistance. The only thing I need help with now is 
understanding how SOGo's resource scheduling stuff works, as well as the 
document sharing.

Thanks again,
 
-- 
Michael Crilly
Comtek IT Systems Administrator
E: michael.cri...@comtek.co.uk
http://www.comtek.co.uk/ 
 
On Tuesday, February 15, 2011 15:27 GMT, Francis Lachapelle 
flachape...@inverse.ca wrote: 
 
 Hi Michael
 
 On Feb 15, 2011, at 9:44 AM, michael.crilly wrote:
 
 {
  CNFieldName = cn;
  IDFieldName = cn;
  UIDFieldName = cn;
  baseDN = ou=groups,dc=tld,dc=co,dc=uk;
  bindDN = cn=user,ou=some_ou,dc=tld,dc=co,dc=uk;
  bindPassword = super_secret;
  canAuthenticate = NO;
  filter = (accountStatus=active);
  hostname = tld.co.uk;
  id = public;
  isAddressBook = YES;
  port = 389;
  type = ldap;
 }
  )'
  
  The first resource worked fine as an authentication resources, but once I 
  added the second resource, it stopped working. Any ideas? Are there any 
  other SOGo configuration flags I am missing, perhaps?
 
 Set canAuthenticate to YES, even though your groups certainly has no 
 credentials.
 
 Also use a distinctive id for this second source (public is already used by 
 your first source).
 
 Francis
 
 --
 flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
 Inverse :: 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] Resource Reservaton

2011-02-15 Thread Jakob Lenfers
Am 15.02.2011 15:20, schrieb michael.crilly:

 I'm reading from various resources that SOGo supports resource
 reservation. How is this implemented? This would be very handy for
 us.

 I'm also reading something about document sharing. I've not found
 anything to this effect in the settings or web UI.

I'm certainly interested in at least the resource scheduling. We are
using some shared calendars to do that atm. I don't know about any
special features SOGo has to address those problems.

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


Re: [SOGo] Resource Reservaton

2011-02-15 Thread Donny Brooks

On 2/15/2011 8:20 AM, michael.crilly wrote:

Hi,

I'm reading from various resources that SOGo supports resource reservation. How 
is this implemented? This would be very handy for us.

I'm also reading something about document sharing. I've not found anything to 
this effect in the settings or web UI.

Cheers,

We use shared calendars right now. I am interested if I am missing 
something that SOGo has to do this a better way though.

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


Re: [SOGo] Resource Reservaton

2011-02-15 Thread roberto

El 15/02/11 13:24, Donny Brooks escribió:
 On 2/15/2011 8:20 AM, michael.crilly wrote:
 Hi,

 I'm reading from various resources that SOGo supports resource
 reservation. How is this implemented? This would be very handy for us.

 I'm also reading something about document sharing. I've not found
 anything to this effect in the settings or web UI.

 Cheers,

 We use shared calendars right now. I am interested if I am missing
 something that SOGo has to do this a better way though.

It has been suggested and the SOGo project already assigned the work,
but it's still not available, hope to see it soon :-)

FYI: http://www.sogo.nu/bugs/bug_view_advanced_page.php?bug_id=3

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


Re: [SOGo] Resource Reservaton

2011-02-15 Thread Mohit Chawla
We have been working on a perl interface that does resource management in
the backend, which can accept or reject events ( or resource bookings, if
you will ) correctly. Currently there's manipulation of the email subsystem
and obviously, caldav, involved - which works smoothly. This is based on the
concept of a resource being a normal account, and is invited as a normal
attendee. Employing the concept of shared calendar has NOT worked for us
satisfactorily - especially if you have adamant and carefree ( careless ? )
users who can't be trusted to obey orders.

But, the bottom-line is, if your users have been used to other applications
( and I have only seen a particular propriety suite from Oracle ), then
hacking the SOGo interface is the main part, or rather, something presently
at least we need to work on. Eventually of course, integrating with the SOGo
api ( the backend stuff, that is) would be awesome, but that would require
some knowledge of the SOGo/SOPE frameworks ( written in obj c ).

Regarding the UI, at a basic level, of course SOGo provides event conflict (
again, a resource booking conflict, that is) mechanism based on the freebusy
information - but that is severely limited - taken in the context of
resources. For normal attendees/users, its fine.

So, the SOGo UI ( the attendee editor ) needs to take into account -
a) complete freebusy information for that user/resource - not just for the
day of event - which basically implies currently, only non-recurring events
are taken care of.
b) to be non-permissive in case of conflicts. This again, seems achievable
by modifying the js code, but only for non-recurring events.
c) to provide the user with the conflicting information in the interface (
in case of recurring events, obviously ), so that the user can change the
timings accordingly.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] funambol doubts

2011-02-15 Thread roberto

El 15/02/11 15:03, Mohit Chawla escribió:
 On Tue, Feb 15, 2011 at 11:23 PM, roberto robe...@indomitux.com.ar
 mailto:robe...@indomitux.com.ar wrote:

 I followed funambol server setup and configuration.

 · Funambol doc says to connect to a specific port
 (http://sogoserver:port/funambol/ds) Which port is this? 8080? 


 Yes.
  

 SOGo
 docs don't specify a port number... should SOGo redirect this links to
 funambol?

  
 No. The SOGo server in this context only refers to the host you are
 running the funambol server on.

I meant mobile devices setup, for NextHaus SyncJe (page 7) doc suggests
the URL http://sogoserver/funambol/ds ... but when I put this address in
web browser I get a Not found error, is this behavior expected? Did I
miss something? Should I use http://sogoserver:8080/funambol/ds instead?

 · SOGo doc says to connect client to
 http://sogoserver/funambol/ds, but
 if I point a web browser to that URI Apache shows a URL not found
 error. Is it ok? How may I check it?


 http://sogoserver:8080/funambol/ds - will show you some information
 about your funambol installation - version number etc. if I remember
 correctly.

Yep; I did arrive there, that's why I suppose funambol is working ok.
Also, if I put http://sogoserver/funambol/
http://sogoserver/funambol/ds I reach funambol's web demo.

Regards,

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


[SOGo] imap root

2011-02-15 Thread claudio.martin
Hi,

i'm using sogo with courier-imap and i cannot find where ( if it's possible) to
set IMAP root (to INBOX).

http://www.courier-mta.org/FAQ.html#namespace

Without this setting i see all folder as subfolder of inbox. Same accout, same
folder on other client (thunderbird), where i can set imap root, i see all
folder under root.

es.

with SOGO:


|
\-Incoming Mail
|
\-Outgoing Mail
|
\-Trash
|
\-My filtered mail
 |
 \-My sub filtered mail

with thunderbird (INBOX as IMAP ROOT)


|
\-Incoming Mail
|
\-Ougoing Mail
|
\-Trash
|
\-My filtered mail
|
\-My sub filtered mail


-- 
Distinti Saluti
Claudio Martin
Abilene Net Solutions S.r.l. 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] funambol doubts

2011-02-15 Thread Mohit Chawla
On Tue, Feb 15, 2011 at 11:47 PM, roberto robe...@indomitux.com.ar wrote:

 I meant mobile devices setup, for NextHaus SyncJe (page 7) doc suggests
 the URL http://sogoserver/funambol/ds ... but when I put this address in
 web browser I get a Not found error, is this behavior expected? Did I
 miss something? Should I use http://sogoserver:8080/funambol/ds instead?


Yes - the funambol server will listen to requests on 8080 ( unless you
specifically changed those settings ).
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] imap root

2011-02-15 Thread Kevin Brault

I too would like to know!


-Original Message- 
From: claudio.mar...@abilene.it

Sent: Tuesday, February 15, 2011 11:25 AM
To: users@sogo.nu
Subject: [SOGo] imap root

Hi,

i'm using sogo with courier-imap and i cannot find where ( if it's possible) 
to

set IMAP root (to INBOX).

http://www.courier-mta.org/FAQ.html#namespace

Without this setting i see all folder as subfolder of inbox. Same accout, 
same

folder on other client (thunderbird), where i can set imap root, i see all
folder under root.

es.

with SOGO:


|
\-Incoming Mail
   |
   \-Outgoing Mail
   |
   \-Trash
   |
   \-My filtered mail
|
\-My sub filtered mail

with thunderbird (INBOX as IMAP ROOT)


|
\-Incoming Mail
|
\-Ougoing Mail
|
\-Trash
|
\-My filtered mail
   |
\-My sub filtered mail


--
Distinti Saluti
Claudio Martin
Abilene Net Solutions S.r.l.
--
users@sogo.nu
https://inverse.ca/sogo/lists 


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


[SOGo] BTS activities for Tuesday, February 15 2011

2011-02-15 Thread SOGo reporter
Title: BTS activities for Tuesday, February 15 2011





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Tuesday, February 15 2011

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1059
	2011-02-15 19:47:44
	new (open)
	Backend General
	Can't use certain non alphanumeric characters in PostgreSQL password
	
	  
	
1061
	2011-02-15 16:31:25
	new (open)
	Backend Mail
	Sieve Server from mailHost in LDAP
	
	  
	
1085
	2011-02-15 13:36:38
	new (open)
	GUI
	Save adds Backslash into Contact-Name
	
	  
	
1135
	2011-02-15 15:18:41
	new (open)
	SOPE
	Wrong service send by sogo with CAS auth_pam cas
	
	  
	
1139
	2011-02-15 17:02:56
	new (open)
	Web Administration
	Administrator access to user preferences from admin web module
	
	  
	
1138
	2011-02-15 13:42:16
	new (open)
	Web Calendar
	a weekly recuring event will be on everyday, somtimes twice on the same day
	
	  
	
1105
	2011-02-15 16:35:05
	new (open)
	Web Mail
	Remote images display
	
	  
	
1107
	2011-02-15 16:34:17
	new (open)
	Web Mail
	File names of attached files are mostly hidden
	
	  
	
1108
	2011-02-15 16:33:43
	new (open)
	Web Mail
	[Webkit]  Contextual menu for attachments not working
	
	  
	
1134
	2011-02-15 16:13:58
	new (open)
	Web Mail
	Password containing an Asterisk are not cleanly passed through to the IMAP Server
	
	  
	
1132
	2011-02-15 16:25:18
	new (open)
	Web Preferences
	Filters are not active with IE 8
	
	  
	
1136
	2011-02-15 15:21:03
	new (open)
	Web Preferences
	after sometime (random) crash of sogo
	
	  
	
1137
	2011-02-15 08:47:25
	new (open)
	Web Preferences
	Can't disable Contacts with ModulesConstraints
	
	  
	
1078
	2011-02-15 16:38:58
	feedback (open)
	Backend General
	SOGo crashes and restarts several times in a row
	
	  
	
736
	2011-02-15 20:16:55
	feedback (reopened)
	Web Mail
	New mail displays only after second check
	
	  
	
1033
	2011-02-15 17:02:32
	assigned (open)
	Backend General
	fix owner of files when "make install" for NGCards
	
	  
	
1034
	2011-02-15 17:02:31
	assigned (open)
	Backend General
	-f parameter to hostname may not be known on some OS
	
	  
	
1035
	2011-02-15 17:02:31
	assigned (open)
	Backend General
	On OpenBSD there is no -lcrypt
	
	  
	
1022
	2011-02-15 17:02:32
	assigned (open)
	SOPE
	specific mail crashes sogo in SOPE NGMimeRFC822DateHeaderFieldParser
	
	  
	
1030
	2011-02-15 17:02:32
	assigned (open)
	SOPE
	fix configure to not create variables with spaces on OpenBSD
	
	  
	
1031
	2011-02-15 17:02:32
	assigned (open)
	SOPE
	fix compilation warnings in SOPE due to missing header files
	
	  
	
1072
	2011-02-15 16:46:28
	assigned (open)
	SOPE
	Fix compilation of SOPE on OpenBSD mips64
	
	  
	
1079
	2011-02-15 14:06:18
	resolved (fixed)
	Backend General
	Had to create sogo_alarms_folder manually despite of the presence of
	
	  
	
257
	2011-02-15 17:05:33
	closed (unable to duplicate)
	Backend Mail
	sogo is not able to detect attachment
	
	  
	
1016
	2011-02-15 16:31:50
	closed (not a bug)
	Web General
	Custom CAS proxy URL
	
	  
	
1130
	2011-02-15 15:50:28
	closed (not a bug)
	Web Mail
	Server not responding on IMAP port makes sogod hangs at 100% CPU time