Re: [SOGo] Resources planning

2011-05-12 Thread Adi Kriegisch
Hi!

 1) Do resources have email accounts? Whenever I invite a resource or change 
 the
 event a resource in invited to, the resource it sent an email. Is this proper
 behavior? What should happen to this email? What if it bounces? I'd like to 
 not
 have an email for the resource so only invites from SOGo work.
Yes, resources have email addresses as well. Email addresses are used to
identify any object (user or resource), because email addresses are unique.
 
 2) Do resources have a calendar? I cannot access it as another user -- is 
 there
 a way to make that calendar available? I can see if the resource is busy via
 freebusy in an invite, but it would be nice to access the calendar directly to
 at least see when a room is in use, etc.
This question has been raised before. I cannot answer this for sure, but
my resources have a calendar and I did not do anything special for
this... ;-)

 3) Whenever I invite a resource to an event, I get no notification that it
 accepted/declined. Is there supposed to be email (or other) notification? Or 
 do
 I just have to check the list of attendees in the calendar?
It depends on what kind of notification settings you have: If you globally
enabled email notifications, then emails will be send.

 4) Resources always seem to accept the invite (if I click on the event, I see 
 a
 green icon next to the resource name), even if there is a conflict and no
 events show up in the free/busy. Maybe the number of bookings isn't set right?
I have the very same issue: Although MultipleBookings is set to 1, people
in Lightning are able to book a resource even if the resource isn't
available. They get a warning, but in case they ignore it, the resource
auto-accepts the event. I think the right behavior for sogo would be to
reject the invitation to the second event.
The web interface handles this differently: one cannot save the event when
a resource is already busy (but without any message informing the user).

 4) How are resources supposed to show up in addressbooks? I see the resource 
 in
 my addressbook, but there is no indication that this is a resource and not a
 person. It would be nice to not see resources in the addressbook, but still be
 able to have them show up when inviting people to events, and, if possible,
 adding their calendar.
Resources show up in the address book just like people. The only way to
reasonably distinguish them is to use a proper naming.
For use with lighning, you need to move the resources in the very same LDAP
tree (or database) the users are in. Otherwise they will not auto complete
(as lightning is only able to auto-complete from one SOGo-Source).

 
 LDIF entry: (I hacked the schema Marttin Lehmann to allow uid and mail fields
 in the CalendarResource)
You might just add the inetOrgPerson for the mail and uid field. This is
more clean than modifying a scheme that might once be included in the
standard.
 
 dn: cn=ResourceTest,ou=people,dc=company
 objectClass: organizationalRole
 objectClass: top
 objectClass: CalendarResource
 cn: ResourceTest
 Multiplebookings: 1
 Kind: location
 mail: resourcet...@company.com
 uid: resourcetest
I am using the following objectClasses:
CalendarResource, calEntry, inetOrgPerson, person, top
these objectClasses require cn and sn
additionally I am using: displayName, givenName, Kind, mail
Multiplebookings and uid.

I am using cn, sn, displayName and givenname to make searching easier:
cn = Big Meetingroom
sn = Meetingroom
displayName = MyCorp Big Meetingroom
givenName = Big
(and displayName is used for naming the entry in address book)


 and the SOGo sources config:
[SNIP]

Hope this helps.

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


Re: [SOGo] Webmin module for SOGo 1.3.7?

2011-05-12 Thread Francis Lachapelle
Hi Advrk

On 2011-05-11, at 10:11 PM, Advrk Aplmrkt wrote:

 Is the current Webmin module on the SOGo website for 1.3.5 compatible
 with SOGo 1.3.7? If not, when will there be an updated to the Webmin
 module?

The latest version was bundled with the ZEG, but not yet linked on sogo.nu. 
It's now done :

http://www.sogo.nu/downloads/backend.html

 P.S. Also hoping for an updated Zero Effort Groupware (ZEG) 1.3.7!

Already available!

