[SOGo] BTS activities for Thursday, September 05 2013

2013-09-05 Thread SOGo reporter
Title: BTS activities for Thursday, September 05 2013





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Thursday, September 05 2013

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2396
	2013-09-05 11:04:58
	updated (open)
	OpenChange backend
	INTERNAL ERROR: Signal 11 in pid  (4.0.1)
	
	  
	
2405
	2013-09-05 11:36:01
	updated (open)
	OpenChange backend
	Samba4 PANIC error
	
	  
	
2406
	2013-09-05 15:27:59
	new (open)
	Web Mail
	Proxy Error when viewing mail with simple text file attachment
	
	  
	
2407
	2013-09-05 15:29:58
	new (open)
	Web Mail
	Proxy Error when viewing mail with simple text file attachment
	
	  
	
  
  




Re: [SOGo] ActiveSync question

2013-09-05 Thread Corrado Fiore
Hi Marcio,

> could not find the relevant options to set on it - imap server, caldav and 
> carddav server, path, etc

Each backend has its own config file, located at 

  /backend/$backendName/config.php

For instance, the IMAP config file is

  /backend/imap/config.php

Best,
Corrado


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

[SOGo] Can't login

2013-09-05 Thread J.
Hi, I just installed on Ubuntu with nginx and SOGo seems to be running (the web 
page comes up), but I can't log in. I couldn't figure out how to create an 
admin user under mysql and now with ldap, I'm getting an error every time I try 
to create the admin user:

[I change acme to my domain]

#ldapadd -f sogo.ldif -x -w qwerty -D cn=Manager,dc=acme,dc=com ldap_bind: 
Invalid credentials (49)-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] connection error

2013-09-05 Thread labolinux

Thanks for your reply.
It is solved .


Le 05/09/2013 18:18, Szládovics Péter a écrit :

2013-09-05 18:05 keltezéssel, labolinux írta:



  HI

we installed SOGo latest version on CentOS 6.3
and we got the error bellow when we want to access sogo.

"Service Temporarily Unavailable

The server is temporarily unable to service your request due to 
maintenance downtime or capacity problems. Please try again later.


Apache/2.2.15 (CentOS) Server at xx.xx.xx.xx Port 80   "

what this error is due to?? and how can we fix it? regards to all!!



Your sogo service isn't running, and apache reverse proxy doesn't find 
the target.


Configure the service correctly, start it, and try again.


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

Re: [SOGo] connection error

2013-09-05 Thread Szládovics Péter

2013-09-05 18:05 keltezéssel, labolinux írta:



  HI

we installed SOGo latest version on CentOS 6.3
and we got the error bellow when we want to access sogo.

"Service Temporarily Unavailable

The server is temporarily unable to service your request due to 
maintenance downtime or capacity problems. Please try again later.


Apache/2.2.15 (CentOS) Server at xx.xx.xx.xx Port 80   "

what this error is due to?? and how can we fix it? regards to all!!



Your sogo service isn't running, and apache reverse proxy doesn't find 
the target.


Configure the service correctly, start it, and try again.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] connection error

2013-09-05 Thread labolinux

Le 05/09/2013 18:05, labolinux a écrit :



  HI

we installed SOGo latest version on CentOS 6.3
and we got the error bellow when we want to access sogo.

"Service Temporarily Unavailable

The server is temporarily unable to service your request due to 
maintenance downtime or capacity problems. Please try again later.


Apache/2.2.15 (CentOS) Server at xx.xx.xx.xx Port 80   "

what this error is due to?? and how can we fix it? regards to all!!


hi again everyone
i run http://xx.xx.xx.xx:2/SOGo it is ok now. thanks
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Outlook 2003 configuration question ...

2013-09-05 Thread Szládovics Péter

2013-09-05 17:32 keltezéssel, stev...@cinergymetro.net írta:

Pg. 12 [14] of 'SOGo Native Microsoft Outlook Configuration 2.0.7'

Apache Configuration for Web Services

The OpenChange web services consist of two components:

