Re: [SOGo] nginx as a reverse proxy and SOGo

2010-09-14 Thread Timothée Foucart

Hi artie
Well, i've got such a problem. there's few examples about nginx conf + Sogo
I use this one for the moment  but the first rewrite rules could be 
incorrect

any suggestion ?


/
location ^~ /SOGo/ {
   rewrite ^(/SOGo)/$ $1;
   proxy_pass  http://127.0.0.1:2;
   proxy_set_headerX-Real-IP $remote_addr;
   proxy_set_headerX-Forwarded-For   
$proxy_add_x_forwarded_for;

   proxy_set_headerHost  $host;
   proxy_set_headerx-webobjects-remote-host  127.0.0.1;
   proxy_set_headerx-webobjects-server-protocol  HTTP/1.0;
   proxy_set_headerx-webobjects-server-name  
$server_name;
   proxy_set_headerx-webobjects-server-port  
$server_port;
   proxy_set_headerx-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_size50m;
   client_body_buffer_size 128k;
 break;
}
/
location /SOGo.woa/WebServerResources/ {
 alias  /usr/GNUstep/System/Library/SOGo/WebServerResources/;
}
location /SOGo/WebServerResources/ {
 alias  /usr/GNUstep/System/Library/SOGo/WebServerResources/;
}
location ^/SOGo/so/ControlPanel/Products/([^/]*)/Resources/(.*)$ {
 alias  /usr/GNUstep/System/Library/SOGo/$1.SOGo/Resources/$2;
}

ar...@itnexus.co.uk a écrit :

Hi All,

I have successfully installed SOGo and it works fine when accessed directly
from the machine where it is installed.  I have now set up another server which
which will run nginx as a reverse proxy for traffic coming from outside.  My
problem is that although nginx is working fine serving web pages from the
server where SOGo is installed, I cannot get it show any pages for SOGo... not
even the logon page.  Can any please guide me with the nginx config required to
get SOGo working through the reverse proxy?

TIA

Artie
  


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

[SOGo] Re: Multiple IMAP: howto?

2010-09-14 Thread ketzal devims
Hey,

Now, I'm able to see an IMAP account on the WEBUI, associated with the mail
address of the user, but it is not configurable (all the fields are grey).
How is it possible to add new IMAP accounts or to modify the existing one?

Thanks in advance
Regards
Ket

2010/9/10 ketzal devims ketzaldev...@gmail.com

 For information, here are the generated logs, I don't know if it can be
 useful:
 127.0.0.1 - - [10/Sep/2010:16:16:43 GMT] GET
 /SOGo/so/ketzaldev/preferences HTTP/1.1 200 14183/0 0.225 55783 74% 28K
 Sep 10 16:16:58 sogod: SOGo watchdog [20262]: 0x0x8c1ed98[WOTextField]
 -[WOInput takeValuesFromRequest:inContext:]: form value is not settable:
 0x0x8c1f670[WOValueAssociation]: value=
 Sep 10 16:16:58 sogod: SOGo watchdog [20262]: 0x0x8c1faa0[WOTextField]
 -[WOInput takeValuesFromRequest:inContext:]: form value is not settable:
 0x0x8c1fba8[WOValueAssociation]: value=
 2010-09-10 16:16:58.568 sogod[20262] WARNING[-[NGHashMap objectForKey:]]
 more than one element for key encryption objects: (ssl, none), return first
 object
 2010-09-10 16:16:58.568 sogod[20262] WARNING[-[NGHashMap objectForKey:]]
 more than one element for key encryption objects: (ssl, none), return first
 object
 2010-09-10 16:16:58.569 sogod[20262] WARNING[-[NGHashMap objectForKey:]]
 more than one element for key encryption objects: (ssl, none), return first
 object
 Sep 10 16:16:58 sogod: SOGo watchdog [20262]: 0x0x8c21e10[WOTextField]
 -[WOInput takeValuesFromRequest:inContext:]: form value is not settable:
 0x0x8c21f18[WOValueAssociation]: value=
 Sep 10 16:16:58 sogod: SOGo watchdog [20262]:
 0x0x8c22948[WOPasswordField] -[WOInput takeValuesFromRequest:inContext:]:
 form value is not settable: 0x0x8c231b0[WOValueAssociation]: value=
 2010-09-10 16:16:58.569 sogod[20262] WARNING[-[NGHashMap objectForKey:]]
 more than one element for key encryption objects: (ssl, none), return first
 object
 Sep 10 16:16:58 sogod: SOGo watchdog [20262]: 0x0x8c23390[WOHiddenField]
 -[WOInput takeValuesFromRequest:inContext:]: form value is not settable:
 0x0x8c23488[WOValueAssociation]: value=none
 Sep 10 16:16:58 sogod: SOGo watchdog [20262]: 0x0x8c23ad8[WOTextField]
 -[WOInput takeValuesFromRequest:inContext:]: form value is not settable:
 0x0x8c23c00[WOValueAssociation]: value=
 Sep 10 16:16:58 sogod: SOGo watchdog [20262]: 0x0x8c240f8[WOTextField]
 -[WOInput takeValuesFromRequest:inContext:]: form value is not settable:
 0x0x8c24220[WOValueAssociation]: value=
 127.0.0.1 - - [10/Sep/2010:16:16:58 GMT] POST
 /SOGo/so/ketzaldev/preferences HTTP/1.1 200 293/1840 0.178 - - 0


 Thanks

 2010/9/10 ketzal devims ketzaldev...@gmail.com

 Hi all,

 I just get the SOGo nightly build. I restarted the server, and I'm now
 able to see a new tab on the preferences: imap account

 I tried then to setup my gmail IMAP account like the following, and using
 this google link:*
 http://mail.google.com/support/bin/answer.py?answer=78799
 *
 server: imap.gmail.com
 port: 993
 Encryption: SSL
 user: ketzal...@gmail.com
 pass: 
 Name: My Name
 email: ketzal...@gmail.com

 Then, I click on save and close, and nothing happen: no error message,
 no new account appear on the interface...

 Did I do a wrong manipulation?
 Did somebody already do this?

 Thanks in advance
 ket



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