http://www.sogo.nu/downloads/zeg.html


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] E-mail tag

2011-05-12 Thread Alessio Fattorini
In thunderbird i can use tag for e-mail, if i tag an e-mail i see the 
same color and the same tag. If i add a tag to thunderbird, i don't see 
the same tag/colour on sogo.

Dovecot saves tags in dovecot-keywords
Why sogo doesn't support it?

--
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


[SOGo] iPhone sync issues

2011-05-12 Thread Mark Adams
Hi All,

SOGo 1.3.7a, iPhone 
Having a couple of iPhone issues. Appear to be getting alot of the
following in the log, which looks like it loops for a while and then the
iphone stops trying to sync. Events appear in the calendar OK but once
its decided it can't sync anymore it doesn't ever try again (IE doesn't
check every hour)

May 12 15:11:07 sogod [381]: [ERROR]
0x02CD8590[SOGoAppointmentFolder]:user_A_domain_D_net_personal
DAV property '{urn:ietf:params:xml:ns:caldav}schedule-tag' has no
matching SQL field, response could be incomplete

I've also just edited an event created in SOGo, which shows correctly on
the iphone, however after being edited on the iphone (change title) and
syncing back to SOGo, it shows up 1 hour later in the SOGo web
interface. It appears correctly in Thunderbird. All timezones are set to
London. The ics info seems correct if exported from the web interface
(see below). If you open the event in the web interface it is sure
that its an hr later than it actually is, and clicking save moves the
event on all other devices.

BEGIN:VEVENT
CREATED:20110512T140359Z
DTEND:20110512T183000
DTSTAMP:20110512T141031Z
DTSTART:20110512T173000
LAST-MODIFIED:20110512T141031Z
SEQUENCE:0
SUMMARY:iphone test test
TRANSP:OPAQUE
UID:172-4DCBE900-3-51358880
END:VEVENT
END:VCALENDAR

Any ideas about these 2 issues?

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


Re: [SOGo] iPhone sync issues

2011-05-12 Thread Mark Adams
iOS is 4.3.1

On Thu, May 12, 2011 at 03:31:46PM +0100, Mark Adams wrote:
 Hi All,
 
 SOGo 1.3.7a, iPhone 
 Having a couple of iPhone issues. Appear to be getting alot of the
 following in the log, which looks like it loops for a while and then the
 iphone stops trying to sync. Events appear in the calendar OK but once
 its decided it can't sync anymore it doesn't ever try again (IE doesn't
 check every hour)
 
 May 12 15:11:07 sogod [381]: [ERROR]
 0x02CD8590[SOGoAppointmentFolder]:user_A_domain_D_net_personal
 DAV property '{urn:ietf:params:xml:ns:caldav}schedule-tag' has no
 matching SQL field, response could be incomplete
 
 I've also just edited an event created in SOGo, which shows correctly on
 the iphone, however after being edited on the iphone (change title) and
 syncing back to SOGo, it shows up 1 hour later in the SOGo web
 interface. It appears correctly in Thunderbird. All timezones are set to
 London. The ics info seems correct if exported from the web interface
 (see below). If you open the event in the web interface it is sure
 that its an hr later than it actually is, and clicking save moves the
 event on all other devices.
 
 BEGIN:VEVENT
 CREATED:20110512T140359Z
 DTEND:20110512T183000
 DTSTAMP:20110512T141031Z
 DTSTART:20110512T173000
 LAST-MODIFIED:20110512T141031Z
 SEQUENCE:0
 SUMMARY:iphone test test
 TRANSP:OPAQUE
 UID:172-4DCBE900-3-51358880
 END:VEVENT
 END:VCALENDAR
 
 Any ideas about these 2 issues?
 
 Regards,
 Mark
 -- 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] iPhone sync issues

2011-05-12 Thread Martin Rabl
Thank you, I will test it ASAP.
  Martin

