[SOGo] Mime types in sogo

2011-02-17 Thread Brian Lockwood
A user received a file from someone which was a proprietary white board file
with a flp extension.
Sogo changed the extesnion to .zip.

In fact, it is a zip file which is a package for a flipchart file.

Can we set this mime type action?

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

Re: [SOGo] Bug When Composing New Mail with Address Book Sync in TB

2011-02-17 Thread J. Echter

Am 16.02.2011 21:53, schrieb Asai:

On 2/16/2011 9:34 AM, Bill Cameron wrote:

On Wed, Feb 16, 2011 at 8:58 AM, Alessio Fattorini
alessio.fattor...@nethesis.it  wrote:

Il 16/02/2011 16:54, J. Echter ha scritto:


If the email is not already stored in our address book, and we're
composing a new email to a new
recipient, every other key press fails to produce a letter. So if 
I type,

f...@bar.com I will
have to type f then o twice for the o to show up and then for 
every

subsequent letter it is
like that.

I confirm this.


This is usually caused by a slow connection to your directory server.
In your Thunderbird configuration (Tools - Options - Composition,
Addressing tab) you have specified a Directory Server. If this is an
OpenLDAP server make sure you have the correct indexes created (check
the slapd logs for warnings about missing attribute indexes) and have
a fast connection to the server.

We didn't notice this problem with TB 2 but it was more noticeable
with TB 3. We were able to minimize the complaints by fixing the
indexes and optimizing access to the directory.

Bill C.


Thanks, Bill.  This is a connection to a MySQL server, and the stored 
addresses in the SOGo schema there.  Not sure how we can work this.  
But we do have decent connection to the server which should be plenty 
fast enough.

Same here, LDAP but no errors so far, also we're on gigabit.

But as i said, this happens frequently not every time.
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] userPasswordAlgorithm problem

2011-02-17 Thread Szasz Tamas

Hi list!

I have a problem configuring the sogo to use md5 for user passwords.
Before I have made the change of userPasswordAlgorithm to md5 the user 
could log in to the system.
After the change from /none/ to /md5 /the user couldn't login with the 
value of md5 string.

This is a part from my config:

[...]
keydomain.com/key
dict
keySOGoMailDomain/key
stringdomain.com/string
keySOGoUserSources/key
array
dict
keycanAuthenticate/key
stringYES/string
keyid/key
stringdirectory/string
keyisAddressBook/key
stringYES/string
keytype/key
stringsql/string
keyuserPasswordAlgorithm/key
string*md5*/string
keyviewURL/key
stringpostgresql://sogo:sogo@localhost:5432/sogo/sogo_view/string
/dict
/array
/dict
[...]

Thanks for any help,

Szász Tamás
--
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Can't checkout SOGo via Monotone

2011-02-17 Thread telephonzange
I pulled SOGo as descriped with
mtn --db=~/db.mtn pull inverse.ca ca.inverse.sogo

however checkout failed:
mtn --db=./db.mtn checkout --branch ca.inverse.sogo SOGo
mtn: branch ca.inverse.sogo has multiple heads:
mtn:   1a11794c7fbd8ad9ba3eff5fdc2d1716a84efb62 ludo...@sophos.ca 15/02/11
20:00:40
mtn:   50142b417b19ad36d3c63bd36b61105185f0efc0 flachape...@inverse.ca 16/02/11
15:34:54
mtn: choose one with 'mtn checkout -rid'
mtn: misuse: branch ca.inverse.sogo has multiple heads

I tried choosing either head with -r but both will fail with numerous errors.
What did I miss?

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


Re: [SOGo] Duplicated Calendars

2011-02-17 Thread Michael Crilly
Now I am getting nothing at all. I don't have any buttons, nor do I get 
any calendars at all. Worst of all, according to my HTTP debugging 
proxy, no requests for SOGo calendars are going out what so ever - only 
requests for contacts:


http://cl.ly/1E271j1i1h032V1I0N00

Little help? Files attached.

On 16/02/2011 18:04, Ludovic Marcotte wrote:

On 11-02-16 12:58 PM, Michael Crilly wrote:

   RequestHeader set x-webobjects-server-name Comtek
   RequestHeader set 
x-webobjects-server-urlhttp://axe.chester.comtek.co.uk;
This is wrong, x-webobjects-server-name should be 
axe.chester.comtek.co.uk.


Your extensions.rdf file is also wrong:

isi:updateURL=http://axe.chester.comtek.co.uk:80/plugins/

strip the :80 part, it is useless and will confuse path comparisons.



--
Michael Crilly
Comtek IT Systems Administrator
E: michael.cri...@comtek.co.uk
M: 07771133663