Re: [SOGo] Re: Multiple IMAP: howto?

2010-09-14 Thread Pierre Gambarotto

 On 14/09/2010 09:15, ketzal devims wrote:

Hey,

Now, I'm able to see an IMAP account on the WEBUI, associated with the 
mail address of the user, but it is not configurable (all the fields 
are grey).

How is it possible to add new IMAP accounts or to modify the existing one?

You must have the following line in your configuration :
SOGoMailAuxiliaryUserAccountsEnabled = YES;

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

Re: [SOGo] Calendar events disappearing

2010-09-14 Thread Pascal Bourdais
Le Tue, 14 Sep 2010 14:38:15 +0900,
Jeremy Kiffiak takod...@gmail.com a écrit :

Hi,

I experienced this problem with one of my users and found the reason
why :

The username is lowercase and the user log in with uppercase.

The authentification was correct, but the function is curious and
leads to lose of event.

I have to open a bug for this.

Pascal

 Hello everyone,
 
 Currently I have SOGo installed and running in a testing environment  
 for a client.  The main tester has been experiencing a troubling  
 situation where anI have some users who are complaining about  
 disappearing events in the SOGo calendars.  I have just finished  
 watching one of the users demo this problem for me and am at a  
 complete loss as to why this would be happening. I hope someone can  
 help me to solve this troubling issue.
 
 We are using SOGo 1.3.1 on a Ubuntu 10.04 virtual machine (using  
 KVM).  Additionally the SOGo VM is running Postgres 8.4 and Apache  
 2.2.14.  OpenLDAP is running on a separate eBox VM.
 
 The clients are Firefox 3.6.8 (running on both Mac OS X and Windows)  
 and Safari 5.0.1 on OS X.
 
 Everything appears to function correctly until an event is modified.   
 Typically the first edit (changing the name of the event, adding to  
 the description, etc) will have no adverse affect.  However,  
 subsequent modifications will often cause the event to disappear  
 completely from the calendar.  Logging out of the account and logging  
 back in does not fix the problem.
 
 I have created additional LDAP accounts to test this problem in SOGo  
 with mixed success.  Some accounts have no problem at all with the  
 disappearing calendar events and others also have experienced this  
 issue.
 
 I would like to figure out what is causing this problem though my next  
 idea is to simply drop the current Postres DB and start fresh.
 
 HELP!
 
 Please let me know what additional information would be useful.
 
 Thanks in advance,
 
 Jeremy


-- 
P.Bourdais
Infagri
Rue Albert Einstein
Parc Technopole de changé
Bp 26116
53061 Laval Cedex 9
Tél: 02.43.49.84.40
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Re: Multiple IMAP: howto?

