Re: [SOGo] How to disable spellchecker

2011-02-16 Thread Kiss Attila

Thank You!
-A
On 14.02.2011 16:12, Francis Lachapelle wrote:

Hi Attila

On Feb 12, 2011, at 3:52 AM, kiss.att...@elastoffice.com wrote:


The spellchecker from webmail sometimes makes totally unusable the SOGo Mail 
part (HTML composition).

How could i disable this?

Remove the following line form UI/WebServerResources/ckeditor/config.js

config.scayt_autoStartup = true;



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


[SOGo] sogo-tool fix?

2011-02-16 Thread Patrick Ben Koetter
Good morning,

any idea when 416: sogo-tool backup does not work in multi domain
environment  http://www.sogo.nu/bugs/view.php?id=416 will be fixed?

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


[SOGo] SOGo update server

2011-02-16 Thread Imo Graf

Hello,

can someone give me more informations how to configure the SOGo update 
Server?  I don't know where I have to put the update.php on my server. I 
use CentOS 5.5 with the SOGo 1.3.5a


Best regards

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


Re: [SOGo] imap root

2011-02-16 Thread Покотиленко Константин
This is imap-server option rather than option of SOGo.

I'm not familiar with courier-imap, but in cyrus the option is:

# Alternate namespace
# If enabled, activate the alternate namespace as documented in
# /usr/share/doc/cyrus-doc-2.2/html/altnamespace.html, where an user's
# subfolders are in the same level as the INBOX
# See also userprefix and sharedprefix on imapd.conf(5)
altnamespace: no

В Вто, 15/02/2011 в 21:32 -0700, Kevin Brault пишет:
 I too would like to know!
 
 
 -Original Message- 
 From: claudio.mar...@abilene.it
 Sent: Tuesday, February 15, 2011 11:25 AM
 To: users@sogo.nu
 Subject: [SOGo] imap root
 
 Hi,
 
 i'm using sogo with courier-imap and i cannot find where ( if it's possible) 
 to
 set IMAP root (to INBOX).
 
 http://www.courier-mta.org/FAQ.html#namespace
 
 Without this setting i see all folder as subfolder of inbox. Same accout, 
 same
 folder on other client (thunderbird), where i can set imap root, i see all
 folder under root.
 
 es.
 
 with SOGO:
 
 
 |
 \-Incoming Mail
 |
 \-Outgoing Mail
 |
 \-Trash
 |
 \-My filtered mail
  |
 \-My sub filtered mail
 
 with thunderbird (INBOX as IMAP ROOT)
 
 
 |
 \-Incoming Mail
 |
 \-Ougoing Mail
 |
 \-Trash
 |
 \-My filtered mail
 |
 \-My sub filtered mail
 
 
 -- 
 Distinti Saluti
 Claudio Martin
 Abilene Net Solutions S.r.l.
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists 
 


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


Re: [SOGo] Multiple IMAP servers with authentication in Active Directory

2011-02-16 Thread Ladislav Pašek

Hello,

is there any progress on this bug? I'd like to have SOGo server for more mail 
domains and also put it outside of our imap servers.


Would it be in 1.3.6 as Ludovic declared? Because in nightly builds is problem 
still exist.


Best Regards

Ladislav

Dne 1.2.2011 13:03, Corrado Fiore napsal(a):

Il giorno 01/feb/2011, alle ore 12:29, Ladislav Pašek ha scritto:


we are using authentication in Active Directory(one domain) for our 4 different 
independent mail servers based on Postfix+Dovecot(IMAP). It is possible to 
configure SOGo to use different IMAP server according to filled email in mail 
field in AD?