1. OCS Manager which is used for autodiscovery and freebusy lookups on Outlook
2007
and 2010. This service runs in its own application server which listens on
127.0.0.1:5000 by default. Apache needs to be configured to forward certain
requests
to it to make it accessible from the outside.
Note that this service MUST be accessible over HTTPS, otherwise Outlook won't
use it.

2. RPC Proxy which is used for RPC over HTTP (“Outlook Anywhere”)
This service runs as a WSGI application under apache (mod_wsgi).
While HTTPS is not required to access this service, it is strongly recommended.

Is it absolutely necessary to use HTTPS and SSL for Outlook connectivity?

I am experiencing the usual error: "Cannot find the Exchange server ..."

My thinking is that I need to enable HTTPS for OCSManager, and that means going
back and enabling SSL in LDAP, IMAP, SOGo, Apache, etc. (which is doable)  I'm
on a private network.


If you use only over lan some of your services, then they should not be 
over SSL.
But, if you use some services from the internet side, then strongly 
recommended use them over SSL.
Most of services can communicate over SSL and plain simultaneously, so 
you don't need to set up everything over SSL.


If you use just the Outlook Anywhere and SOGo WebUI from internet side, 
the Apache SSL settings are enough - but, you need to deny the access to 
TCP/80 from the internet side on your firewall.


I think, if you setup everything to over SSL working posibilities, you 
cannot make mistake.


IMAP/POP3/SMTP/HTTP/LDAP/etc. can work in plain and over SSL mode 
simultaneously, and you need to enabled from the internet only the 
following ports: 443, 465, 636, 993, 995 - and sieve 4190/2000 (only in 
TLS mode).

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


[SOGo] connection error

2013-09-05 Thread labolinux


 HI

we installed SOGo latest version on CentOS 6.3
and we got the error bellow when we want to access sogo.

"Service Temporarily Unavailable

The server is temporarily unable to service your request due to 
maintenance downtime or capacity problems. Please try again later.


Apache/2.2.15 (CentOS) Server at xx.xx.xx.xx Port 80   "

what this error is due to?? and how can we fix it? regards to all!!

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

[SOGo] samba panic internal error

2013-09-05 Thread Fabio Onorini
Hi sogo users,
in an enviroment with samba4+openchange as DC with a microsoft windows 2008
server as other DC, outlook crash on calendar application.

Outlook profile creation work correctly and I can login.
I can use addressbook.

But when I click Calendar Button samba crash and outlook disconnect form
exchange.

This is error on samba log:


[2013/09/05 14:47:50,  0]
mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1278(dcesrv_exchange_nsp_dispatch)
  dcesrv_exchange_nsp_dispatch
[2013/09/05 14:47:50,  0]
mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1278(dcesrv_exchange_nsp_dispatch)
  dcesrv_exchange_nsp_dispatch
[2013/09/05 14:47:50,  0] ../lib/util/util.c:457(dump_data)
  [] 87 00 00 00 C4 59 01 57   C8 CE 47 41 99 12 B9 22   .Y.W
..GA..."
  [0010] 61 90 34 3E 01 00 00 00   00 00 00 00 02 50 00 00   a.4>
.P..
[2013/09/05 14:47:50,  0] ../lib/util/util.c:457(dump_data)
  [] 02 50 00 00   .P..
[2013/09/05 14:47:50,  0] ../lib/util/util.c:457(dump_data)
  [] 87 00 00 00 C4 59 01 57   C8 CE 47 41 99 12 B9 22   .Y.W
..GA..."
  [0010] 61 90 34 3E 01 00 00 00   00 00 00 00 03 50 00 00   a.4>
.P..
[2013/09/05 14:47:50,  0] ../lib/util/util.c:457(dump_data)
  [] 03 50 00 00   .P..
[2013/09/05 14:47:50,  0] ../lib/util/util.c:457(dump_data)
  [] 87 00 00 00 C4 59 01 57   C8 CE 47 41 99 12 B9 22   .Y.W
..GA..."
  [0010] 61 90 34 3E 01 00 00 00   00 00 00 00 04 50 00 00   a.4>