2010-09-14 Thread ketzal devims
Thanks Pierre for your reply, I wans't able to find this parameter on the
latest version of the Install guide.

Regards
Louis

2010/9/14 Pierre Gambarotto pierre.gambaro...@enseeiht.fr

  On 14/09/2010 09:15, ketzal devims wrote:

 Hey,

 Now, I'm able to see an IMAP account on the WEBUI, associated with the
 mail address of the user, but it is not configurable (all the fields are
 grey).
 How is it possible to add new IMAP accounts or to modify the existing one?

 You must have the following line in your configuration :
 SOGoMailAuxiliaryUserAccountsEnabled = YES;

   Pierre

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

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

Re: [SOGo] Problem with recurring events [was Re: stack smashing detected]

2010-09-14 Thread Luca Olivetti

On Lunes 30 Agosto 2010 16.11 CEST, Luca Olivetti l...@wetron.es wrote:



 Been away from sogo for a while. Now I'm testing 1.3.1.


Still working on this on and off :-(

 I took a backup with sogo-tool and restored it in a test server with
 1.3.1 (using -F to use the same data).

 There's no problem with the stack now (but note that the test server is
 i586 while the production server is x86_64) but I still have problems
 with recurring events.

The funny (not really) thing is that the stack smashing is back :-(
I upgraded the test server with the same version of the distribution as the 
production server.
The test server previously was  mandriva 2009.1:

gcc-3.4.2
gnustep-base-1.18.0
gnustep-make-2.0.8

now it is mandriva 2010.0:

gcc-4.4.1
gnustep-base-1.18.0
gnustep-make-2.2.0

The RPMs I used are the same but rebuilt with the new set of tools.
I checked the RHEL5 RPMs and they have gnustep-base 1.16.3 and gnustep-make 
2.0.6.
Could it be that sope/sogo has some problems with a newer gcc/gnustep?

Btw, I'll try to debug it further, but it seems that the events causing the 
stack smashing are yearly events (birthdays actually), apparently imported from 
outlook (which automatically creates an event when you put a birthday in a 
contact). The rule actually causing the problem is this:

RRULE:FREQ=YEARLY;BYMONTH=11;COUNT=0

if I change that to

RRULE:FREQ=YEARLY

there's no stack smashing (though I still cannot see the event in the calendar).

This is one such  event:

BEGIN:VCALENDAR
VERSION:1.0
TZ:+0100
DAYLIGHT:TRUE;+0200;19570331T02;19571027T03;;
DAYLIGHT:TRUE;+0200;19580330T02;19581026T03;;
DAYLIGHT:TRUE;+0200;19590329T02;19591025T03;;
DAYLIGHT:TRUE;+0200;19600327T02;19601030T03;;
DAYLIGHT:TRUE;+0200;19610326T02;19611029T03;;
DAYLIGHT:TRUE;+0200;19620325T02;19621028T03;;
DAYLIGHT:TRUE;+0200;19630331T02;19631027T03;;
BEGIN:VEVENT
UID:1073742929
X-FUNAMBOL-ALLDAY:1
DTSTART:19571107
DTEND:19571108
X-MICROSOFT-CDO-BUSYSTATUS:0
CATEGORIES:
DESCRIPTION:
LOCATION:
STATUS:0
SUMMARY:xx
CLASS:PUBLIC
RRULE:FREQ=YEARLY;BYMONTH=11;COUNT=0
X-FUNAMBOL-AALARMOPTIONS:4
END:VEVENT
END:VCALENDAR



Bye
--
Luca Olivetti
Wetron Automatización S.A. http://www.wetron.es/
Tel. +34 93 5883004 (Ext.133)  Fax +34 93 5883007


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

Re: [SOGo] Calendar events disappearing

2010-09-14 Thread Sascha Kasch


  
  
Hi Jeremy,


this one might lead you in the right direction:


http://www.sogo.nu/bugs/view.php?id=692


regards,


Sascha


Am 14.09.2010 07:38, schrieb Jeremy Kiffiak:
Hello everyone,
  
  
  Currently I have SOGo installed and running in a testing
  environment for a client. The main tester has been experiencing a
  troubling situation where anI have some users who are complaining
  about disappearing events in the SOGo calendars. I have just
  finished watching one of the users demo this problem for me and am
  at a complete loss as to why this would be happening. I hope
  someone can help me to solve this troubling issue.
  
  
  We are using SOGo 1.3.1 on a Ubuntu 10.04 virtual machine (using
  KVM). Additionally the SOGo VM is running Postgres 8.4 and Apache
  2.2.14. OpenLDAP is running on a separate eBox VM.
  
  
  The clients are Firefox 3.6.8 (running on both Mac OS X and
  Windows) and Safari 5.0.1 on OS X.
  
  
  Everything appears to function correctly until an event is
  modified. Typically the first edit (changing the name of the
  event, adding to the description, etc) will have no adverse
  affect. However, subsequent modifications will often cause the
  event to disappear completely from the calendar. Logging out of
  the account and logging back in does not fix the problem.
  
  
  I have created additional LDAP accounts to test this problem in
  SOGo with mixed "success". Some accounts have no problem at all
  with the disappearing calendar events and others also have
  experienced this issue.
  
  
  I would like to figure out what is causing this problem though my
  next idea is to simply drop the current Postres DB and start
  fresh.
  
  
  HELP!
  
  
  Please let me know what additional information would be useful.
  
  
  Thanks in advance,
  
  
  Jeremy
  


-- 
  
  Sascha Kasch
  Albert Bauer Companies | Systemadministration
  
  Albert Bauer Companies GmbH  Co. KG
  Conventstrae 1 - 3
  22089 Hamburg
  Fon: +49 40 25109-0
  Fax: +49 40 25109-121
  
sascha.ka...@albertbauer.com

  
  albertbauer.com
  
  
  Albert Bauer Companies GmbH  Co. KG
  P.H.G. Reproduktionsgesellschaft Conventhaus mbH
  Sitz der Gesellschaft: Hamburg
  Handelsregister: Amtsgericht Hamburg HRB 11120
  Geschftsfhrer: Harald Dau, Carsten Dau, Rolf Gehrke, Marcus
  Mller
  
  

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

Re: [SOGo] Re: Multiple IMAP: howto?

2010-09-14 Thread ketzal devims
And, for information, is it going to store all the information locally on
the server when you setup a new IMAP account, or simply read the DATA on the
fly?

Thanks
Louis

2010/9/14 ketzal devims ketzaldev...@gmail.com

 Thanks Pierre for your reply, I wans't able to find this parameter on the
 latest version of the Install guide.

 Regards
 Louis

 2010/9/14 Pierre Gambarotto pierre.gambaro...@enseeiht.fr

  On 14/09/2010 09:15, ketzal devims wrote:

 Hey,

 Now, I'm able to see an IMAP account on the WEBUI, associated with the
 mail address of the user, but it is not configurable (all the fields are
 grey).
 How is it possible to add new IMAP accounts or to modify the existing
 one?

 You must have the following line in your configuration :
 SOGoMailAuxiliaryUserAccountsEnabled = YES;

   Pierre

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



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

Re: [SOGo] Question about Shared Addresses

2010-09-14 Thread Patrick Ben Koetter
* Stéphane PERON s.pe...@free.fr:
 Hi all,
 
 I use an ldap directory for the authentification of my users ...
 which works very well.
 
 I would like that all the contacts of my ldap directory be displayed
 when clicking in Shared Adresses ...
 
 I have put the following keys in my .GNUSTEPDefaults :
 keyid/key
 stringpublic/string
 
 keyisAddressBook/key
 stringYES/string
 
 However, when I click on the Shared Adresses  nothing is
 displayed on the right ...
 
 So, Is it possible to display all the users when clicking on Shared
 Adresses  ??

Type anything e.g. a dot . into the search field and entries will appear.
LDAP directories can become quite large and SOGo does not query it unless you
ask for something specific.

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

Re: [SOGo] Question about Shared Addresses

2010-09-14 Thread Stéphane PERON

Ok .. thanks a lot to you both ...

Yep I confirm, it could be a good idea for small  ldap directories, to 
display them  without any filter ...


Stéphane

André Schild a écrit :

 Am 14.09.2010 10:55, schrieb Patrick Ben Koetter:

* Stéphane PERONs.pe...@free.fr:

Hi all,

I use an ldap directory for the authentification of my users ...
which works very well.

I would like that all the contacts of my ldap directory be displayed
when clicking in Shared Adresses ...

I have put the following keys in my .GNUSTEPDefaults :
keyid/key
stringpublic/string

keyisAddressBook/key
stringYES/string

However, when I click on the Shared Adresses  nothing is
displayed on the right ...

So, Is it possible to display all the users when clicking on Shared
Adresses  ??
Type anything e.g. a dot . into the search field and entries will 
appear.
LDAP directories can become quite large and SOGo does not query it 
unless you

ask for something specific.

p...@rick


http://www.sogo.nu/bugs/view.php?id=438

André



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

[SOGo] Mail field to connect imap server

2010-09-14 Thread Stéphane PERON

Hi,

Is it possible to use the mail field ( rather than the login field ) to 
connect the imap server ??


Thanks

Stéphane




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

Re: [SOGo] Mail field to connect imap server

2010-09-14 Thread Mark Adams
SOGoForceIMAPLoginWithEmail = YES;

On Tue, Sep 14, 2010 at 12:45:16PM +0200, Stéphane PERON wrote:
 Hi,

 Is it possible to use the mail field ( rather than the login field ) to  
 connect the imap server ??

 Thanks

 Stéphane





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

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

[SOGo] CalDAVAccoutRefreshQueueableOperations

2010-09-14 Thread Anton Popov
Hi,

Quite often my users get in iCal the following:

HTTP/1.1 502 Proxy Error
CalDAVAccoutRefreshQueueableOperations


I tried to locate something odd in the logs but did not see anything
suspicious.

Does anyone have any ideas what could be wrong?

Thanks,

Anton

Using sogo 1.3.1 on a centos5
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Does SOPE 1.3.1 need the patches in the SOGo tarball applied?

2010-09-14 Thread Sam Mulvey
Hi,

The subject is pretty self-explanatory... I'm compiling SOPE and SOGo as the 
distro we use does not have packages available, and I've been out of the loop 
on SOGo development for the last few months due to pesky medical things.   I've 
noticed that SOPE has been moved from an subversion feed and into a tarball.

Trying to apply the patches for SOPE in the SOGo tarball throws a lot of 
errors, so it looks like I don't need to apply them anymore.   That said, I'm 
having trouble compiling SOPE and want to make sure that I've got that right.

Using a patch from the bug repository and one I have myself for compiling 
locally, I've managed to get it to compile properly, but I want to make sure 
I'm doing the right things.


So, my main question:   When compiling SOPE, do I need to apply the patches in 
the SOGo archive, or does the SOPE archive from Inverse come with those patches 
pre-applied?

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

Re: [SOGo] Modifying my own card

2010-09-14 Thread Mark Adams
Hi,

If Shared addresses is your ldap directory you can't, as SOGo doesn't allow 
you to edit ldap directories. You would need to edit it via some ldap editor or 
ldif files.

I suggest you create a seperate office account and share this to all your 
users. You could import your ldap contact info in to this, then you could set 
perms to allow anyone to edit whatever they want. Of course this would not edit 
your ldap directory so you would have to maintain that separately. You can 
disable the auth directory from showing as an address book with 
isaddressbook=no option (or something like that anyway..)

Regards,
Mark

On 14 Sep 2010, at 16:13, Stéphane PERON s.pe...@free.fr wrote:

 Hi,
 
 Is it possible to authorized users to modify their own card from  Shared 
 addresses  ?
 
 Thanks
 
 Stéphane PERON
 
 
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Extension updates for TB3

2010-09-14 Thread André Schild

 Am 13.09.2010 17:17, schrieb Clay Wright:

On 09/13/2010 10:02 AM, André Schild wrote:

Hey André. Thank you for confirming this. I've been looking for a 
Thunderbird preference that might be different in the new Integrator, 
but no luck so far.



Might be worth opening a bugzilla entry...

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

Re: [SOGo] Modifying my own card

2010-09-14 Thread Mark Adams
Checked --

isAddressBook = NO;

in your SOGoUserSources will disable it.

On Tue, Sep 14, 2010 at 04:27:03PM +0100, Mark Adams wrote:
 Hi,
 
 If Shared addresses is your ldap directory you can't, as SOGo doesn't allow 
 you to edit ldap directories. You would need to edit it via some ldap editor 
 or ldif files.
 
 I suggest you create a seperate office account and share this to all your 
 users. You could import your ldap contact info in to this, then you could set 
 perms to allow anyone to edit whatever they want. Of course this would not 
 edit your ldap directory so you would have to maintain that separately. You 
 can disable the auth directory from showing as an address book with 
 isaddressbook=no option (or something like that anyway..)
 
 Regards,
 Mark
 
 On 14 Sep 2010, at 16:13, Stéphane PERON s.pe...@free.fr wrote:
 
  Hi,
  
  Is it possible to authorized users to modify their own card from  Shared 
  addresses  ?
  
  Thanks
  
  Stéphane PERON
  
  
  -- 
  users@sogo.nu
  https://inverse.ca/sogo/lists

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

Re: [SOGo] Modifying my own card

2010-09-14 Thread Stéphane PERON

No ...

I have simply lost my  shared addresses folder !

Mark Adams a écrit :

Checked --

isAddressBook = NO;

in your SOGoUserSources will disable it.

On Tue, Sep 14, 2010 at 04:27:03PM +0100, Mark Adams wrote:
  

Hi,

If Shared addresses is your ldap directory you can't, as SOGo doesn't allow 
you to edit ldap directories. You would need to edit it via some ldap editor or ldif 
files.

I suggest you create a seperate office account and share this to all your 
users. You could import your ldap contact info in to this, then you could set perms to 
allow anyone to edit whatever they want. Of course this would not edit your ldap 
directory so you would have to maintain that separately. You can disable the auth 
directory from showing as an address book with isaddressbook=no option (or something like 
that anyway..)

Regards,
Mark

On 14 Sep 2010, at 16:13, Stéphane PERON s.pe...@free.fr wrote:



Hi,

Is it possible to authorized users to modify their own card from  Shared 
addresses  ?

Thanks

Stéphane PERON


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


  

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



  



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

[SOGo] BCC Visibility

2010-09-14 Thread Chris Hobbs
 We've recently realized that SOGo completely hides the BCC list from 
the Sender of a message. This seems different than how most (or at least 
many) e-mail clients handle this. For example, if I send a message in 
Thunderbird with BCCs, the BCC headers remain on my message and are 
visible in my Sent folder.


SOGo appears to do two different things oddly here:

1) It doesn't store the BCC headers on the Sent message like TB does
2) It doesn't display the BCC headers in the Sent folder header pane, 
even if the headers are there in the source.


