Re: [SOGo] Syncing Multiple Calendars with Funambol to Outlook

2012-05-24 Thread Christian Rößner
Hi,

 funambol-sogo-1.0.8.s4j

this morning I tested the funambol-sogo-1.0.9.s4j dev thing :-) Syncing now 
partially works. We have tested a lot.

1. Syncing from Outlook-Funambol-SOGo
* If you create events or tasks, the time is always set to 2:00am. And you can 
not change this in Outlook afterwards.
* Also the reminder is not set. And you also can not change it afterwards.

2. SOGo-Webinterface-SOGo, SOGo-Funambol-Outlook
* If you enter an event (maybe also task) in the webGUI, the time is not 
synchronized correctly.

So in summary something is wrong with handling time.

The java exceptions are gone. So this seems to work right now.
We see log entries like this:

catalina.out:
May 24, 2012 10:42:16 AM ca.inverse.sogo.security.SOGoOfficer 
authenticateBasicCredential
INFO: User with 'foo...@example.com' exists.
May 24, 2012 10:42:16 AM ca.inverse.sogo.security.SOGoOfficer existsPrincipal
INFO: Principal for foo...@example.com:fol-UEMtVC0wMDU0OnAuc3k= found!
May 24, 2012 10:42:16 AM ca.inverse.sogo.security.SOGoOfficer existsUser
INFO: User with username foo...@example.com exists

sogo.log:
2012-05-24 10:42:16.323 sogod[18665] WARNING(-[NSNull(misc) length]): called 
NSNull -length (returns 0) !!!
localhost - - [24/May/2012:10:42:16 GMT] GET 
/SOGo/dav/foo...@example.com/freebusy.ifb HTTP/1.1 200 502/0 0.018 - - 0
2012-05-24 10:42:16.970 sogod[18665] WARNING(-[NSNull(misc) length]): called 
NSNull -length (returns 0) !!!
localhost - - [24/May/2012:10:42:16 GMT] GET 
/SOGo/dav/foo...@example.com/freebusy.ifb HTTP/1.1 200 502/0 0.019 - - 0

Any ideas?

-Christian Rößner

---
Roessner-Network-Solutions
Bachelor of Science Informatik
Nahrungsberg 81, 35390 Gießen
F: +49 641 5879091, M: +49 176 93118939
USt-IdNr.: DE225643613
http://www.roessner-network-solutions.com



smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] bindAsCurrentUser new background to my question

2012-05-24 Thread Christian Rößner
 Therefore, as long as all your users keep the same value of UIDFieldName, all 
 their data will be kept intact. This is why, on the other hand, a 
 multi-domain configuration must ensure that all uid are unique, even between 
 domains.

thanks for your answer that is really helpful. One question: if you ssay 
UIDFieldName, do you meed the name of the attribute, let's say uid, or 
attribute+value, let's say uid=croessner. In the latter case that _had_ changed 
and your explanation would give me the answer, why I ran into trouble :-)

-Christian Rößner

---
Roessner-Network-Solutions
Bachelor of Science Informatik
Nahrungsberg 81, 35390 Gießen
F: +49 641 5879091, M: +49 176 93118939
USt-IdNr.: DE225643613
http://www.roessner-network-solutions.com



smime.p7s
Description: S/MIME cryptographic signature


[SOGo] can you get an invitation email for your own events?

2012-05-24 Thread Axel Deris
We are evaluating the current 1.3.15a of SOGo on CentOS 6.2 without LDAP,
instead of that we use mysql.

Modules to be used are calendar and adressbook, waiting for 2.0 to be
available for native sync with Outlook.

Until then, users will create calendar events via Web-GUI. Things are
working well for now.

Invitations are sent to other members as desired, but we would like to have
an invitation also to be sent to the host of an event.

Reason: the host will receive emails, when participants accept or decline
his invitations via outlook calendars and his outlook complains 

about the appointment missing, may be moved or cancelled.

 

Getting an invitation himself, the host would be simply able to place this
appointment in his own outlook calendar too and avoid the complains
mentioned above.

Implementing a calendar sync would solve this, we know. But we would like to
wait for the native interface of 2.0 becoming available for that.

 

Did I overlook an existing way to configure a self invitation email to the
host of an event or is there no such possibility now?

 

Regards

 

Axel

--

 

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

[SOGo] SOGo 1.3.15 not polling mail

2012-05-24 Thread Ronald J. Yacketta

Hello all!

