Re: [SOGo] Slowness of Thunderbird/Lightning/Integrator setup

2011-06-15 Thread Ludovic Marcotte

On 15/06/11 04:54, Julian Robbins wrote:
The Sogo server isn't under much of a load and has WOWorkers set to 5. 
We have approx 8 test users at the moment, so I don't think the server 
is at fault. 
Share your configuration. You must customize the SOGo Integrator so 
please show the customizations you've done, together with your Apache 
and SOGo configuration. If you also use updates.php, show that too.


Regards,

--
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] Slowness of Thunderbird/Lightning/Integrator setup

2011-06-15 Thread Julian Robbins

On 15/06/11 12:00, Ludovic Marcotte wrote:

On 15/06/11 04:54, Julian Robbins wrote:
The Sogo server isn't under much of a load and has WOWorkers set to 
5. We have approx 8 test users at the moment, so I don't think the 
server is at fault. 
Share your configuration. You must customize the SOGo Integrator so 
please show the customizations you've done, together with your Apache 
and SOGo configuration. If you also use updates.php, show that too.


Regards,


Hello Ludovic

Although we use Integrator, as yet I have made no changes to it that are 
being pushed, so I am a little confused when you say '/You must 
customize the SOGo Integrator so please show the customizations you've 
done/', nor do I yet have an updates.php, (although I don't think this 
matters). Perhaps the lack of customisations to Integrator is where my 
problems lie  ?



Here is the SOGo config:-


?xml version=1.0 encoding=UTF-8?
!DOCTYPE plist PUBLIC -//GNUstep//DTD plist 0.9//EN 
http://www.gnustep.org/plist-0_9.xml;

plist version=0.9
dict
keyNSGlobalDomain/key
dict
/dict
keysogod/key
dict
keyOCSEMailAlarmsFolderURL/key
stringmysql://root:**@127.0.0.1:3306/sogo/sogo_alarms_folder/string
keyOCSFolderInfoURL/key
stringmysql://root:**@127.0.0.1:3306/sogo/sogo_folder_info/string
keyOCSSessionsFolderURL/key
stringmysql://root:**@127.0.0.1:3306/sogo/sogo_sessions_folder/string
keySOGoAppointmentSendEMailNotifications/key
stringYES/string
keySOGoAppointmentSendEMailReceipts/key
stringNO/string
keySOGoCalendarDefaultRoles/key
array
stringPublicViewer/string
stringConfidentialDAndTViewer/string
/array
keySOGoContactsDefaultRoles/key
array
stringObjectViewer/string
stringObjectCreator/string
/array
keySOGoDraftsFolderName/key
stringINBOX/Drafts/string
keySOGoEnablePublicAccess/key
stringYES/string
keySOGoIMAPAclConformsToIMAPExt/key
stringYES/string
keySOGoIMAPServer/key
string.q-par.com/string
keySOGoLanguage/key
stringEnglish/string
keySOGoLoginModule/key
stringCalendar/string
keySOGoMailDomain/key
stringq-par.com/string
keySOGoMailingMechanism/key
stringsmtp/string
keySOGoProfileURL/key
stringmysql://root:***@127.0.0.1:3306/sogo/sogo_user_profile/string
keySOGoSMTPServer/key
string.q-par.com/string
keySOGoSentFolderName/key
stringINBOX/Sent/string
keySOGoSuperUsernames/key
array
stringjulianr/string
/array
keySOGoTimeZone/key
stringEurope/London/string
keySOGoTrashFolderName/key
stringINBOX/Trash/string
keySOGoUserSources/key
array
dict
keyKindFieldName/key
stringdescription/string
keyMultipleBookingsFieldName/key
stringmultiplebook/string
keycanAuthenticate/key
stringYES/string
keydisplayName/key
stringSOGo Users/string
keyid/key
stringusers/string
keyisAddressBook/key
stringYES/string
keytype/key
stringsql/string
keyuserPasswordAlgorithm/key
stringmd5/string
keyviewURL/key
stringmysql://root:**@127.0.0.1:3306/sogo/sogo_users/string
/dict
/array
keyWOWorkersCount/key
string3/string
/dict
/dict
/plist