Am 12.05.2011 um 16:58 schrieb Mark Adams:

 On Thu, May 12, 2011 at 04:41:52PM +0200, Martin Rabl wrote:
 Hi,
 
 Am 12.05.2011 um 16:31 schrieb Mark Adams:
 
 SOGo 1.3.7a, iPhone 
 Having a couple of iPhone issues. Appear to be getting alot of the
 following in the log, which looks like it loops for a while and then the
 iphone stops trying to sync. Events appear in the calendar OK but once
 its decided it can't sync anymore it doesn't ever try again (IE doesn't
 check every hour)
 
 could you describe the test steps one by one so I can test it with my iPhone?
 
 Greetings,
   Martin
 
 
 
 it's syncing at present with the errors I posted above - disabling
 and enabling seemed to get it going again for the moment. I imagine the
 errors are something to do with Apple's new freebusy not being compatible
 with SOGo? The error is shown a number of times everytime a sync occurs
 so if you have the same version you should see them in your logs.
 
 To reproduce the 1 hour move issue:
 
 - Create event in sogoweb
 - edit the title of the event on the iphone
 - check on web interface, it will be showing 1 hour forward.
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

[SOGo] Incomplete multibyte

2011-05-12 Thread khapare
I just installed from nightly builds - looks working well, but I have 
tons of message like this in sogo.log


2011-05-12 15:18:49.642 sogod[2399] parseTimeZone: cannot parse time 
notation 'GMT'
2011-05-12 15:18:49.643 sogod[2399] parseTimeZone: cannot parse time 
notation 'GMT'
2011-05-12 15:18:49.643 sogod[2399] parseTimeZone: cannot parse time 
notation 'GMT'
2011-05-12 15:18:49.644 sogod[2399] parseTimeZone: cannot parse time 
notation 'GMT'
May 12 15:18:49 sogod [2399]: 0x0x7f367acee2e0[NSString] Got 
incomplete multibyte sequence. ToEncode: UCS-2LE FromEncode: UTF-8
May 12 15:18:49 sogod [2399]: 0x0x7f367acee2e0[NSString] Got invalid 
multibyte sequence. ToEncode: UCS-2LE FromEncode: UTF-8.
May 12 15:18:49 sogod [2399]: |SOGo| request took 0.806377 seconds to 
execute
sif.rhi.hi.is - - [12/May/2011:15:18:49 GMT] GET 
/SOGo/so/test/Mail/view HTTP/1.1 200 15068/0 0.812 80164 81% 30M
May 12 15:18:50 sogod [2399]: |SOGo| starting method 'POST' on uri 
'/SOGo/so/test/Calendar/alarmslist?browserTime=1305213530'
2011-05-12 15:18:50.176 sogod[2398] Note: Using UTF-8 as URL encoding in 
NGExtensions.



Any Hint ?

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


Re: [SOGo] Resources planning

2011-05-12 Thread Ben

Thanks for the info. A few follow-up questions:

1) Do resources have email accounts? Whenever I invite a resource or change the
event a resource in invited to, the resource it sent an email. Is this proper
behavior? What should happen to this email? What if it bounces? I'd like to not
have an email for the resource so only invites from SOGo work.

Yes, resources have email addresses as well. Email addresses are used to
identify any object (user or resource), because email addresses are unique.

Right, SOGo needs an mail= entry, but does postfix? How should I handle 
emails sent to a resource? If someone on the internet sends an ICS 
invite to a resource email address, is there a method for SOGo to 
process that? I'd like these resource emails to be fake in that emails 
to them bounce because otherwise someone might send an email to that 
address and expect someone to read it and I doubt the projector is going 
to check its email. Am I missing something?



2) Do resources have a calendar? I cannot access it as another user -- is there
a way to make that calendar available? I can see if the resource is busy via
freebusy in an invite, but it would be nice to access the calendar directly to
at least see when a room is in use, etc.

This question has been raised before. I cannot answer this for sure, but
my resources have a calendar and I did not do anything special for
this... ;-)