As far as I know, you could set a different IMAP host per domain.  However, 
there's currently a bug in that function:  IMAP hosts set into a domain 
declaration will revert to localhost (see 
http://www.sogo.nu/bugs/view.php?id=1097).

Of course, if anyone managed to make per-domain IMAP hosts work with a MySQL 
backend, feel free to correct me.

Best,
Corrado Fiore

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

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


[SOGo] Unable to see any mail

2011-02-16 Thread Marcelo
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.

When using the auxiliary imap account
(SOGoMailAuxiliaryUserAccountsEnabled) nothing appears too.

Here's my config:

{
NSGlobalDomain = {
};
sogod = {
SOGoSupportedLanguages = (BrazilianPortuguese);
SOGoLanguage = BrazilianPortuguese;
SOGoTimeZone = America/Sao_Paulo;
SOGoLoginModule = Calendar;
OCSFolderInfoURL =
mysql://root:senha@localhost:3306/sogo/sogo_folder_info;
SOGoProfileURL =
mysql://root:senha@localhost:3306/sogo/sogo_user_profile;
OCSSessionsFolderURL =
mysql://root:senha@localhost:3306/sogo/sogo_sessions_folder;
OCSEMailAlarmsFolderURL =
mysql://root:senha@localhost:3306/sogo/sogo_alarms_folder;
SOGoMailAuxiliaryUserAccountsEnabled = YES;
NGImap4DisableIMAP4Pooling = YES;
SOGoACLsSendEMailNotifications = YES;
SOGoAppointmentSendEMailNotifications = YES;
SOGoFoldersSendEMailNotifications = YES;
SOGoForceIMAPLoginWithEmail = NO;
SOGoIMAPServer = localhost;
SOGoMailDomain = localhost;
SOGoMailKeepDraftsAfterSend = YES;
SOGoMailingMechanism = smtp;
SOGoSMTPServer = localhost;
SOGoUserSources = (
{
type = ldap;
CNFieldName = cn;
IDFieldName = sAMAccountName;
IMAPHostFileName = localhost;
UIDFieldName = sAMAccountName;
baseDN = DC=dominio,DC=local;
bindDN = CN=Administrator, CN=Users, DC=dominio,DC=local;
bindFields = (sAMAccountName);
bindPassword = senha;
canAuthenticate = YES;
displayName = Colaboradores;
hostname = 192.168.1.160;
id = public;
isAddressBook = YES;
port = 389;
},
{
type = imap;
hostname = imap://localhost;
canAuthenticate = YES;
}
);
SxVMemLimit = 512;
SoDebugObjectTraversal = YES;
SoSecurityManagerDebugEnabled = YES;
WODebugZipResponse = YES;
WODontZipResponse = YES;
SOGoImapDebugEnabled = YES;
GCSFolderDebugEnabled = YES;
LDAPDebugEnabled = YES;
OCSFolderManagerSQLDebugEnabled = YES;
PGDebugEnabled = YES;
SOGoDebugRequests = YES;
SOGoUIxDebugEnabled = YES;
};
}
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] imap root

2011-02-16 Thread Покотиленко Константин
As I told, I'm not familiar with courier. And I was not aware of such
options at client side.

В Срд, 16/02/2011 в 13:51 +0100, Martin Claudio пишет:
 Sorry but this is not a IMAP server option, or better, some server like 
 cyrus allow you to set this option server-side but normally you can set 
 it client-side.
 is not possible to set namespace option in courier-imap server, if you 
 read this FAQ:
 
 http://www.courier-mta.org/FAQ.html#namespace
 
 Anyway
 
 in every client/webclient i used before i can set root IMAP option:
 
 thunderbird
 outlook express
 outlook
 roundcube
 mail ( OSX )
 
 but not in SOGo, maybe is a good option to implement ?
 
 
 Distinti Saluti
 Claudio Martin
 Abilene Net Solutions S.r.l.
 
 
 Покотиленко Константин ha scritto:
  This is imap-server option rather than option of SOGo.
  
  I'm not familiar with courier-imap, but in cyrus the option is:
  
  # Alternate namespace
  # If enabled, activate the alternate namespace as documented in
  # /usr/share/doc/cyrus-doc-2.2/html/altnamespace.html, where an user's
  # subfolders are in the same level as the INBOX
  # See also userprefix and sharedprefix on imapd.conf(5)
  altnamespace: no
  
  В Вто, 15/02/2011 в 21:32 -0700, Kevin Brault пишет:
  I too would like to know!
 
 
  -Original Message- 
  From: claudio.mar...@abilene.it
  Sent: Tuesday, February 15, 2011 11:25 AM
  To: users@sogo.nu
  Subject: [SOGo] imap root
 
  Hi,
 
  i'm using sogo with courier-imap and i cannot find where ( if it's 
  possible) 
  to
  set IMAP root (to INBOX).
 
  http://www.courier-mta.org/FAQ.html#namespace
 
  Without this setting i see all folder as subfolder of inbox. Same accout, 
  same
  folder on other client (thunderbird), where i can set imap root, i see all
  folder under root.
 
  es.
 
  with SOGO:
 
 
  |
  \-Incoming Mail
  |
  \-Outgoing Mail
  |
  \-Trash
  |
  \-My filtered mail
   |
  \-My sub filtered mail
 
  with thunderbird (INBOX as IMAP ROOT)
 
 
  |
  \-Incoming Mail
  |
  \-Ougoing Mail
  |
  \-Trash
  |
  \-My filtered mail
  |
  \-My sub filtered mail
 
 
  -- 
  Distinti Saluti
  Claudio Martin
  Abilene Net Solutions S.r.l.
  -- 
  users@sogo.nu
  https://inverse.ca/sogo/lists 
 
  
  


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