_/etc/apache2/conf.d/SOGO.conf _

Alias /SOGo.woa/WebServerResources/ \
  /usr/lib/GNUstep/SOGo/WebServerResources/
Alias /SOGo/WebServerResources/ \
  /usr/lib/GNUstep/SOGo/WebServerResources/
AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) \
   /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2

Directory /usr/lib/GNUstep/SOGo/
AllowOverride None
Order deny,allow
Allow from all
/Directory

LocationMatch 
^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*\.(jpg|png|gif|css|js)

  SetHandler default-handler
/LocationMatch

## Uncomment the following to enable proxy-side authentication, you will 
then
## need to set the SOGoTrustProxyAuthentication SOGo user default to 
YES and

## adjust the x-webobjects-remote-user proxy header in the Proxy section
## below.
#Location /SOGo
#  AuthType XXX
#  Require valid-user
#  SetEnv proxy-nokeepalive 1
#  Allow from all
#/Location

ProxyRequests Off
SetEnv proxy-nokeepalive 1
ProxyPreserveHost On

# When using CAS, you should uncomment this and install 
cas-proxy-validate.py

# in /usr/lib/cgi-bin to reduce server overloading
#
# ProxyPass /SOGo/casProxy http://localhost/cgi-bin/cas-proxy-validate.py
# Proxy http://localhost/app/cas-proxy-validate.py
#   Order deny,allow
#   Allow from your-cas-host-addr
# /Proxy

ProxyPass /SOGo http://127.0.0.1:2/SOGo retry=0

Proxy http://127.0.0.1:2/SOGo
## adjust the following to your configuration
  RequestHeader set x-webobjects-server-port 80
  RequestHeader set x-webobjects-server-name sogo
  RequestHeader set x-webobjects-server-url http://sogo;

## When using proxy-side autentication, you need to uncomment and
## adjust the following line:
#  RequestHeader set x-webobjects-remote-user %{REMOTE_USER}e

  RequestHeader set x-webobjects-server-protocol HTTP/1.0
  RequestHeader set x-webobjects-remote-host %{REMOTE_HOST}e 
env=REMOTE_HOST


  AddDefaultCharset UTF-8

  Order allow,deny
  Allow from all
/Proxy

## We use mod_rewrite to pass remote address to the SOGo proxy.
# The remote 

Re: [SOGo] Slowness of Thunderbird/Lightning/Integrator setup

2011-06-15 Thread André Schild

Am 15.06.2011 13:58, schrieb Julian Robbins:

On 15/06/11 12:00, Ludovic Marcotte wrote:

On 15/06/11 04:54, Julian Robbins wrote:
The Sogo server isn't under much of a load and has WOWorkers set to 
5. We have approx 8 test users at the moment, so I don't think the 
server is at fault. 
Share your configuration. You must customize the SOGo Integrator so 
please show the customizations you've done, together with your Apache 
and SOGo configuration. If you also use updates.php, show that too.


Regards,


Hello Ludovic

Although we use Integrator, as yet I have made no changes to it that 
are being pushed, so I am a little confused when you say '/You must 
customize the SOGo Integrator so please show the customizations you've 
done/', nor do I yet have an updates.php, (although I don't think this 
matters). Perhaps the lack of customisations to Integrator is where my 
problems lie  ?

Could be,

the integrator xpi you get from the download page is configured to work 
together with the sogo demo/test site.
If you just use it unmodifyed, it might well try to access some wrong 
sites and does not find the correct informations...


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

Re: [SOGo] 1.37a signature issue

2011-06-15 Thread Brian Lockwood
It seems to apply to everyone but certainly to me and her is mine.

+++