Comtek Network Systems UK Ltd
http://www.comtek.co.uk/

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

extensions.rdf
Description: application/rdf
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

Alias /.woa/WebServerResources/ /usr/lib/GNUstep/SOGo/WebServerResources/

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
#ProxyPassReverse /SOGo http://127.0.0.1:2/SOGo

#ProxyPass /SOGo.woa http://127.0.0.1:2/SOGo.woa/
#ProxyPassReverse /SOGo.woa http://127.0.0.1:2/SOGo.woa/

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 axe.chester.comtek.co.uk
  RequestHeader set x-webobjects-server-url http://axe.chester.comtek.co.uk;

## 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 address will appear in SOGo's log files and in the X-Forward
# header of emails.
RewriteEngine On
RewriteRule ^/SOGo/(.*)$ /SOGo/$1 [env=REMOTE_HOST:%{REMOTE_ADDR},PT]


Re: [SOGo] Duplicated Calendars

2011-02-17 Thread Michael Crilly

Resolved. Thanks for the input.

On 17/02/2011 10:28, Michael Crilly wrote:
Now I am getting nothing at all. I don't have any buttons, nor do I 
get any calendars at all. Worst of all, according to my HTTP debugging 
proxy, no requests for SOGo calendars are going out what so ever - 
only requests for contacts:


http://cl.ly/1E271j1i1h032V1I0N00

Little help? Files attached.

On 16/02/2011 18:04, Ludovic Marcotte wrote:

On 11-02-16 12:58 PM, Michael Crilly wrote:

   RequestHeader set x-webobjects-server-name Comtek
   RequestHeader set 
x-webobjects-server-urlhttp://axe.chester.comtek.co.uk;
This is wrong, x-webobjects-server-name should be 
axe.chester.comtek.co.uk.


Your extensions.rdf file is also wrong:

isi:updateURL=http://axe.chester.comtek.co.uk:80/plugins/

strip the :80 part, it is useless and will confuse path comparisons.





--
Michael Crilly
Comtek IT Systems Administrator
E: michael.cri...@comtek.co.uk
M: 07771133663

Comtek Network Systems UK Ltd
http://www.comtek.co.uk/

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


Re: [SOGo] Duplicated Calendars

2011-02-17 Thread J. Echter

Am 17.02.2011 12:18, schrieb Michael Crilly:

Resolved. Thanks for the input.

On 17/02/2011 10:28, Michael Crilly wrote:
Now I am getting nothing at all. I don't have any buttons, nor do I 
get any calendars at all. Worst of all, according to my HTTP 
debugging proxy, no requests for SOGo calendars are going out what so 
ever - only requests for contacts:


http://cl.ly/1E271j1i1h032V1I0N00

Little help? Files attached.

On 16/02/2011 18:04, Ludovic Marcotte wrote:

On 11-02-16 12:58 PM, Michael Crilly wrote:

   RequestHeader set x-webobjects-server-name Comtek
   RequestHeader set 
x-webobjects-server-urlhttp://axe.chester.comtek.co.uk;
This is wrong, x-webobjects-server-name should be 
axe.chester.comtek.co.uk.


Your extensions.rdf file is also wrong:

isi:updateURL=http://axe.chester.comtek.co.uk:80/plugins/

strip the :80 part, it is useless and will confuse path comparisons.






what was the problem?

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


[SOGo] Duplicate Address Books - What now?

2011-02-17 Thread Michael Crilly
I resolved the duplicated calendar issue by making the changes to the 
Apache SOGo.conf file and Integrator files, as suggested by Ludovic


I now have another duplication error: address books.

http://cl.ly/3V311v3J3e1P3u3G2k2t

What the? I've set BOTH of our LDAP sources to not be address books, yet 
I get... address books? Configuration below:


http://cl.ly/1K2d2X0R0L1z0C3m3t0F

Obviously I do indeed want our LDAP server to be used as the address 
book as this makes perfect sense, but these duplicate address books are 
a bit annoying - which one do you search? :)


All help, as usual, is greatly appreciated.

On 17/02/2011 11:32, J. Echter wrote:

Am 17.02.2011 12:18, schrieb Michael Crilly:

Resolved. Thanks for the input.

On 17/02/2011 10:28, Michael Crilly wrote:
Now I am getting nothing at all. I don't have any buttons, nor do I 
get any calendars at all. Worst of all, according to my HTTP 
debugging proxy, no requests for SOGo calendars are going out what 
so ever - only requests for contacts:


http://cl.ly/1E271j1i1h032V1I0N00

Little help? Files attached.

On 16/02/2011 18:04, Ludovic Marcotte wrote:

On 11-02-16 12:58 PM, Michael Crilly wrote:

   RequestHeader set x-webobjects-server-name Comtek
   RequestHeader set 