Is this behavior by design, or just something that hasn't come up 
before? If it isn't by design, would it be appropriate to file an RFE 
for it?


Thanks,

--
Chris Hobbs
Director, Technology
New Haven Unified School District

--
This message was scanned by ESVA and is believed to be clean.

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

[SOGo] Problems with authenticating via mysql

2010-09-14 Thread Carsten Laun-De Lellis
Hi folks

Did anyone manage to authenticate via MySQL backend.

I followed the documentation but gut an error message:

defaults write SOGoUserSources '({type = sql;id = directory;viewURL =
mysql://mail:m...@localhost:3306/mail/sogo_view;canAuthenticate =
YES;isAddressBook = YES;userPasswordAlgorithm = none;})'
2010-09-14 23:18:18.450 defaults[22753] File NSDictionary.m: 628. In
-[NSDictionary initWithContentsOfFile:] Contents of file
'/home/sogo/GNUstep/Defaults/.GNUstepDefaults' does not contain a dictionary
defaults write: domain is not a dictionary!

I have no idea what is wrong with my syntax.

The view i am referring to sogo_view looks like:

select concat(`virtual_users`.`user`,'@',`virtual_domains`.`name`) AS
`c_uid`,concat(`virtual_users`.`user`,'@',`virtual_domains`.`name`) AS
`c_name`,`virtual_users`.`password` AS
`c_password`,concat(`virtual_users`.`sn`,'
',`virtual_users`.`givenName`) AS
`c_cn`,concat(`virtual_users`.`user`,'@',`virtual_domains`.`name`) AS
`mail`,`virtual_users`.`department` AS
`department`,`virtual_users`.`pphone` AS `telephoneNumber` from
(`virtual_users` left join `virtual_domains`
on((`virtual_users`.`domain_id` = `virtual_domains`.`id`)))

Any ideas ?

-- 
Mit freundlichem Gruß

Carsten Laun-De Lellis
Dipl.-Ing. Elektrotechnik
Certified Information Systems Auditor (CISA)

Hauptstrasse 13
D-67705 Trippstadt

Phone:   +49 (6306) 992140
Mobile:  +49 (151) 27530865
email:   carsten.delel...@delellis.net
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Slow Script errors in Firefox Safari

2010-09-14 Thread Chris Hobbs

 Hi All,

We regularly have users with relatively modern computers complain that 
their browser sessions freeze with warnings of slow or unresponsive 
scripts in SOGo. These users are running Firefox 2.x and 3.6.6-9 on both 
Mac and Windows, as well as Safari on Macs.


Of course, I can't seem to reproduce it myself, so it's hard to get a 
handle on what causes it. A few of the users have 2000-4000 messages in 
their INBOX, but others have 100-300, so it doesn't seem to be a volume 
issue.


Any ideas on how to start troubleshooting this?

Thanks,

--
Chris Hobbs
Director, Technology
New Haven Unified School District

--
This message was scanned by ESVA and is believed to be clean.

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

Re: [SOGo] Extension updates for TB3

2010-09-14 Thread Ludovic Marcotte

 On 14/09/10 6:20 PM, Clay Wright wrote:

Thanks André, just filed one on this.

http://www.sogo.nu/bugs/view.php?id=833

It's a bug which will be fixed ASAP.

Based on the roadmap, v1.3.2 is almost ready. We need to fix minor nits 
in the extensions for TB 3.1 and the release will be made.


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] Extension updates for TB3