SOGoDraftsFolderName: INBOX\/Drafts, SOGoTimeFormat: %I:%M %p,
SOGoMailSignature: p\r\n\tBrian Lockwoodbr \/\r\n\tEgglescliffe
School\/p\r\n, SOGoMailShowSubscribedFoldersOnly: 0,
SOGoMailSignaturePlacement: below, SOGoLanguage: English,
SOGoDayEndTime: 18:00, SOGoFirstWeekOfYear: January1,
CalendarCategoriesColors: [#F0F0F0, #F0F0F0, #F0F0F0, #F0F0F0,
#F0F0F0, #F0F0F0, #F0F0F0, #F0F0F0, #F0F0F0, #F0F0F0, #F0F0F0,
#F0F0F0, #F0F0F0, #F0F0F0, #F0F0F0, #F0F0F0, #F0F0F0, #F0F0F0,
#F0F0F0, #F0F0F0, #F0F0F0, #F0F0F0], SOGoFirstDayOfWeek: 0,
SOGoLongDateFormat: %A, %B %d, %Y, SOGoTimeZone: Europe\/London,
SOGoContactsCategories: [Business Partner, Colleague, Competitor,
Customer, Family, Friend, Press, Provider, Schools, VIP],
CalendarCategories: [Anniversary, Birthday, Business, Calls,
Clients, Competition, Customer, Favorites, Follow up, Gifts,
Holidays, Ideas, Issues, Miscellaneous, Personal, Projects,
Public Holiday, Status, Suppliers, Travel, Vacation, AST],
SOGoMailMessageCheck: every_10_minutes, SOGoShortDateFormat:
%d\/%m\/%Y, SOGoMailMessageForwarding: inline, SOGoLoginModule:
Mail, SOGoCalendarCategoriesColors: {Customer: #F0F0F0, Calls:
#F0F0F0, Favorites: #F0F0F0, Meeting: #F0F0F0, Ideas: #F0F0F0,
Miscellaneous: #F0F0F0, Birthday: #F0F0F0, Anniversary: #F0F0F0,
Vacation: #F0F0F0, Travel: #F0F0F0, Projects: #F0F0F0,
Suppliers: #F0F0F0, Gifts: #F0F0F0, Clients: #F0F0F0, Issues:
#F0F0F0, Business: #F0F0F0, Holidays: #F0F0F0, Personal:
#F0F0F0, Status: #F0F0F0, Public Holiday: #F0F0F0, Follow up:
#F0F0F0, Competition: #F0F0F0}, SOGoTrashFolderName: INBOX\/Trash,
SOGoCalendarCategories: [Customer, Calls, Favorites, Meeting,
Ideas, Miscellaneous, Birthday, Anniversary, Vacation, Travel,
Projects, Suppliers, Gifts, Clients, Issues, Business,
Holidays, Personal, Status, Competition, Follow up, Public
Holiday], CalendarDefaultFilter: view_today, SOGoMailReplyPlacement:
below, SOGoRememberLastModule: 1, SOGoSentFolderName: INBOX\/Sent,
SOGoDayStartTime: 08:00, SOGoMailComposeMessageType: html}



On 14 June 2011 15:39, Francis Lachapelle flachape...@inverse.ca wrote:

 Hi Brian

 On 2011-06-14, at 10:26 AM, Brian Lockwood wrote:

  I have 1.37a as an update on Centos 5.4.
  The signature option to dispaly signature at end of email is still in
 prefs but the bit that lets you edit you signature is not.

 Can you show the content of the column c_defaults from the
 sogo_user_profile table for the specific user?

 Thanks,

 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] Calendar permissions

2011-06-15 Thread Christian Mack
Hi Julio César Gázquez

On 06/09/2011 04:05 PM, Julio César Gázquez wrote:
 
 I'm interested in using SOGo for task delegation in a small office,
 something like:
 
 User A creates a new task into a shared calendar (tasks anybody
 subscribed can do), or into a different user personal calendar (tasks
 assigned specifically to that user).
 
 User B finds the new pending, assigned task, updates its states,
 eventually finishes it.
 
 User A supervise task accomplishment.
 
 However, I can't get how SOGo permissions work. Could anybody give me
 some tips about this?