x-webobjects-server-urlhttp://axe.chester.comtek.co.uk;
This is wrong, x-webobjects-server-name should be 
axe.chester.comtek.co.uk.


Your extensions.rdf file is also wrong:

isi:updateURL=http://axe.chester.comtek.co.uk:80/plugins/

strip the :80 part, it is useless and will confuse path comparisons.






what was the problem?

greetings


--
Michael Crilly
Comtek IT Systems Administrator
E: michael.cri...@comtek.co.uk
M: 07771133663

Comtek Network Systems UK Ltd
http://www.comtek.co.uk/

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


[SOGo] Sogod 99% CPU

2011-02-17 Thread Laurent Blain
Hi,

At least once a day, our Sogo process consumes 99% CPU. Sogo becomes unusable. 
Even if we restart sogo or reboot the server, the new sogod process is still 
high. 
And after minutes or hours, the CPU usage drops to normal.
No errors in sogo.log.

Here is the backtrace of sogod (when I can debug). The process running 99%CPU 
is the father not one of the children.

backtrace of sogod
--
#0  0x2af0ba6f9f15 in objc_msg_lookup () from /usr/lib64/libobjc.so.1
#1  0x2af0b88c537b in -[WOWatchDog _ensureNumberOfChildren] (
self=0x158c61d0, _cmd=0x2af0b8bf16e0) at WOWatchDogApplicationMain.m:527
#2  0x2af0b88c57f8 in -[WOWatchDog _ensureChildren] (self=0x158c61d0, 
_cmd=0x2af0b8bf1950) at WOWatchDogApplicationMain.m:581
#3  0x2af0b88c6ef0 in -[WOWatchDog run:argc:argv:] (self=0x158c61d0, 
_cmd=0x2af0b8bf1a30, newAppName=0x608480, newArgC=7, 
newArgV=0x7fffab0621b8) at WOWatchDogApplicationMain.m:866
#4  0x2af0b88c7773 in WOWatchDogApplicationMain (appName=0x608480, argc=7, 
argv=0x7fffab0621b8) at WOWatchDogApplicationMain.m:971
#5  0x004018b7 in main ()

strace 

wait4(-1, 0x7fff856141e8, WNOHANG, NULL) = 0
poll([{fd=4, events=POLLIN}, {fd=7, events=POLLIN}, {fd=9, events=POLLIN}, 
{fd=8, events=POLLIN}, {fd=3, events=POLLIN}], 5, 140) = 1 ([{fd=3, 
revents=POLLIN}])
wait4(-1, 0x7fff856141e8, WNOHANG, NULL) = 0
poll([{fd=4, events=POLLIN}, {fd=7, events=POLLIN}, {fd=9, events=POLLIN}, 
{fd=8, events=POLLIN}, {fd=3, events=POLLIN}], 5, 140) = 1 ([{fd=3, 
revents=POLLIN}])
wait4(-1, 0x7fff856141e8, WNOHANG, NULL) = 0
poll([{fd=4, events=POLLIN}, {fd=7, events=POLLIN}, {fd=9, events=POLLIN}, 
{fd=8, events=POLLIN}, {fd=3, events=POLLIN}], 5, 140) = 1 ([{fd=3, 
revents=POLLIN}])
wait4(-1, 0x7fff856141e8, WNOHANG, NULL) = 0



Laurent Blain



--
Laurent Blain   Tel. (+33) 5 61 33 78 09
LAAS-CNRS   Fax. (+33) 5 61 33 69 36
7, Av du Colonel Roche  E-mail:laurent.bl...@laas.fr
31077 Toulouse Cedex 4 - FRANCE
---


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

Re: [SOGo] Sogod 99% CPU

2011-02-17 Thread Wolfgang Sourdeau

Hi Laurent,


This happens because all your SOGo child processes are in use. They are 
likely even blocked in an I/O routine.

To investigate this, you should therefore branch gdb on one of them instead.

Cheers,


Wolfgang

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


[SOGo] Shared calendar

2011-02-17 Thread Marcelo
Hi all,

Need a read-only calendar for all users.
Is there any way I can automatically publish this calendar to all users
without having to add one by one?

I tried using a group where all users participate in it but the
permissions are not inherited by users.

Sorry for my english.

Thanks,
marcelo


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


Re: [SOGo] Unable to see any mail

2011-02-17 Thread Marcelo
Ludovic Marcotte wrote:
 On 11-02-16 7:19 AM, Marcelo wrote:
 Good morning!
 I have SOGo 1.3.5a installed with postfix + cyrus but no email is
 listed.
 The SOGo and mail server are on the same server.
 No apparent error appears in the log.