2010-09-14 Thread Clay Wright

On 09/14/2010 05:22 PM, Ludovic Marcotte wrote:

On 14/09/10 6:20 PM, Clay Wright wrote:

Thanks André, just filed one on this.

http://www.sogo.nu/bugs/view.php?id=833

It's a bug which will be fixed ASAP.

Based on the roadmap, v1.3.2 is almost ready. We need to fix minor nits
in the extensions for TB 3.1 and the release will be made.


Just in time for Friday? ;-)

Many thanks!

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

Re: [SOGo] BCC Visibility

2010-09-14 Thread Mark Adams
I filed a bug report some time ago because BCC from the web interface were 
-visible- in emails. I guess this is the way its been worked around at the 
moment.

You should file another report for it.

Regards,
Mark 
 
 
On Tuesday, September 14, 2010 22:19 BST, Chris Hobbs cho...@nhusd.k12.ca.us 
wrote: 
 
   We've recently realized that SOGo completely hides the BCC list from 
 the Sender of a message. This seems different than how most (or at least 
 many) e-mail clients handle this. For example, if I send a message in 
 Thunderbird with BCCs, the BCC headers remain on my message and are 
 visible in my Sent folder.
 
 SOGo appears to do two different things oddly here:
 
 1) It doesn't store the BCC headers on the Sent message like TB does
 2) It doesn't display the BCC headers in the Sent folder header pane, 
 even if the headers are there in the source.
 
 Is this behavior by design, or just something that hasn't come up 
 before? If it isn't by design, would it be appropriate to file an RFE 
 for it?
 
 Thanks,
 
 -- 
 Chris Hobbs
 Director, Technology
 New Haven Unified School District
 
 --
 This message was scanned by ESVA and is believed to be clean.
 
 
 

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