.P..
[2013/09/05 14:47:50,  0] ../lib/util/util.c:457(dump_data)
  [] 04 50 00 00   .P..
[2013/09/05 14:47:50,  0] ../lib/util/util.c:457(dump_data)
  [] 87 00 00 00 C4 59 01 57   C8 CE 47 41 99 12 B9 22   .Y.W
..GA..."
  [0010] 61 90 34 3E 01 00 00 00   00 00 00 00 05 50 00 00   a.4>
.P..
[2013/09/05 14:47:50,  0] ../lib/util/util.c:457(dump_data)
  [] 05 50 00 00   .P..
[2013/09/05 14:47:50,  0] ../lib/util/util.c:457(dump_data)
  [] 87 00 00 00 C4 59 01 57   C8 CE 47 41 99 12 B9 22   .Y.W
..GA..."
  [0010] 61 90 34 3E 01 00 00 00   00 00 00 00 01 50 00 00   a.4>
.P..
[2013/09/05 14:47:50,  0] ../lib/util/util.c:457(dump_data)
  [] 01 50 00 00   .P..
[2013/09/05 14:47:50,  0]
mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1278(dcesrv_exchange_nsp_dispatch)
  dcesrv_exchange_nsp_dispatch
[2013/09/05 14:47:50,  0] ../lib/util/fault.c:72(fault_report)
  ===
[2013/09/05 14:47:50,  0] ../lib/util/fault.c:73(fault_report)
  INTERNAL ERROR: Signal 11 in pid 2207 (4.0.1)
  Please read the Trouble-Shooting section of the Samba HOWTO
[2013/09/05 14:47:50,  0] ../lib/util/fault.c:75(fault_report)
  ===
[2013/09/05 14:47:50,  0] ../lib/util/fault.c:144(smb_panic_default)
  PANIC: internal error


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

[SOGo] Outlook 2003 configuration question ...

2013-09-05 Thread steve_a
Pg. 12 [14] of 'SOGo Native Microsoft Outlook Configuration 2.0.7'

Apache Configuration for Web Services

The OpenChange web services consist of two components:

1. OCS Manager which is used for autodiscovery and freebusy lookups on Outlook
2007
and 2010. This service runs in its own application server which listens on
127.0.0.1:5000 by default. Apache needs to be configured to forward certain
requests
to it to make it accessible from the outside.
Note that this service MUST be accessible over HTTPS, otherwise Outlook won't
use it.

2. RPC Proxy which is used for RPC over HTTP (“Outlook Anywhere”)
This service runs as a WSGI application under apache (mod_wsgi).
While HTTPS is not required to access this service, it is strongly recommended.

Is it absolutely necessary to use HTTPS and SSL for Outlook connectivity?

I am experiencing the usual error: "Cannot find the Exchange server ..."

My thinking is that I need to enable HTTPS for OCSManager, and that means going
back and enabling SSL in LDAP, IMAP, SOGo, Apache, etc. (which is doable)  I'm
on a private network.

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

Re: [SOGo] samba panic internal error

2013-09-05 Thread Jean Raby

On 13-09-05 10:53 AM, Fabio Onorini wrote:

[2013/09/05 14:47:50,  0]
mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1278(dcesrv_exchange_nsp_dispatch)
   dcesrv_exchange_nsp_dispatch
[2013/09/05 14:47:50,  0] ../lib/util/fault.c:72(fault_report)
   ===
[2013/09/05 14:47:50,  0] ../lib/util/fault.c:73(fault_report)
   INTERNAL ERROR: Signal 11 in pid 2207 (4.0.1)
   Please read the Trouble-Shooting section of the Samba HOWTO
[2013/09/05 14:47:50,  0] ../lib/util/fault.c:75(fault_report)
   ===
[2013/09/05 14:47:50,  0] ../lib/util/fault.c:144(smb_panic_default)
   PANIC: internal error


We'd need a backtrace to be able to diagnose this.
Can you try to setup the 'panic action' as described at the bottom of this page: 
http://www.sogo.nu/english/nc/support/faq/article/how-do-i-debug-sogo.html



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