My problem is in setting up Cyrus.
Cyrus authenticates via passwd ... anyone have an idea?

Can I install Dovecot and Cyrus at the same time? Dovecot authenticate
via passwd?

[]'s
marcelo
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Shared calendar - corrected

2011-02-17 Thread Alessio Fattorini

Il 17/02/2011 17:51, Marcelo ha scritto:

Hi all,

Need a read-only calendar for all users.
Is there any way I can automatically publish this calendar to all users
without having to add one by one?


You need this:
http://www.sogo.nu/bugs/view.php?id=395
Bye


--
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] Android Syncing

2011-02-17 Thread Adi Linden
Hi,

Is there a document on how to setup Android to sync contacts and addresses? Are 
there any caveats, things that don't work as expected?

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

Re: [SOGo] Android Syncing

2011-02-17 Thread Alessio Fattorini

Il 17/02/2011 17:34, Adi Linden ha scritto:

Hi,

Is there a document on how to setup Android to sync contacts and addresses? Are 
there any caveats, things that don't work as expected?


I use this, it works:

https://android-client.forge.funambol.org/servlets/ProjectDocumentList?folderID=81expandFolder=81folderID=0

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


Re: [SOGo] Can't checkout SOGo via Monotone

2011-02-17 Thread Ludovic Marcotte

On 11-02-17 4:40 AM, telephonza...@hotmail.com wrote:

I tried choosing either head with -r but both will fail with numerous errors.
What did I miss?

This has been fixed - the heads were merged.

The upcoming nightly builds will also work, with that being fixed.

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] Dovecot quota indicator bar

2011-02-17 Thread Kevin C. Smith
On 02/12/2011 09:31 AM, Kevin C. Smith wrote:
 I've set up SOGo using Zentyal (Ubuntu, Postgresql, Dovecot, OpenLDAP,
 Apache 2). I have everything working well, except the web interface is
 missing the quota indicator bar. I'm not sure if I missed a setup step
 with SOGo, or I need to look at Dovecot. Zentyal does use virtual domains,
 however I'm only using one and SOGo is set up to use only one. Thunderbird
 reports the quota status fine.
 
 Any ideas on what I missed?
 
 

I thoughts?

Dovecot reports the quota informaton, yet SOGo's web interface quota
indicator is not there.

a OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT
IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE
QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH ACL RIGHTS=texk
QUOTA] Logged in
c getquotaroot inbox
* QUOTAROOT inbox User quota
* QUOTA User quota (STORAGE 513 512000)
c OK Getquotaroot completed.

-- 
I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth. -- Umberto Eco
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] BTS activities for Thursday, February 17 2011

2011-02-17 Thread SOGo reporter
Title: BTS activities for Thursday, February 17 2011





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1082
	2011-02-17 22:32:10
	new (open)
	Backend Address Book
	SQL Addressbooks needs useless fields when not authenticating
	
	  
	
1097
	2011-02-17 15:01:28
	new (open)
	Backend Mail
	Cannot define per-domain imap hosts
	
	  
	
1138
	2011-02-17 21:03:58
	new (open)
	Web Calendar
	a weekly recuring event will be on everyday, somtimes twice on the same day
	
	  
	
1093
	2011-02-17 21:06:32
	new (open)
	Web Preferences
	When no mail module, i can't admin categories
	
	  
	
1023
	2011-02-17 21:13:25
	assigned (open)
	SOPE
	a specific mail always aborts the sogo instance
	
	  
	
395
	2011-02-17 13:16:41
	assigned (open)
	Web General
	Groups support for "automatically subscribe user"
	
	  
	
416
	2011-02-17 15:21:25
	resolved (fixed)
	Backend General
	sogo-tool backup does not work in multi domain environment
	
	  
	
1117
	2011-02-17 15:22:00
	resolved (fixed)
	Backend General
	relation "sogo_alarms_folder" not created when SOGoEnableEMailAlarms set to NO
	
	  
	
1135
	2011-02-17 16:10:28
	resolved (fixed)
	SOPE
	Wrong service send by sogo with CAS auth_pam cas
	
	  
	
  
  




Re: [SOGo] BTS activities for Thursday, February 17 2011

2011-02-17 Thread Patrick Ben Koetter
* SOGo reporter users@sogo.nu:
   tr style=background-color: #fff;
 tda href=http://www.sogo.nu/bugs/view.php?id=416;416/a/td
   td class=nowrap2011-02-17 15:21:25/td
   td class=nowrap resolvedresolved (fixed)/td
   td class=nowrapBackend General/td
   tdsogo-tool backup does not work in multi domain environment/td
   /tr

:-* Thanks!

p@rick


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