Hmm...  So I checked again and now I can subscribe to the calendar... 
not sure what I was doing wrong. But the calendar is empty. If I look at 
the db, I see no entries in the calendar. But if I look at an event  
that I created and invited the resource to, that resource shows up with 
a green check-mark which I take to mean that they accepted the event. 
Freebusy also shows the resource as free do I have something 
misconfigured (see previous post for details of my setup)?



3) Whenever I invite a resource to an event, I get no notification that it
accepted/declined. Is there supposed to be email (or other) notification? Or do
I just have to check the list of attendees in the calendar?

It depends on what kind of notification settings you have: If you globally
enabled email notifications, then emails will be send.

I have SOGoAppointmentSendEMailNotifications=Yes and get email 
notifications for other events, but when I invite a resource, I do not 
get any emails. Probably this is a symptom of the problem stated 
previously.



4) Resources always seem to accept the invite (if I click on the event, I see a
green icon next to the resource name), even if there is a conflict and no
events show up in the free/busy. Maybe the number of bookings isn't set right?

I have the very same issue: Although MultipleBookings is set to 1, people
in Lightning are able to book a resource even if the resource isn't
available. They get a warning, but in case they ignore it, the resource
auto-accepts the event. I think the right behavior for sogo would be to
reject the invitation to the second event.
The web interface handles this differently: one cannot save the event when
a resource is already busy (but without any message informing the user).


I'll look forward to the next release hopefully addressing this.

Thanks for the help -- and I'm real excited to get the resources stuff 
working.


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


Re: [SOGo] Resources planning

2011-05-12 Thread Marcio Merlone

Em 12-05-2011 08:38, Adi Kriegisch escreveu:

4) Resources always seem to accept the invite (if I click on the event, I see a
green icon next to the resource name), even if there is a conflict and no
events show up in the free/busy. Maybe the number of bookings isn't set right?

I have the very same issue: Although MultipleBookings is set to 1, people
in Lightning are able to book a resource even if the resource isn't
available. They get a warning, but in case they ignore it, the resource
auto-accepts the event. I think the right behavior for sogo would be to
reject the invitation to the second event.
The web interface handles this differently: one cannot save the event when
a resource is already busy (but without any message informing the user).


I think the right behavior for sogo would be  to allow configuration 
by the admin, so he can choose whatever he thinks best.


My 2 cents.

--
*Marcio Merlone*
attachment: marcio_merlone.vcf

Re: [SOGo] Webmin module for SOGo 1.3.7?

2011-05-12 Thread Advrk Aplmrkt
Wonderful. Thank you!

On 12 May 2011 07:38, Francis Lachapelle flachape...@inverse.ca wrote:
 Hi Advrk

 On 2011-05-11, at 10:11 PM, Advrk Aplmrkt wrote:

 Is the current Webmin module on the SOGo website for 1.3.5 compatible
 with SOGo 1.3.7? If not, when will there be an updated to the Webmin
 module?

 The latest version was bundled with the ZEG, but not yet linked on sogo.nu. 
 It's now done :

 http://www.sogo.nu/downloads/backend.html

 P.S. Also hoping for an updated Zero Effort Groupware (ZEG) 1.3.7!

 Already available!

 http://www.sogo.nu/downloads/zeg.html
 Francis
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] E-mail tag

2011-05-12 Thread Rosario Russo

Il 12/05/2011 15.19, Alessio Fattorini ha scritto:

In thunderbird i can use tag for e-mail, if i tag an e-mail i see the
same color and the same tag. If i add a tag to thunderbird, i don't
see the same tag/colour on sogo.
Dovecot saves tags in dovecot-keywords
Why sogo doesn't support it?



Yes, I confirm that if you add a new tag using Thunderbird, you cannot 
see it in the web interface.


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


Re: [SOGo] E-mail tag

2011-05-12 Thread Martin Rabl
Hi,