Re: [SOGo] Multiple IMAP servers with authentication in Active Directory

2011-02-16 Thread Ludovic Marcotte

On 11-02-16 6:28 AM, Ladislav Pašek wrote:
is there any progress on this bug? I'd like to have SOGo server for 
more mail domains and also put it outside of our imap servers.


Would it be in 1.3.6 as Ludovic declared? 

Sure!
Because in nightly builds is problem still exist. 

Because the problem isn't fixed, nor marked as fixed in the BTS ;-)

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] Multiple IMAP servers with authentication in Active Directory

2011-02-16 Thread Ladislav Pašek

Great! Good to hear that positive news.

Best regards

Ladislav

Dne 16.2.2011 16:08, Ludovic Marcotte napsal(a):

On 11-02-16 6:28 AM, Ladislav Pašek wrote:

is there any progress on this bug? I'd like to have SOGo server for more mail
domains and also put it outside of our imap servers.

Would it be in 1.3.6 as Ludovic declared?

Sure!

Because in nightly builds is problem still exist.

Because the problem isn't fixed, nor marked as fixed in the BTS ;-)

Regards,


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


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

2011-02-16 Thread Asai

Greetings,

Myself and several other users of Thunderbird v 3.1 (Connector / 
Integrator 3.104  Lightning 1.b2.104i)  are reporting problems when 
entering in an email address when composing a new mail.


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.


Please advise. Thank you

--
--asai

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


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

2011-02-16 Thread J. Echter

Am 16.02.2011 16:38, schrieb Asai:

Greetings,

Myself and several other users of Thunderbird v 3.1 (Connector / 
Integrator 3.104  Lightning 1.b2.104i)  are reporting problems when 
entering in an email address when composing a new mail.


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.


Please advise. Thank you


Hi,

same here, but not always.

Greets

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


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

2011-02-16 Thread Alessio Fattorini

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.

--
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] Thunderbird 3.1 and calendar blink

2011-02-16 Thread Alessio Fattorini

Il 17/01/2011 09:19, Alessio Fattorini ha scritto:

Il 24/08/2010 16:10, Alessio Fattorini ha scritto:

On 24/08/2010 16:03, Ludovic Marcotte wrote:


Seems to be fixed
https://bugzilla.mozilla.org/show_bug.cgi?id=494788




Can anyone tell me something about this?
I can ignore blinking but when i see this reload and i'm working on events, thunderbird stops to 
work for a few seconds.. it's very very annoying. Is it only for me?

I can't understand if is fixed or not.

--
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] Thunderbird 3.1 and calendar blink

2011-02-16 Thread Clay Wright
On 02/16/2011 10:06 AM, Alessio Fattorini wrote:

 Seems to be fixed
 https://bugzilla.mozilla.org/show_bug.cgi?id=494788

 
 
 Can anyone tell me something about this?
 I can ignore blinking but when i see this reload and i'm working on
 events, thunderbird stops to work for a few seconds.. it's very very
 annoying. Is it only for me?
 I can't understand if is fixed or not.
 

I've got the same thing here.

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


Re: [SOGo] Thunderbird 3.1 and calendar blink

2011-02-16 Thread Alessio Fattorini

Il 16/02/2011 17:10, Clay Wright ha scritto:

On 02/16/2011 10:06 AM, Alessio Fattorini wrote:


Seems to be fixed
https://bugzilla.mozilla.org/show_bug.cgi?id=494788




Can anyone tell me something about this?
I can ignore blinking but when i see this reload and i'm working on
events, thunderbird stops to work for a few seconds.. it's very very
annoying. Is it only for me?
I can't understand if is fixed or not.


I write that i'm working on events but not only this, everything i'm doing on TB is stopped, 
Thubderbird is freeze for a few seconds. I can't modify this behaviour or increase the time between 
the freeze. It's the same for all my customers, I understand that is a lightning problem.. but is 
there a workaround?


--
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] Bug When Composing New Mail with Address Book Sync in TB

2011-02-16 Thread Bill Cameron
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.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Duplicated Calendars

2011-02-16 Thread Michael Crilly

Guys,

I'm getting royal cheesed off by this now as it makes NO sense. Allow me 
to explain the setup here:


* SOGo is on a dev' Debian box along with Apache. It authenticates to an 
LDAP server. All this work fine.
* We are using Thunderbird here as our mail clients and we (obviously) 
want to integrate SOGo into it.