You can't grant privileges on tasks alone.
You can only grant privileges on calendars, which contain tasks and events.

The user which possesses the calendar in question can grant the
following permissions to any SOGo user.
* create new tasks/events
* delete existing tasks/events
* for all private tasks/events
a) don't see them at all
b) see (Private task) or time and duration of events
c) see all attributes
d) see and modify all attributes
e) see all attributes and respond to events
* for all confidential tasks/events
a) don't see them at all
b) see (Private task) or time and duration of events
c) see all attributes
d) see and modify all attributes
e) see all attributes and respond to events
* for all public tasks/events
a) don't see them at all
b) see (Private task) or time and duration of events
c) see all attributes
d) see and modify all attributes
e) see all attributes and respond to events


I don't know what e) does for tasks though.
Behaves like c) IMHO.


Kind regards,
Christian Mack

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


Re: [SOGo] Slowness of Thunderbird/Lightning/Integrator setup

2011-06-15 Thread Julian Robbins


Share your configuration. You must customize the SOGo Integrator so 
please show the customizations you've done, together with your 
Apache and SOGo configuration. If you also use updates.php, show 
that too.


Regards,


Hello Ludovic

Although we use Integrator, as yet I have made no changes to it that 
are being pushed, so I am a little confused when you say '/You must 
customize the SOGo Integrator so please show the customizations 
you've done/', nor do I yet have an updates.php, (although I don't 
think this matters). Perhaps the lack of customisations to Integrator 
is where my problems lie  ?

Could be,

the integrator xpi you get from the download page is configured to 
work together with the sogo demo/test site.
If you just use it unmodifyed, it might well try to access some wrong 
sites and does not find the correct informations...


The xpi I use was already modified with the modified upgrade path ie the 
updateURL path was changed to reflect our set up here.


But are there any other places that have to be changed ? I note in the 
sogo-config.js file in chrome/content/sogo-config.js in the xpi file has 
a couple of urls such as


line 44

var extensions
= 
rdf.GetResource(http://inverse.ca/sogo-integrator/extensions;);

var updateURLres
= 
rdf.GetResource(http://inverse.ca/sogo-integrator/updateURL;);

var ds

which I wondered do these need changes to  my hostname for my own sogo 
server ? This isn't mentioned in the docs.


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

Re: [SOGo] Slowness of Thunderbird/Lightning/Integrator setup

2011-06-15 Thread Alessio Fattorini

Il 15/06/2011 16:40, Julian Robbins ha scritto:


which I wondered do these need changes to my hostname for my own sogo
server ? This isn't mentioned in the docs.


Only what it's mentioned in the docs.
Put your configuration as Ludovic suggests


--
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] Connect SOGo to memcached and pgsql with unix socket

2011-06-15 Thread Romain LE DISEZ
Hello all,

just a little tip, it could be useful to someone.



Problem with memcached is that there is no access control. You can force
memcached to bind to 127.0.0.1, but it's a poor option because every
process can access it.

With UNIX socket, you can strictly restrict access to memcached.

Run memcached (use the configuration file of your distrib):
memcached -d -u sogo -s /tmp/memcached.sock -a 0700


And update the configuration of SOGo:
defaults -u sogo write sogod SOGoMemcachedHost /tmp/memcached.sock



You can also use UNIX socket for PostgreSQL. On EL6, by default, the
UNIX socket of PostgreSQL is in /tmp:
/tmp/.s.PGSQL.5432

So, set your configuration as following:
defaults -u sogo write sogod OCSFolderInfoURL 
postgresql://%2Ftmp/sogo/sogo_folder_info
defaults -u sogo write sogod OCSSessionsFolderURL 
postgresql://%2Ftmp/sogo/sogo_sessions_folder
defaults -u sogo write sogod SOGoProfileURL 
postgresql://%2Ftmp/sogo/sogo_user_profile

/!\ WARNING /!\
You can't update the PostgreSQL URL without updating the content of the
table sogo_folder_info.

Please note that:
 - thanks to ident, you don't need to specify user and password if the
   database owner is sogo.
 - You must only specify the folder containing the socket file,
   replacing / with %2F

Greetings.

-- 
Romain LE DISEZ romain.ledi...@netensia.fr


smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] Slowness of Thunderbird/Lightning/Integrator setup