I have 2 servers running SOGo configured exactly the same (using the 
same LDAP, IMAP and SMTP servers) but separate DB's, one is for internal 
testing while the other is a pilot for a group of ~30 people.


When I access 'Mail' on the dev server e-mail is polled; that is all the 
subscribed folders are processed for new mail etc, this can be seen in 
the logs while the pilot server (again same configuration minus DB) only 
polls the inbox and no other folders unless you click the folder.


Here is the config running on both servers

sogod SOGoVacationEnabled NO
sogod SOGoSMTPServer our.smtp.server
sogod SOGoUserSources '(
{
CNFieldName = cn;
IDFieldName = uid;
UIDFieldName = uid;
authenticationFilter = (userClass=''***OR userClass=''***S'' 
OR userClass=''***'');

baseDN = ou=People,o=our-o;
bindAsCurrentUser = YES;
bindFields = (
uid
);
canAuthenticate = YES;
displayName = People;
filter = (userClass=''***'' OR userClass=''A***' OR 
userClass=''***'');

hostname = our.ldap.server;
id = public;
isAddressBook = YES;
port = 389;
},
{
CNFieldName = cn;
IDFieldName = uid;
KindFieldName = Kind;
MultipleBookingsFieldName = Multiplebookings;
UIDFieldName = uid;
baseDN = ou=Resources,o=our-o;
bindDN = cn=yah-right;
bindPassword = **;
canAuthenticate = YES;
displayName = Resources;
hostname = our.ldap.server;
id = resources;
isAddressBook = YES;
port = 389;
},
{
CNFieldName = ou;
IDFieldName = ou;
UIDFieldName = ou;
baseDN = ou=Departments,o=our-o;
bindDN = cn=yah-right;
bindPassword = **;
canAuthenticate = YES;
displayName = Departments;
hostname = our.ldap.server;
id = departments;
isAddressBook = YES;
port = 389;
}
)'
sogod SOGoEnableEMailAlarms YES
sogod SOGoIMAPServer imap://our.imap.server/
sogod OCSEMailAlarmsFolderURL 
postgresql://sogo:@127.0.0.1:5432/sogo/sogo_alarms_folder

sogod NGImap4ConnectionStringSeparator .
sogod SOGoProfileURL 
postgresql://sogo:@127.0.0.1:5432/sogo/sogo_user_profile

sogod SOGoTimeZone America/New_York
sogod debug YES
sogod LDAPDebugEnabled YES
sogod SOGoImapDebugEnabled YES
sogod SOGoLoginModule Calendar
sogod SOGoMailingMechanism smtp
sogod OCSSessionsFolderURL 
postgresql://sogo:@127.0.0.1:5432/sogo/sogo_sessions

sogod SOGoAppointmentSendEMailReceipts NO
sogod SOGoSieveServer sieve://our.sieve.server:2000
sogod SOGoSuperUsernames '(
yacketrj,
)'
sogod SOGoMailDomain potsdam.edu
sogod SOGoForwardEnabled No
sogod OCSFolderInfoURL 
postgresql://sogo:@127.0.0.1:5432/sogo/sogo_folder_info

sogod SOGoSieveScriptsEnabled NO
sogod SOGoAppointmentSendEMailNotifications YES

dev server log:

xxx.xxx.xxx.xxx- - [24/May/2012:08:45:18 GMT] GET 
/SOGo/so/yacketrj/Mail HTTP/1.1 302 0/0 0.003 - - 0
May 24 08:45:19 sogod [13485]: [WARN] 
0x0x2d4b0c8[UIxEnvelopeAddressFormatter] unexpected envelope address: 
0x0x2580d78[NGImap4EnvelopeAddress]:
May 24 08:45:19 sogod [13485]: [WARN] 
0x0x2d4b0c8[UIxEnvelopeAddressFormatter] unexpected envelope address: 
0x0x2d03518[NGImap4EnvelopeAddress]:
May 24 08:45:19 sogod [13485]: [WARN] 
0x0x2d4b0c8[UIxEnvelopeAddressFormatter] unexpected envelope address: 
0x0x49a0798[NGImap4EnvelopeAddress]:
xxx.xxx.xxx.xxx- - [24/May/2012:08:45:20 GMT] GET 
/SOGo/so/yacketrj/Mail/view HTTP/1.1 200 28957/0 1.524 128359 77% 0
xxx.xxx.xxx.xxx- - [24/May/2012:08:45:20 GMT] POST 
/SOGo/so/yacketrj/Calendar/alarmslist?browserTime=1337863349 HTTP/1.1 
200 2/0 0.007 - - 0
xxx.xxx.xxx.xxx- - [24/May/2012:08:45:21 GMT] POST 
/SOGo/so/yacketrj/Mail/0/mailboxes HTTP/1.1 200 2814/0 0.835 - - 0
xxx.xxx.xxx.xxx- - [24/May/2012:08:45:22 GMT] POST 
/SOGo/so/yacketrj/Mail//0/folderINBOX/unseenCount HTTP/1.1 200 15/0 
0.866 - - 0
xxx.xxx.xxx.xxx- - [24/May/2012:08:45:22 GMT] POST 
/SOGo/so/yacketrj/Mail/foldersState HTTP/1.1 200 44/0 0.012 - - 0
xxx.xxx.xxx.xxx- - [24/May/2012:08:45:22 GMT] POST 
/SOGo/so/yacketrj/Mail//0/folderGreg/unseenCount HTTP/1.1 200 13/0 
0.832 - - 0
xxx.xxx.xxx.xxx- - [24/May/2012:08:45:23 GMT] POST 
/SOGo/so/yacketrj/Mail//0/folderTracker/unseenCount HTTP/1.1 200 15/0 
0.834 - - 0
xxx.xxx.xxx.xxx- - [24/May/2012:08:45:25 GMT] POST 
/SOGo/so/yacketrj/Mail//0/folderCobbler/unseenCount HTTP/1.1 200 15/0 
0.844 - - 0
xxx.xxx.xxx.xxx- - [24/May/2012:08:45:26 GMT] POST 
/SOGo/so/yacketrj/Mail//0/foldernagios/unseenCount HTTP/1.1 200 13/0 
0.818 - - 0

...
Runs through all my subscribed folders

while the pilot server only polls INBOX

xxx.xxx.xxx.xxx- - [24/May/2012:08:48:54 GMT] GET 
/SOGo/so/yacketrj/Mail HTTP/1.1 302 0/0 0.004 - - 0
May 24 08:48:55 sogod [19189]: [WARN] 
0x0x29a59e8[UIxEnvelopeAddressFormatter] unexpected envelope address: 

[SOGo] SOGo without LDAP and with mysql. Can I still share calendars?

2012-05-24 Thread hans

Hi,

I read somewhere in the manual that mysql as backend does not support 
groups.

Does this mean I cannot share calendars when using mysql?

Regards,

Hans

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


Re: [SOGo] SOGo 1.3.15 not polling mail

2012-05-24 Thread Ronald J. Yacketta

On 5/24/2012 9:07 AM, Francis Lachapelle wrote:

Hi Ronald

On 2012-05-24, at 8:53 AM, Ronald J. Yacketta wrote:


I have 2 servers running SOGo configured exactly the same (using the same LDAP, 
IMAP and SMTP servers) but separate DB's, one is for internal testing while the 
other is a pilot for a group of ~30 people.

When I access 'Mail' on the dev server e-mail is polled; that is all the 
subscribed folders are processed for new mail etc, this can be seen in the logs 
while the pilot server (again same configuration minus DB) only polls the inbox 
and no other folders unless you click the folder.

Is it possible that you have Sieve filters defined on your development server 
for your account? Since version 1.3.12, we check for new mails in folders for 
which sieve rules are defined to file messages into.

Both servers are configure as such in SOGo:



sogod SOGoVacationEnabled NO

sogod SOGoSieveScriptsEnabled NO

The dev server did have sieve enabled about a month ago with valid sieve 
rules for myself.  Would this cause the issue I am seeing? If so, should 
SOGo ignore the sieve rules in the DB when SOGoSieveScriptsEnabled is se 
to to NO?


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


Re: [SOGo] SOGo without LDAP and with mysql. Can I still share calendars?

2012-05-24 Thread Peter Peltonen
Hi,

On Thu, May 24, 2012 at 4:11 PM, hans ha...@dandy.nl wrote:
 Hi,

 I read somewhere in the manual that mysql as backend does not support
 groups.
 Does this mean I cannot share calendars when using mysql?

AFAIK you should be able to share calendards between individual users
just fine. At least with PostgreSQL you can.

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


[SOGo] memcached as dependent in sogo_1.3.15a-1_i386.deb