Am 12.05.2011 um 20:08 schrieb Rosario Russo:
 Il 12/05/2011 15.19, Alessio Fattorini ha scritto:
 In thunderbird i can use tag for e-mail, if i tag an e-mail i see
 Why sogo doesn't support it?
 Yes, I confirm that if you add a new tag using Thunderbird, you cannot see it 
 in the web interface.
These tags - are they standard in emails?

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

Re: [SOGo] E-mail tag

2011-05-12 Thread Patrick Ben Koetter
* Martin Rabl users@sogo.nu:
 Am 12.05.2011 um 20:08 schrieb Rosario Russo:
  Il 12/05/2011 15.19, Alessio Fattorini ha scritto:
  In thunderbird i can use tag for e-mail, if i tag an e-mail i see
  Why sogo doesn't support it?
  Yes, I confirm that if you add a new tag using Thunderbird, you cannot see 
  it in the web interface.
 These tags - are they standard in emails?

  INTERNET MESSAGE ACCESS PROTOCOL - VERSION 4rev1

  IMAP4rev1 includes operations for creating, deleting, and renaming
  mailboxes, checking for new messages, permanently removing messages, setting
  and clearing flags,...
  http://www.rfc-editor.org/rfc/rfc3501.txt
  

-- 
state of mind
Digitale Kommunikation

http://www.state-of-mind.de

Franziskanerstraße 15  Telefon +49 89 3090 4664
81669 München  Telefax +49 89 3090 4666

Amtsgericht MünchenPartnerschaftsregister PR 563

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


Re: [SOGo] Resources planning

2011-05-12 Thread Adi Kriegisch
Hi! 
 

 
 Yes, resources have email addresses as well. Email addresses are used to 
  
 identify any object (user or resource), because email addresses are
 unique.   
  
   
 Right, SOGo needs an mail= entry, but does postfix? How should I handle
 emails sent to a resource? If someone on the internet sends an ICS
  
 invite to a resource email address, is there a method for SOGo to 
  
 process that? I'd like these resource emails to be fake in that emails
  
 to them bounce because otherwise someone might send an email to that  
  
 address and expect someone to read it and I doubt the projector is going  
  
 to check its email. Am I missing something?   
  
Email invitations are meant to be processed by the recipient -- not by  
 
SOGo. There is no way for SOGo to pick up your emails.  
 
In case someone sends an invitation to a resource's email address, you  
 
should probably take care that someone responsible for that resource is 
 
recieving the mail and may take apropriate action.  
 
Mail aliases are cheap, fake email addresses may lead to trouble (think you 
 
once start using this email address for a completely different purpose and  
 
you long forgot you configured this address for SOGo resources).
 

 
Just create mail aliases pointing to those people in charge for the 
 
resources and everything will be just fine. ;-) 
 

 
 This question has been raised before. I cannot answer this for sure, but 
  
 my resources have a calendar and I did not do anything special for   
  
 this... ;-)  
  
 Hmm...  So I checked again and now I can subscribe to the calendar... 
  
 not sure what I was doing wrong. But the calendar is empty. If I look at  
  
 the db, I see no entries in the calendar. But if I look at an event   
  
 that I created and invited the resource to, that resource shows up with   
  
 a green check-mark which I take to mean that they accepted the event. 
  
 Freebusy also shows the resource as free do I have something  
  
 misconfigured (see previous post for details of my setup)?
  
I am afraid, I cannot help you with that. Check uid, mail and displayName   
 