We've found the following; if we install the Inverse version of 
Lightning, the Integrator and the Connect, we get the lovely SOGo 
buttons in Lightning. If we miss out just one of these components, we 
don't get the buttons. We also don't get these stupid duplicated calendars:


http://cl.ly/2E2W2U372c0M3y3q3y20

The moment I reinstall the missing link, I get the buttons back but I 
also gain the duplicated calendars - help!


All help greatly appreciated.

Kind regards,

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

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

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


Re: [SOGo] Duplicated Calendars

2011-02-16 Thread Ludovic Marcotte

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

Guys,

I'm getting royal cheesed off by this now as it makes NO sense. Allow 
me to explain the setup here:


* SOGo is on a dev' Debian box along with Apache. It authenticates to 
an LDAP server. All this work fine.
* We are using Thunderbird here as our mail clients and we (obviously) 
want to integrate SOGo into it.


We've found the following; if we install the Inverse version of 
Lightning, the Integrator and the Connect, we get the lovely SOGo 
buttons in Lightning. If we miss out just one of these components, we 
don't get the buttons. We also don't get these stupid duplicated 
calendars:


http://cl.ly/2E2W2U372c0M3y3q3y20

The moment I reinstall the missing link, I get the buttons back but I 
also gain the duplicated calendars - help!

Show :

- your Apache SOGo configuration
- your updates.php
- your SOGo Integrator's extensions.rdf file

--
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] Duplicated Calendars

2011-02-16 Thread Ludovic Marcotte

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.

--
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] VMWARE Virtual Machine

2011-02-16 Thread Ted
Hello, I am trying to evaluate the software via the VMWARE image. We are
running an ESX server, and was able to boot the ZEG 1.3.5 VM. However, I cannot
seem to get a valid IP address on our subnet of 192.168.71.x, it always comes
up as 192.168.1.220. I've tried all the valid Ethernet adapters available:
flexible, E1000, and VXMNET 3. I am sure that DHCP works on the virtual network
since other machines on the same net are able to acquire IP addresses. 

Any suggestions?

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


Re: [SOGo] sogo-tool fix?

2011-02-16 Thread Ludovic Marcotte

On 11-02-16 3:59 AM, Patrick Ben Koetter wrote:

Good morning,

any idea when 416: sogo-tool backup does not work in multi domain
environment http://www.sogo.nu/bugs/view.php?id=416  will be fixed?

I flagged it for v1.3.6.

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] sogo-tool fix?

2011-02-16 Thread Patrick Ben Koetter
* Ludovic Marcotte users@sogo.nu:
 any idea when 416: sogo-tool backup does not work in multi domain
 environment http://www.sogo.nu/bugs/view.php?id=416  will be fixed?
 I flagged it for v1.3.6.

Thank you Ludovic!

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] VMWARE Virtual Machine

2011-02-16 Thread J. Echter
Am 16.02.2011 20:31, schrieb Ted:
 Hello, I am trying to evaluate the software via the VMWARE image. We are
 running an ESX server, and was able to boot the ZEG 1.3.5 VM. However, I 
 cannot
 seem to get a valid IP address on our subnet of 192.168.71.x, it always comes
 up as 192.168.1.220. I've tried all the valid Ethernet adapters available:
 flexible, E1000, and VXMNET 3. I am sure that DHCP works on the virtual 
 network
 since other machines on the same net are able to acquire IP addresses. 

 Any suggestions?

 Thanks
 -Ted
maybe this one helps.

http://www.mail-archive.com/users@sogo.nu/msg03838.html

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


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

2011-02-16 Thread 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.

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


[SOGo] BTS activities for Wednesday, February 16 2011

2011-02-16 Thread SOGo reporter
Title: BTS activities for Wednesday, February 16 2011





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1140
	2011-02-16 04:56:41
	new (open)
	Funambol SOGo Connector
	Syncronization fails because of an exception caused by \r\r
	
	  
	
1141
	2011-02-16 10:43:51
	new (open)
	Backend Mail
	Cannot se IMAP root
	
	  
	
1135
	2011-02-16 05:23:02
	new (open)
	SOPE
	Wrong service send by sogo with CAS auth_pam cas
	
	  
	
416
	2011-02-16 14:31:56
	assigned (open)
	Backend General
	sogo-tool backup does not work in multi domain environment
	
	  
	
1059
	2011-02-16 14:27:41
	assigned (open)
	Backend General
	Can't use certain non alphanumeric characters in PostgreSQL password
	
	  
	
1132
	2011-02-16 09:38:21
	resolved (fixed)
	Web Preferences
	Filters are not active with IE 8