2012-05-24 Thread Bruno Lingner (Hugo)
we switched today from a test-VM to a baremetal server (both debian 
squeeze), and upgraded from 1.3.14 to 1.3.15c. it took me a time to 
realize why some things did not work as expected, and the errors in the 
sogo.log: memcached was not installed as a dependent with sogo, only 
libmemcached5.

is it a bug in this package? I could file a bug if so
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] memcached as dependent in sogo_1.3.15a-1_i386.deb

2012-05-24 Thread Wolfgang Sourdeau

Le 12-05-24 11:26, Bruno Lingner (Hugo) a écrit :
we switched today from a test-VM to a baremetal server (both debian 
squeeze), and upgraded from 1.3.14 to 1.3.15c. it took me a time to 
realize why some things did not work as expected, and the errors in 
the sogo.log: memcached was not installed as a dependent with sogo, 
only libmemcached5.

is it a bug in this package? I could file a bug if so
memcached could be recommended or suggested, but it should not be a 
dependency as the service could actually run on another host.



W.

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


Re: [SOGo] SOGo 1.3.15 not polling mail

2012-05-24 Thread Francis Lachapelle
Hi Ronald

On 2012-05-24, at 11:12 AM, Ronald J. Yacketta wrote:

 On 5/24/2012 9:07 AM, Francis Lachapelle wrote:
 Hi Ronald
 
 On 2012-05-24, at 8:53 AM, Ronald J. Yacketta wrote:
 
 I have 2 servers running SOGo configured exactly the same (using the same 
 LDAP, IMAP and SMTP servers) but separate DB's, one is for internal testing 
 while the other is a pilot for a group of ~30 people.
 
 When I access 'Mail' on the dev server e-mail is polled; that is all the 
 subscribed folders are processed for new mail etc, this can be seen in the 
 logs while the pilot server (again same configuration minus DB) only polls 
 the inbox and no other folders unless you click the folder.
 Is it possible that you have Sieve filters defined on your development 
 server for your account? Since version 1.3.12, we check for new mails in 
 folders for which sieve rules are defined to file messages into.
 Both servers are configure as such in SOGo:
 
 sogod SOGoVacationEnabled NO
 
 sogod SOGoSieveScriptsEnabled NO
 
 The dev server did have sieve enabled about a month ago with valid sieve 
 rules for myself.  Would this cause the issue I am seeing? If so, should SOGo 
 ignore the sieve rules in the DB when SOGoSieveScriptsEnabled is se to to NO?

Yes, this can be the cause of the issue, and yes, we should check 
SOGoSieveScriptsEnabled. Would you please fill a bug report?

You can look at your Sieve filters (even if SOGoSieveScriptsEnabled is set to 
NO) using sogo-tool :

sogo-tool user-preferences get defaults yacketrj SOGoSieveFilters


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

Re: [SOGo] SOGo 1.3.15 not polling mail

2012-05-24 Thread Ronald J. Yacketta

On 5/24/2012 11:58 AM, Francis Lachapelle wrote:

Hi Ronald

On 2012-05-24, at 11:12 AM, Ronald J. Yacketta wrote:


On 5/24/2012 9:07 AM, Francis Lachapelle wrote:

Hi Ronald

On 2012-05-24, at 8:53 AM, Ronald J. Yacketta wrote:


I have 2 servers running SOGo configured exactly the same (using the same LDAP, 
IMAP and SMTP servers) but separate DB's, one is for internal testing while the 
other is a pilot for a group of ~30 people.

When I access 'Mail' on the dev server e-mail is polled; that is all the 
subscribed folders are processed for new mail etc, this can be seen in the logs 
while the pilot server (again same configuration minus DB) only polls the inbox 
and no other folders unless you click the folder.

Is it possible that you have Sieve filters defined on your development server 
for your account? Since version 1.3.12, we check for new mails in folders for 
which sieve rules are defined to file messages into.

Both servers are configure as such in SOGo:

sogod SOGoVacationEnabled NO

sogod SOGoSieveScriptsEnabled NO


The dev server did have sieve enabled about a month ago with valid sieve rules 
for myself.  Would this cause the issue I am seeing? If so, should SOGo ignore 
the sieve rules in the DB when SOGoSieveScriptsEnabled is se to to NO?

Yes, this can be the cause of the issue, and yes, we should check 
SOGoSieveScriptsEnabled. Would you please fill a bug report?

You can look at your Sieve filters (even if SOGoSieveScriptsEnabled is set to 
NO) using sogo-tool :