(or whatever field you're using for that). Probably you have a (nearly) 
 
identical resource twice in your configuration or you used an email address 
 
twice.  
 

 
 It depends on what kind of notification settings you have: If you
 globally
 enabled email notifications, then emails will be send.   
  
 
 I have SOGoAppointmentSendEMailNotifications=Yes and get email
  
 notifications for other events, but when I invite a resource, I do not
  
 get any emails. Probably this is a symptom of the problem stated  
  
 previously.   
  
Probably you did not configure an email address for the resource?   
 

 
Actually I am not using email notifications as they are not configureable   
 
by user and most people here where I use SOGo consider them to be plain 
 
nasty and only a minority would really love to have them... 
 

 
-- Adi  
 

 
PS: I added a page to the SOGo wiki about configuring resources. Probably   
 
someone wants to extend/enhance this? :-)   
 

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


Re: [SOGo] Resources planning

2011-05-12 Thread Adi Kriegisch
Hi! 
 

 
 I have the very same issue: Although MultipleBookings is set to 1,
 people   
 in Lightning are able to book a resource even if the resource isn't  
  
 available. They get a warning, but in case they ignore it, the resource  
  
 auto-accepts the event. I think the right behavior for sogo would be to
 reject the invitation to the second event.   
  
 The web interface handles this differently: one cannot save the event
 when
 a resource is already busy (but without any message informing the user). 
  
   
  
 I think the right behavior for sogo would be  to allow configuration by
 the  
 admin, so he can choose whatever he thinks best.  
  
I object: The behaviour of SOGo regarding resources is described as 
 
first come - first serve. Additionally there is MultipleBookings to 
 
control the amount of bookings a resource can handle.   
 
There is nothing left to decide or configure: first come - first serve
 
perfectly fits. It is just that it is not really implemented that way.  
 

 
In case you want to add an overrule button to the game, add an ACL allowing 
 
an administrative person in charge for a resource to Respond To all kind  
 
of events. Done.
 

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


Re: [SOGo] E-mail tag

2011-05-12 Thread Martin Rabl
thanks ;-)

Am 12.05.2011 um 21:05 schrieb Patrick Ben Koetter:

 * Martin Rabl users@sogo.nu:
 Am 12.05.2011 um 20:08 schrieb Rosario Russo:
 Il 12/05/2011 15.19, Alessio Fattorini ha scritto:
 In thunderbird i can use tag for e-mail, if i tag an e-mail i see
 Why sogo doesn't support it?
 Yes, I confirm that if you add a new tag using Thunderbird, you cannot see 
 it in the web interface.
 These tags - are they standard in emails?
 
  INTERNET MESSAGE ACCESS PROTOCOL - VERSION 4rev1
 
  IMAP4rev1 includes operations for creating, deleting, and renaming
  mailboxes, checking for new messages, permanently removing messages, setting
  and clearing flags,...
  http://www.rfc-editor.org/rfc/rfc3501.txt
 
 
 -- 
 state of mind
 Digitale Kommunikation
 
 http://www.state-of-mind.de
 
 Franziskanerstraße 15  Telefon +49 89 3090 4664
 81669 München  Telefax +49 89 3090 4666
 
 Amtsgericht MünchenPartnerschaftsregister PR 563
 
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

[SOGo] Building from Source

2011-05-12 Thread Matt Comeione
I have not been able to get the rpm installs to work on CentOS so I've started 
to build from source.   I am having an issue compiling SOPE-1.3.7a, it is not 
finding the mysql libraries.  Any suggestion on how to resolve?-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] BTS activities for Thursday, May 12 2011

2011-05-12 Thread SOGo reporter
Title: BTS activities for Thursday, May 12 2011





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Thursday, May 12 2011

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1096
	2011-05-12 08:01:11
	updated (open)
	Backend Calendar
	iCal from Mac OS X 10.6 -  can't move events between calendars - CalDAVMoveEntityQueueableOperation
	
	  
	
1118
	2011-05-12 08:22:37
	updated (open)
	Backend Calendar
	ical vs sogo recurring events
	
	  
	
1299
	2011-05-12 08:00:14
	new (open)
	Web Calendar
	Invitations may not be moved among calendars
	
	  
	
395
	2011-05-12 09:47:15
	assigned (open)
	Web General
	Groups support for "automatically subscribe user"