[SOGo] BTS activities for Sunday, October 28 2012

2012-10-28 Thread SOGo reporter
Title: BTS activities for Sunday, October 28 2012





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Sunday, October 28 2012

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1964
	2012-10-28 07:10:03
	updated (open)
	Backend Calendar
	Calendar notification emails does protect comma in contact name, but shows up a backslash
	
	  
	
2063
	2012-10-28 05:06:03
	updated (open)
	Web Calendar
	context popup menu for changing existing calendars seams to be broken in Firefox 16.0.1 Mac OS X
	
	  
	
2078
	2012-10-28 07:27:00
	updated (open)
	Web Mail
	First char hidden on subjects in german (?) mail invitations
	
	  
	
2075
	2012-10-28 05:03:35
	assigned (open)
	SOPE
	fix for bug reports 0001615 and 0001616 break building on OpenBSD
	
	  
	
  
  




Re: [SOGo] Sogo Connector, Thunderbird and ownCloud

2012-10-28 Thread Timothy Butler
Hello,
I just wanted to follow up on this and see if anyone might be willing to help. 
I'm still at a dead end and could really use any pointers that folks might have.

Thanks,
Tim

On Sep 29, 2012, at 11:53 AM, Timothy Butler  wrote:

> Hello, 
> I have been trying to use Sogo Connector to connect to an
> ownCloud 4.5 Beta installation and was referred here, since my problem
> seems to be with the Connector and not ownCloud. As far as I can tell,
> ownCloud is working fine -- I can sync easily enough in my OS X address
> book and calendar. But, when I've tried to sync on either Mac or Linux
> within Thunderbird 10 (or 15), while the connector appears to have
> installed OK, nothing happens after I enter my server password. I've
> checked the error console, but it doesn't have anything revealing to say
> in it.
> 
> I've searched the archives here and found similar reports but didn't
> find any answers. Does anyone have suggestions on how I might debug
> this?
> 
> I've also tried to connect to the server with Evolution, which doesn't
> work properly (it has to redownload the whole address book every time
> Evolution loads), but in that case, I suspect the problem has more to do
> with Evolution's lack of full CardDav support. Since SogoConnector does
> support CardDav and I know another CardDav client connects just fine (OS
> X Address Book), I'm not sure what to do.
> 
> Thanks!
> 
> Tim
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

[SOGo] SOGo + nginx error 403 Forbidden

2012-10-28 Thread gerard breiner
Hello,

I'm trying to replace apache2 by nginx. So far my platform debian squeeze + 
Apache2 + sogo 2.0.2 works very fine.
However I decided to replace apache2 by nginx 1.2.4-1.
It works too but it seems there is a redirection that doesn't work. My url  : 
https://sogo.mydomain  give a page error 403 forbidden. I have to complete the 
url with /SOGo  so that I get the login.
Here is the error.log of nginx :
directory index of "/usr/lib/GNUstep/SOGo/WebServerResources/" is forbidden, 
client: 90.2.225.249, server: sogo.mydomain, request: "GET / HTTP/1.1", host: 
"sogo.mydomain"

Here is my sogo.conf :

-
server {
  listen443;
  server_name   sogo.ias.u-psud.fr;
  root /usr/lib/GNUstep/SOGo/WebServerResources/;
  ssl  on;
  ssl_certificate  /etc/nginx/ssl.fac/wildcard.ias.u-psud.fr.crt;
  ssl_certificate_key  /etc/nginx/ssl.fac/wildcard.ias.u-psud.fr.key;

  location  ^~/SOGo {
proxy_pass http://127.0.0.1:2;
proxy_redirect http://127.0.0.1:2 default;
# forward user's IP address
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For  $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_set_header x-webobjects-server-protocol HTTP/1.0;
proxy_set_header x-webobjects-remote-host 127.0.0.1;
proxy_set_header x-webobjects-server-name $server_name;
#proxy_set_header x-webobjects-server-url https://sogo.ias.u-psud.fr;
proxy_set_header x-webobjects-server-url $scheme://$host;
proxy_connect_timeout 90;
proxy_send_timeout 90;
proxy_read_timeout 90;
proxy_buffer_size 4k;
proxy_buffers 4 32k;
proxy_busy_buffers_size 64k;
proxy_temp_file_write_size 64k;
client_max_body_size 50m;
client_body_buffer_size 128k;
break;
 }

  location /SOGo.woa/WebServerResources/ {
   alias /usr/lib/GNUstep/SOGo/WebServerResources/;
   allow all;
  }

  location /SOGo/WebServerResources/ {
   alias /usr/lib/GNUstep/SOGo/WebServerResources/;
   allow all;
  }

 location ^/SOGo/so/ControlPanel/Products/([^/]*)/Resources/(.*)$ {
   alias /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2;
  }

location
   ^/SOGo/so/ControlPanel/Products/[^/]*UI/Resources/.*\.(jpg|png|gif|css|js)$ {
   alias /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2;
  }
}

--

I would be very pleased to get  some advices.

Best regards.

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


[SOGo] How to import settings from GNUStep to sogo.conf

2012-10-28 Thread Martin

Hi everyone,

so far I have not discovered any hints on how to move the settings from 
.GNUstepDefaults to the new sogo.conf in /etc/sogo/sogo.conf


What I need to know:

- what happens to the old configuration settings in GNUstepDefaults? Are 
they simply omitted?
- what is the normal format of a key-value-pair? Is it - e.g. - 
SOGoMailingMechanism smtp or SOGoMailingMechanism=smtp?
- how do you have to handle array-values, like SOGoUserSources? Comma 
separed values surrounded by parenthesis?
- what are the correct user/group-permissions for both the folder and 
the contained file /etc/sogo/sogo.conf? The same as the former 
.GNUstepDefaults?


Thank you for your help in advance and keep up the good work!

Kind regards,
Martin



smime.p7s
Description: S/MIME Kryptografische Unterschrift


[SOGo] Problem with AJAX ?

2012-10-28 Thread James James
Hello,

I have a strange problem. On the SOGo login screen if I click on "About",
nothing appears ...
The sogo.log doesn't say anything ...

Can somebody give me some help  ?


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

Re: [SOGo] Backup Redundant System

2012-10-28 Thread David Cure
Hello,

Le Sat, Oct 27, 2012 at 07:07:56AM +0200, Davor Vusir ecrivait :
> 
> DRBD might be an alternative, http://www.drbd.org/, for the SOGo server, 
> database and mail store. And Postfix (check out the the install script from 
> iRedMail, http://www.iredmail.org/) as a backup MTA. I am exploring the 
> possibility to use virtualized SOGo server on KVM. The LV for the virtualized 
> server and the LV for SOGo database and mailstore will replicate to a backup 
> server. And the backup MTA, also virtualized, running on the backup server.

We use SOGO/pqsql/openldap/dovecot/sendmail in virtualized
environment with KVM hypervisor and LVM replicated by DRBD : it works
very well. If we have trouble on the primary server, we can switch
to the backup one.

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