Re: [SOGo] Slow Script errors in Firefox Safari

2010-09-14 Thread Mark Adams
Do you monitor the sys stats on your server(s) and do they show you any high 
usage?

Regards,
Mark 
 
 
On Tuesday, September 14, 2010 22:50 BST, Chris Hobbs cho...@nhusd.k12.ca.us 
wrote: 
 
   Hi All,
 
 We regularly have users with relatively modern computers complain that 
 their browser sessions freeze with warnings of slow or unresponsive 
 scripts in SOGo. These users are running Firefox 2.x and 3.6.6-9 on both 
 Mac and Windows, as well as Safari on Macs.
 
 Of course, I can't seem to reproduce it myself, so it's hard to get a 
 handle on what causes it. A few of the users have 2000-4000 messages in 
 their INBOX, but others have 100-300, so it doesn't seem to be a volume 
 issue.
 
 Any ideas on how to start troubleshooting this?
 
 Thanks,
 
 -- 
 Chris Hobbs
 Director, Technology
 New Haven Unified School District
 
 --
 This message was scanned by ESVA and is believed to be clean.
 
 
 

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

Re: [SOGo] Slow Script errors in Firefox Safari

2010-09-14 Thread Ludovic Marcotte

 On 14/09/10 5:50 PM, Chris Hobbs wrote:

Hi All,

We regularly have users with relatively modern computers complain that 
their browser sessions freeze with warnings of slow or unresponsive 
scripts in SOGo. These users are running Firefox 2.x and 3.6.6-9 on 
both Mac and Windows, as well as Safari on Macs.


Of course, I can't seem to reproduce it myself, so it's hard to get a 
handle on what causes it. A few of the users have 2000-4000 messages 
in their INBOX, but others have 100-300, so it doesn't seem to be a 
volume issue.


Any ideas on how to start troubleshooting this?


How about the number of mailboxes?

--
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] Extension updates for TB3

2010-09-14 Thread Ludovic Marcotte

 On 14/09/10 6:29 PM, Clay Wright wrote:

Just in time for Friday? ;-)

Friday? That's soo far away!

http://mtn.inverse.ca/revision/diff/80a76032db36d7801840ee9f07cbf70737e7d0eb/with/b34255ed99c5f9c931d72b109a52d4648882bdcf

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

[SOGo] BTS activities for Tuesday, September 14 2010

2010-09-14 Thread SOGo reporter
Title: BTS activities for Tuesday, September 14 2010





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Tuesday, September 14 2010

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
633
	2010-09-14 14:32:29
	new (open)
	Funambol SOGo Connector
	Alarms aren't synced correctly. Conversion necessary!
	
	  
	