2011-06-15 Thread Julian Robbins

On 15/06/11 15:47, Alessio Fattorini wrote:

Il 15/06/2011 16:40, Julian Robbins ha scritto:


which I wondered do these need changes to my hostname for my own sogo
server ? This isn't mentioned in the docs.


Only what it's mentioned in the docs.
Put your configuration as Ludovic suggests


ok, here it is :-

?xml version=1.0?
!DOCTYPE RDF
RDF xmlns=http://www.w3.org/1999/02/22-rdf-syntax-ns#;
  xmlns:isi=http://inverse.ca/sogo-integrator/;
  xmlns:em=http://www.mozilla.org/2004/em-rdf#;
  xmlns:NC=http://home.netscape.com/NC-rdf#;
Seq about=http://inverse.ca/sogo-integrator/extensions;

isi:updateURL=http://sogo/plugins/updates.php?plugin=%ITEM_ID%amp;version=%ITEM_VERSION%amp;platform=%PLATFORM%;

li
Description
em:id=sogo-integra...@inverse.ca
em:name=SOGo Integrator/
/li
li
Description
em:id=sogo-connec...@inverse.ca
em:name=SOGo Connector/
/li
/Seq
/RDF

./defaults/preferences/site.js from Integrator

pref(calendar.alarms.showmissed, true);
pref(calendar.caldav.sched.enabled, true);
pref(calendar.timezone.local, /mozilla.org/20070129_1/Europe/London);
pref(sogo-integrator.autocomplete.server.urlid, public);