sogo-tool user-preferences get defaults yacketrj SOGoSieveFilters


Yah, been using sogo-tool along with a perl script I created to convert 
Avel Sieve rules into SOGo rules :) considering posting the script to 
the list, but fear the back lash of support that could in sue from doing so.


I'll file a bug for this issue as well.

Thanks

Outstanding support as usual :)


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


Re: [SOGo] Proxy Error and libobjc.so.2...

2012-05-24 Thread MJ Ray
Martin wrote:
 iam getting this error (logchecked)
 
 May 23 10:58:59 xbox kernel: sogod[746] general protection ip:7f60171f0785 
 sp:7fff226fe370 error:0 in libobjc.so.2.0.0[7f60171df000+18000]

Last time I saw something like that, it was dying hardware.
Can you deploy another server and take that one down for testing?

Hope that helps,
-- 
MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op.
http://koha-community.org supporter, web and library systems developer.
In My Opinion Only: see http://mjr.towers.org.uk/email.html
Available for hire (including development) at http://www.software.coop/
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: Browser cache and upgrades (Was: Re: [SOGo] ANN: SOGo v1.3.15)

2012-05-24 Thread Jean Raby

On 12-05-19 4:48 AM, Jean-Michel OLTRA wrote:


 Bonjour,


Le vendredi 18 mai 2012, Jean Raby a écrit...



After clearing the browser cache, all went well. I had a look to the
mtime timestamp of the files: it was the one of the upgrade.



I've been trying to reproduce this issue for a while, but it simply
doesn't happen on my setup...



At least, this sequence doesn't reproduce the problem:
   1. Install 1.3.14
   2. Login, check mail, logout
   3. Install 1.3.15.
   4. *Restart SOGo*
   5. Login, check mail, logout



However, if SOGo is _not_ restarted after the upgrade, the client
will see a mostly empty page.
This is due to the fact that we moved from scriptaculous.js to
jquery.js between 1.3.14 and 1.3.15.
The running SOGo would send references to the non existing
scriptaculous.js and the client would get a 404.



Clearing the cache and doing anything on the client side can't fix
this, sogo has to be restarted.



Could this be the source of the problems you were facing?


Yes clearing the client cache fix it. I am sure of it, because I asked
the user to clear the cache, live during a jabber session!, and the
mails appeared just after (the user was complaining all day long about
its lost mails).

And I am mostly sure that I have restarted SOGo after its upgrade. I
_always_ restart SOGo after an upgrade. I double check my bash_history,
and can see the `/etc/init.d/sogo restart` after the
`aptitude safe-upgrade`, so I am now 100% sure of having restarted the SOGo
service!



We could finally reproduce the issue and it should now be fixed in the 
nightly builds (sope).


The problem was that apache wasn't returning any 'Expires' header in
its responses for static content.
This lead to browser specific behavior, where chrome and firefox would
cache the content for a certain time. The time is derived from the 
last-modified header and could be pretty long if sogo had not been 
updated for a while.


When a resource is cached like this, the browser does not even send a
GET request for it, it simply pulls it out of its cache. (which is fast)
However, clients would end up showing stale content (js, css, images, 
etc...)


To work around this issue, the filename of a resource will now change 
each time the underlying file is modified.

Basically, the resources now have their mtime appended to their name,
for example : /SOGo.woa/WebServerResources/jquery.js?lm=1337817165

Now that we have this fix, we can tell the browser to cache the 
resources for a long time.

The default apache configuration has been updated to allow the caching:

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

# Explicitly allow caching of static content to avoid browser 
specific behavior.
# A resource's URL MUST change in order to have the client load the 
new version.

IfModule expires_module
  ExpiresActive On
  ExpiresDefault access plus 1 year
/IfModule
/Directory

Hopefully this will be the end of this annoying behavior.

--
Jean Raby
jr...@inverse.ca  ::  +1.514.447.4918 (x120) ::  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: Browser cache and upgrades (Was: Re: [SOGo] ANN: SOGo v1.3.15)

2012-05-24 Thread Jean Raby

On 12-05-19 5:27 AM, Romain LE DISEZ wrote:

Hi all,

Le Vendredi 18 Mai 2012 18:40 CEST, Jean Rabyjr...@inverse.ca  a écrit:

However, if SOGo is _not_ restarted after the upgrade, the client will
see a mostly empty page.


sogod should be automatically restarted after an upgrade. That's how packages 
work in RHEL (eg: httpd, postgresql) and Debian.