818
	2010-09-14 14:34:56
	new (open)
	Funambol SOGo Connector
	changes of titel,location,etc. aren't seen in thunderbird
	
	  
	
832
	2010-09-14 13:12:06
	new (open)
	Funambol SOGo Connector
	Ignoring default access rights during sync
	
	  
	
782
	2010-09-14 14:41:35
	new (open)
	Backend Address Book
	No contacts on ldap addressbook with addon tb 3.1
	
	  
	
695
	2010-09-14 17:50:22
	new (open)
	Backend Calendar
	iCal 4.0.3 not work with SOGo 1.2.2 with multiple calendars
	
	  
	
749
	2010-09-14 19:56:43
	new (open)
	Backend Calendar
	User had subscribed to calendar of user that had been removed
	
	  
	
816
	2010-09-14 17:50:18
	new (open)
	Backend Calendar
	iCal 4.* not work with SOGo with multiple calendars
	
	  
	
829
	2010-09-14 14:39:24
	new (open)
	Backend Calendar
	Auto-complete attendees not search in LDAP address book
	
	  
	
582
	2010-09-14 19:51:52
	new (open)
	Backend General
	Debian squeeze SIGABRT.
	
	  
	
830
	2010-09-14 17:43:28
	new (open)
	iPhone OS
	CardDAV on iPhone 4.1 broken
	
	  
	
451
	2010-09-14 19:58:31
	new (open)
	Web Calendar
	Drag down for all day events area
	
	  
	
478
	2010-09-14 14:54:56
	new (open)
	Web Mail
	Mail folder cannot be shared
	
	  
	
729
	2010-09-14 19:54:28
	new (open)
	Web Mail
	Send plain text email aswell as HTML
	
	  
	
831
	2010-09-14 14:37:37
	new (open)
	Web Mail
	When adding a new IMAP acount on the WEBUI, the CPU overload
	
	  
	
834
	2010-09-14 21:27:17
	new (open)
	Web Mail
	extra IMAP account doesnt refresh
	
	  
	
835
	2010-09-14 20:53:26
	new (open)
	Web Mail
	"Save to folder" option for extra IMAP accounts (or even normal imap account?)
	
	  
	
836
	2010-09-14 21:24:28
	new (open)
	Web Mail
	Notification when sending email
	
	  
	
837
	2010-09-14 21:20:01
	new (open)
	Web Mail
	Reply All doesn't work on extra IMAP account
	
	  
	
821
	2010-09-14 14:56:51
	assigned (open)
	Backend General
	Allow to specify sieve port
	
	  
	
833
	2010-09-14 20:22:26
	resolved (fixed)
	SOGo Integrator
	Extension updates for TB3 don't download
	
	  
	
785
	2010-09-14 16:37:36
	resolved (fixed)
	Backend Calendar
	Modification rights on a shared calendar in iCal
	
	  
	
824
	2010-09-14 14:42:29
	resolved (duplicate)
	Backend Calendar
	deleting calendar does not delete its sync tag
	
	  
	
709
	2010-09-14 16:38:26
	resolved (fixed)
	Backend General
	iCal permissions not working
	
	  
	
792
	2010-09-14 17:02:31
	resolved (fixed)
	Web Calendar
	Wrong alert content when editing an alarm
	
	  
	
796
	2010-09-14 15:04:05
	resolved (not fixable)
	Web Mail
	Spell Check button.
	
	  
	
486
	2010-09-14 14:53:21
	closed (fixed)
	Web Calendar
	Wrong event when trying to set the previous date
	
	  
	
  
  


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