I haven't set up the updates.php file as yet, but i dont think that's 
the issue anyway (pls correct me if I'm wrong though)



--
Kind Regards,

Julian Robbins
Web Marketing and IT Manager

Q-par Angus Ltd
Barons Cross Laboratories
Leominster
Herefordshire
HR6 8RS
United Kingdom

Telephone +44 (0) 1568 612138
Fax   +44 (0) 1568 616373
Web www.q-par.com

IDEAS ENGINEERED - SPECIALISTS IN MICROWAVE and RF ENGINEERING

(Registered office) Incorporated in England No 1826221

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


Re: [SOGo] Slowness of Thunderbird/Lightning/Integrator setup

2011-06-15 Thread Julian Robbins

On 15/06/11 15:40, Julian Robbins wrote:
But are there any other places that have to be changed ? I note in the 
sogo-config.js file in chrome/content/sogo-config.js in the xpi file 
has a couple of urls such as


line 44

var extensions
= 
rdf.GetResource(http://inverse.ca/sogo-integrator/extensions;);

var updateURLres
= 
rdf.GetResource(http://inverse.ca/sogo-integrator/updateURL;);

var ds

which I wondered do these need changes to  my hostname for my own sogo 
server ? This isn't mentioned in the docs.
I know its bad practise to reply to your own posts, but I wondered if we 
do have urls such as the ones above which are correct, which is what 
Alessio is saying, I wonder if a potential issue here is our web proxy 
server getting in the way of any requests to these urls above ?


--
Kind Regards,

Julian Robbins

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

[SOGo] Funambol Push?

2011-06-15 Thread kevin

Does/can funambol PIM push work with SOGo?
Syncing works fine scheduled and manually, but I can't determine how to
set up pimlistener to work with SOGo or if it's even an option.

Need to know if I should stop trying?
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Event invitations to outlook users

2011-06-15 Thread randerson
When inviting an external user who uses outlook to an event from SOGo there is
no way for the user to respond to the invitation.

** Thunderbird **
If an event is created using Thunderbird, in a SOGo calendar, they get an event
invitation with the text:

randerson has invited you to New Event.

Start: 06/17/11 at 11:00
End: 06/17/11 at 12:00
Description: 

The invitation has an attachment.  If the user opens the attachment it says
This meeting is not in the Calendar, it may have been moved or deleted.  Also
the buttons to Accept, Decline, etc.. are grayed out.  There is no way for the
user to respond to the event.


** SOGo web interface **

If an event is created using the SOGo web interface, they get an event
invitation with the same text: randerson has invited you to New Event...

The invitation has an attachment.  But if the user opens the attachment it opens
the email message editor.  There is nothing to indicate that the attachment was
a event invite.  It just looks like you are attempting to send an email.


I have tested this with both Outlook 2003 and 2010.  Thanks in advance for your
help.

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


Re: [SOGo] Getting IMAP Password from database.

2011-06-15 Thread Stephen Ingram
On Tue, Jun 7, 2011 at 6:42 AM,  m...@olute.co.uk wrote:
 I have managed to set up our Sogo installation with shibboleth authentication
 by using the RequestHeader set x-webobjects-remote-user in the Apache 
 config.


 Unfortunately it now doesn't use the password set in the mysql sogo_auth_user
 table to connect to the main IMAP server.

 My main question is:

 Can sogo somehow take the password of the user matched to the
 x-webobjects-remote-user request header and use that to log in to the imap
 server.

 Or is it somehow possible that the password gets set in a similar method as 
 the
 username  via an apache request header.

 if I set SOGoMailAuxiliaryUserAccountsEnabled it does save the user details in
 the mysql DB (sogo_user_profile) table for any additional accounts, would it
 maybe be possible to set default imap account here if sogo_auth_users is only
 meant for user authentication into sogo.

 Please do let me know if I have overlooked something completely which already
 does any of the above.

This likely does not work for the same reason SOGo does not support
true kerberos SSO. See http://www.sogo.nu/bugs/view.php?id=1200. You
have to use Web-SSO like CAS or WebAuth
(http://www.sogo.nu/english/nc/support/faq/article/how-to-use-webauth-with-sogo-2.html).
I'm not sure how you might integrate those with shibboleth.

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

[SOGo] creating users in sogo

2011-06-15 Thread propcboy
i downloaded the ZEG from sogo 

everything works except creating users in sogo 
cyrus and ldap

i don't understand how it works can someone please explain te me how i need to
handle this

are there any examples out there that i can use

i cant seem to find the confg file for the sogo1, sogo2, sogo3
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] creating users in sogo

2011-06-15 Thread Martin Rabl
please: read the manual!

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

Especially: http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf

Am 15.06.2011 um 20:49 schrieb propc...@hotmail.com:

 i downloaded the ZEG from sogo 
 
 everything works except creating users in sogo 
 cyrus and ldap
 
 i don't understand how it works can someone please explain te me how i need to
 handle this
 
 are there any examples out there that i can use
 
 i cant seem to find the confg file for the sogo1, sogo2, sogo3
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

[SOGo] BTS activities for Wednesday, June 15 2011

2011-06-15 Thread SOGo reporter
Title: BTS activities for Wednesday, June 15 2011





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1339
	2011-06-15 04:57:10
	new (open)
	Apple iPhone OS
	Photo problem on iPhone
	
	  
	
1294
	2011-06-15 16:53:25
	updated (open)
	SOPE
	Sogo restart fails during log rotate
	
	  
	
481
	2011-06-15 16:14:12
	updated (open)
	Web Address Book
	Empty members creating list on address book
	
	  
	
1296
	2011-06-15 16:51:32
	updated (open)
	Web Address Book
	No Submit-Buttons in new card view with Google Chrome browser
	
	  
	
1298
	2011-06-15 16:51:43
	updated (open)
	Web Calendar
	No Submit-Buttons in Calender Property Popup with Google Chrome browser
	
	  
	
1309
	2011-06-15 16:38:04
	updated (open)
	Web Calendar
	Select a calendar with Chromium
	
	  
	
1319
	2011-06-15 16:27:19
	updated (open)
	Web Calendar
	Title of Outlook-Synced private events are viewable
	
	  
	
1329
	2011-06-15 02:50:23
	updated (open)
	Web Calendar
	The web calendar doesn't show correctly the all day events
	
	  
	
1337
	2011-06-15 16:15:14
	updated (open)
	Web Calendar
	While editing event "Calendar:" is always set to "personal calendar".
	
	  
	
1221
	2011-06-15 16:24:37
	updated (open)
	Web Mail
	Expand attachment window
	
	  
	
1225
	2011-06-15 17:07:02
	updated (open)
	Web Mail
	Not possible to read Content-Transfer-Encoding: binary in web GUI
	
	  
	
1338
	2011-06-15 02:26:44
	new (open)
	Web Mail
	When folder list exceeds browser window height, dragging messages to bottom folders is imposible
	
	  
	
1264
	2011-06-15 16:55:38
	assigned (open)
	Backend Calendar
	CalDAV PUT of an externally generated invite does not generate a valid REPLY object
	
	  
	
1323
	2011-06-15 16:30:33
	assigned (open)
	Backend Calendar
	Reschedule meeting from external user causes SOGo to generate mail FROM the external user
	
	  
	
983
	2011-06-15 17:23:26
	assigned (open)
	Backend General
	packaging: make use of ld's --as-needed to reduce binary dependencies
	
	  
	
1034
	2011-06-15 16:56:50
	assigned (open)
	Backend General
	-f parameter to hostname may not be known on some OS
	
	  
	
1035
	2011-06-15 16:56:42
	assigned (open)
	Backend General
	On OpenBSD there is no -lcrypt
	
	  
	
1260
	2011-06-15 17:03:35
	assigned (open)
	Backend General
	remove useless header include in NSString+Utilities.m
	
	  
	
982
	2011-06-15 17:23:37
	assigned (open)
	SOPE
	packaging: make use of ld's --as-needed to reduce binary dependencies
	
	  
	
1023
	2011-06-15 16:54:14
	assigned (open)
	SOPE
	a specific mail always aborts the sogo instance
	
	  
	
1166
	2011-06-15 16:56:30
	assigned (open)
	SOPE
	WOHTTPURLHandle.m doesn't implement cachedHandleForURL
	
	  
	
1262
	2011-06-15 16:57:02
	assigned (open)
	SOPE
	fix header inclusion in UnixSignalHandler.h
	
	  
	
1327
	2011-06-15 16:20:37
	assigned (open)
	SOPE
	stringByDeletingLastPathComponent must not be used with URLs
	
	  
	
1251
	2011-06-15 16:18:13
	assigned (open)
	Web Address Book
	Import of exported LDIF don't work with Umlauts
	
	  
	
1312
	2011-06-15 16:35:11
	assigned (open)
	Web Calendar
	DURATION not properly set when changing existing event to all-day event
	
	  
	
1057
	2011-06-15 16:54:49
	assigned (open)
	Web Preferences
	Alternate imap folder separators in sieve
	
	  
	
1331
	2011-06-15 16:21:39
	resolved (wont fix)
	Backend Calendar
	Ability to keep the history of calendars in a Version Control System
	
	  
	
754
	2011-06-15 16:17:10
	closed (wont fix)
	Backend Mail
	SOGo goes in to endless loop if IP address of additional IMAP account wrong
	
	  
	
57
	2011-06-15 17:27:56
	closed (fixed)
	Web Mail
	Group discussion by thread
	
	  
	
1080
	2011-06-15 17:20:05
	closed (wont fix)
	Web Mail
	The message you have selected doesn't exist anymore.