A small patch is attached for RHEL. It is not tested, but it should work.


Thanks for the patch.
The daemon should now be restarted after an upgrade on rpm and deb 
platforms.

--
Romain LE DISEZ



--
Jean Raby
jr...@inverse.ca  ::  +1.514.447.4918 (x120) ::  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] Proxy Error and libobjc.so.2...

2012-05-24 Thread Martin Seener

Hi,

thanks for the Tip but it cant be the cause because its running on a 
vServer in a vSphere Cloud ;)


This Error only appears when one colleague updates his iCal (snow 
leopard) with a subscription from another colleagueonly then.


Any other Ideas?

Thanks, Martin
On 5/24/12 6:20 PM, MJ Ray wrote:

Martin wrote:

iam getting this error (logchecked)

May 23 10:58:59 xbox kernel: sogod[746] general protection ip:7f60171f0785 
sp:7fff226fe370 error:0 in libobjc.so.2.0.0[7f60171df000+18000]

Last time I saw something like that, it was dying hardware.
Can you deploy another server and take that one down for testing?

Hope that helps,




smime.p7s
Description: S/MIME Cryptographic Signature


Re: Browser cache and upgrades (Was: Re: [SOGo] ANN: SOGo v1.3.15)

2012-05-24 Thread Peter Peltonen
Hi,

On Thu, May 24, 2012 at 9:34 PM, Jean Raby jr...@inverse.ca wrote:
 We could finally reproduce the issue and it should now be fixed in the
 nightly builds (sope).

Will there be 1.3.15b or should one install 1.3.15a + updated sope
packages from nightly? And which of the sope packages should be
updated:

sope49-appserver
sope49-sbjson
sope49-xml
sope49-cards
sope49-gdl1-contentstore
sope49-gdl1-postgresql
sope49-gdl1
sope49-ldap
sope49-gdl1-mysql
sope49-core
sope49-mime

And is the nightly version 20120524 or 20120525 where this is fixed?


 The default apache configuration has been updated to allow the caching:

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

    # Explicitly allow caching of static content to avoid browser specific
 behavior.
    # A resource's URL MUST change in order to have the client load the new
 version.
    IfModule expires_module
      ExpiresActive On
      ExpiresDefault access plus 1 year
    /IfModule
 /Directory

And when updating should one add these changes to the Apache configs manually?

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

Re: Browser cache and upgrades (Was: Re: [SOGo] ANN: SOGo v1.3.15)

2012-05-24 Thread Jean Raby

On 12-05-24 3:06 PM, Peter Peltonen wrote:

Hi,

On Thu, May 24, 2012 at 9:34 PM, Jean Rabyjr...@inverse.ca  wrote:

We could finally reproduce the issue and it should now be fixed in the
nightly builds (sope).


Will there be 1.3.15b or should one install 1.3.15a + updated sope
packages from nightly? And which of the sope packages should be
updated:

sope49-appserver
The fix is in sope49-appserver, nothing changed in sogo regarding this 
issue.


And is the nightly version 20120524 or 20120525 where this is fixed?


It will be in 20120525 (tomorrow).



The default apache configuration has been updated to allow the caching:

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

# Explicitly allow caching of static content to avoid browser specific
behavior.
# A resource's URL MUST change in order to have the client load the new
version.
IfModule expires_module
  ExpiresActive On
  ExpiresDefault access plus 1 year
/IfModule
/Directory


And when updating should one add these changes to the Apache configs manually?


Since this is a configuration file, yes, it should be changed manually.

Regards,
Peter



--
Jean Raby
jr...@inverse.ca  ::  +1.514.447.4918 (x120) ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

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


[SOGo] BTS activities for Thursday, May 24 2012

2012-05-24 Thread SOGo reporter
Title: BTS activities for Thursday, May 24 2012





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1649
	2012-05-24 09:40:07
	updated (open)
	Backend Calendar
	Calendar notification emails do not protect (quote) comma in contact name / From: line
	
	  
	
1809
	2012-05-24 12:23:36
	updated (open)
	Web Address Book
	Copying Group to Personal Address Book fails
	
	  
	
1818
	2012-05-24 08:40:37
	updated (open)
	Web Calendar
	turning calendars on and off is not done in calendars list
	
	  
	
1819
	2012-05-24 12:22:04
	new (open)
	Web Mail
	SOGo parses sieve rules in DB ignoring SOGoSieveScriptsEnabled