[SOGo] XML configuration file

2011-03-02 Thread xbgmsharp

Hello,

By reading the mailing list, i saw some people having the file  
.GNUstepDefaults in XML format.


As an example when i do a defaults write sogod SOGoLanguage English  
on a fresh configuration file, it still use the old format of the  
configuration file.


The documentation does not reflect the use of an XML configuration file.

Should we still use the GNUstep format or an XML file?

I am using sogo-1.3.5a on Debian-5.0.8 lenny.

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


Re: [SOGo] XML configuration file

2011-03-02 Thread Martin Rabl

It depends on the installed version of GNUStep.

Am 02.03.2011 10:14, schrieb xbgmsharp:

Hello,

By reading the mailing list, i saw some people having the file
.GNUstepDefaults in XML format.

As an example when i do a defaults write sogod SOGoLanguage English on
a fresh configuration file, it still use the old format of the
configuration file.

The documentation does not reflect the use of an XML configuration file.

Should we still use the GNUstep format or an XML file?

I am using sogo-1.3.5a on Debian-5.0.8 lenny.

Regards,
Francois



--
Viele Grüße,

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


Re: [SOGo] XML configuration file

2011-03-02 Thread xbgmsharp

Thanks
Starting which version?
Would i need to convert the configuration file when upgrade to Debian  
6.0 Squeeze?


Squeeze Version 1.20.1
http://packages.debian.org/lenny/gnustep-base-common
Lenny Version 1.16.1
http://packages.debian.org/squeeze/gnustep-base-common


Martin Rabl martin.r...@rablnet.de a écrit :


It depends on the installed version of GNUStep.

Am 02.03.2011 10:14, schrieb xbgmsharp:

Hello,

By reading the mailing list, i saw some people having the file
.GNUstepDefaults in XML format.

As an example when i do a defaults write sogod SOGoLanguage English on
a fresh configuration file, it still use the old format of the
configuration file.

The documentation does not reflect the use of an XML configuration file.

Should we still use the GNUstep format or an XML file?

I am using sogo-1.3.5a on Debian-5.0.8 lenny.

Regards,
Francois



--
Viele Grüße,

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


--
Thanks for using xbgm# / Devmon / BBwin.
http://xbgm.sourceforge.net/
http://devmon.sourceforge.net/
http://bbwin.sourceforge.net/
Please feedback.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] XML configuration file

2011-03-02 Thread Martin Rabl

Am 02.03.2011 11:05, schrieb xbgmsharp:

Thanks
Starting which version?
Would i need to convert the configuration file when upgrade to Debian
6.0 Squeeze?

Hm - don't know.
Please search in the archive of this mailinglist. This item was 
discussed several times.


--
Greetings,

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


Re: [SOGo] SOGo logs user out after 10 minutes

2011-03-02 Thread Kaz Walker

Thank you very much, that worked like a charm.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] LDAP/SOGoPasswordChangeEnabled

2011-03-02 Thread Philipp Strobl

Hi Steve,

thank you very much for your reply.

I agree, but the system will be online/activ in 2 weeks, so better not 
using nightlys ...


Sadly the repo-version of  phpldapadmin (1.0.1) is not secure anymore 
(!1.2) and gossa is a little bit to big for my case.
So i have to wait for the new RC from the sogo-repo and hoping it comes 
with the next release.



Best Regards
Philipp


Am 01.03.2011 20:53, schrieb Stephen Ingram:

Philipp-

Philipp v. Strobl-Albeg wrote:

For now i found an old thread talking about some related issue 
(http://www.mail-archive.com/users@sogo.nu/msg00215.html).


Could please anybody tell me, if i have also a sope-ldap Problem with 
older ldap (2.3) and password change function ?


sope49-ldap-4.9-20110127_1664.el5.1 and 
openldap-servers-2.3.43-12.el5_5.3


I believe you have use a more recent version of openldap that supports 
the ppolicy schema (I think 2.4 minimum). LDAP has to contain the 
appropriate attributes and you have to insert the necessary info in 
the SOGo config, per the manual. You also have to use a different 
sope-ldap package in the inverse repository that supports this 
functionality.


Steve



--
Philipp v. Strobl-Albeg
- PILAKRTO NETWORKS -

Mobil +49 151 270 39710

http://www.pilarkto.net

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


Re: [SOGo] Thunderbird Calendars Not Loading

2011-03-02 Thread Asai

Thanks, Ludovic.  Here are Updates.php, Extensions.rdf, and Sogo Config:

Updates.php
$plugins
= array( sogo-connec...@inverse.ca
 = array( application = thunderbird,
   version = 3.104,
   filename = sogo-connector-3.104.xpi ),
 sogo-integra...@inverse.ca
 = array( application = thunderbird,
   version = 3.104,
   filename = sogo-integrator-3.104-gcmm.xpi ),
 {3550f703-e582-4d05-9a08-453d09bdfdc6}
 = array( application = thunderbird,
   version = 1.0b2.104i,
   filename = lightning-1.0b2.104i_win32.xpi ));

$applications
= array( thunderbird = 
em:id{3550f703-e582-4d05-9a08-453d09bdfdc6}/em:id

em:minVersion1.5/em:minVersion
em:maxVersion2.0.*/em:maxVersion,
 firefox = em:id{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/em:id
em:minVersion1.5/em:minVersion
em:maxVersion2.0.*/em:maxVersion );

$pluginname = $HTTP_GET_VARS[plugin];
$plugin = $plugins[$pluginname];
$application = $applications[$plugin[application]];

if ( $plugin ) {
  $platform = $HTTP_GET_VARS[platform];
  if ( $platform
 file_exists( $platform . / . $plugin[filename] ) ) {
$plugin[filename] = $platform . / . $plugin[filename];
  }
  elseif ( !file_exists( $plugin[filename] ) ) {
$plugin = false;
  }
}

if ( $plugin ) {
  header(Content-type: text/xml; charset=utf-8);
  echo ('?xml version=1.0?' . \n);
?
!DOCTYPE RDF
RDF xmlns=http://www.w3.org/1999/02/22-rdf-syntax-ns#;
  xmlns:em=http://www.mozilla.org/2004/em-rdf#;
Description about=urn:mozilla:extension:?= $pluginname ?
em:updates
Seq
li
Description
em:version?= $plugin[version] ?/em:version
em:targetApplication
Description?= $applications[$plugin[application]] ?
em:updateLinkhttp://globalchangemultimedia.net/sogoscripts?= 
$plugin[filename] ?/em:updateLink

/Description
/em:targetApplication
/Description
/li
/Seq
/em:updates
/Description
/RDF
?php
} else {
  header(Content-type: text/plain; charset=utf-8, true, 404);
  echo( 'Plugin not found' );
}

Extensions.rdf
?xml version=1.0?
!DOCTYPE RDF
RDF xmlns=http://www.w3.org/1999/02/22-rdf-syntax-ns#;
  xmlns:isi=http://inverse.ca/sogo-integrator/;
  xmlns:em=http://www.mozilla.org/2004/em-rdf#;
  xmlns:NC=http://home.netscape.com/NC-rdf#;
Seq about=http://inverse.ca/sogo-integrator/extensions;

isi:updateURL=http://globalchangemultimedia.net/sogoscripts/updates_TB3.php?plugin=%ITEM_ID%amp;version=%ITEM_VERSION%amp;platform=%PLATFORM%;

li
Description
em:id=sogo-integra...@inverse.ca
em:name=SOGo Integrator/
/li
li
Description
em:id=sogo-connec...@inverse.ca
em:name=SOGo Connector/
/li
/Seq
/RDF

.GNUStepDefaults
{
NSGlobalDomain = {
};
gdnc = {
};
sogod = {
OCSFolderInfoURL = 
mysql://sogodb:u...@db.ip.address/sogo/sogo_folder_info;

SOGoAppointmentSendEMailNotifications = YES;
SOGoAuthenticationMethod = LDAP;
SOGoCalendarDefaultRoles = (
PublicViewer,
ConfidentialDAndTViewer
);
SOGoDraftsFolderName = Drafts;
SOGoForceIMAPLoginWithEmail = YES;
SOGoIMAPServer = triata.globalchangemultimedia.net;
SOGoLanguage = English;
SOGoMailDomain = triata.globalchangemultimedia.net;
SOGoMailingMechanism = smtp;
SOGoOtherUsersFolderName = Other Users;
SOGoProfileURL = 
mysql://sogodb:u...@db.ip.address/sogo/sogo_user_profile;

SOGoSMTPServer = triata.globalchangemultimedia.net;
SOGoSentFolderName = Sent;
SOGoSharedFolderName = Shared Folders;
SOGoSpecialFoldersInRoot = YES;
SOGoSuperUsernames = (
a...@globalchangemusic.org
);
SOGoTimeZone = America/Phoenix;
SOGoTrashFolderName = Trash;
SOGoUserSources = (
{
type = sql;
id = directory;
viewURL = 
mysql://maildb:passw...@db.ip.address/sogo_auth;

canAuthenticate = YES;
isAddressBook = NO;
userPasswordAlgorithm = md5;

}
);
SxVMemLimit = 1024;
WOHttpAllowHost = (
localhost,
localhost.localdomain,
127.0.0.1,
140.99.55.54
);
WOMessageUseUTF8 = YES;
WOParsersUseUTF8 = YES;
WOPort = 2;
WOUseRelativeURLs = NO;
 };
}





On 11-03-01 6:45 PM, Asai wrote:
Can anyone help me out here?  I'm kind of going nuts and frustrated 
with SOGo right now.  I think it's a great product, but I can't seem 
to make it work on TB.
Show your SOGo Integrator (extensions.rdf), your updates.php (if 
you're using it) and your sogod configuration.






--
--asai

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

Re: [SOGo] Thunderbird Calendars Not Loading

2011-03-02 Thread Ludovic Marcotte

On 11-03-02 10:23 AM, Asai wrote:

Thanks, Ludovic.  Here are Updates.php, Extensions.rdf, and Sogo Config:

Forgot to ask also for your SOGo's Apache configuration.

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] Thunderbird Calendars Not Loading

2011-03-02 Thread Asai

Apache Config:
Alias /SOGo.woa/WebServerResources/ \
  /usr/GNUstep/System/Library/SOGo/WebServerResources/
Alias /SOGo/WebServerResources/ \
  /usr/GNUstep/System/Library/SOGo/WebServerResources/
AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) \
   /usr/GNUstep/System/Library/SOGo/$1.SOGo/Resources/$2

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

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 globalchangemultimedia.net
  RequestHeader set x-webobjects-server-url 
http://globalchangemultimedia.net;


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



On 3/2/2011 8:26 AM, Ludovic Marcotte wrote:

On 11-03-02 10:23 AM, Asai wrote:

Thanks, Ludovic.  Here are Updates.php, Extensions.rdf, and Sogo Config:

Forgot to ask also for your SOGo's Apache configuration.

Regards,



--
--asai

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

[SOGo] public address book must be named public to work with thunderbird

2011-03-02 Thread Luca Olivetti
This has been bugging me for a while, but it seems that the public 
address book has to be named public:
I gave it a display name of Direcciones Wetron, and while on the web 
interface it worked ok, with thunderbird it creates *two* address books, 
one named Direcciones Wetron that works, and one named public that 
doesn't (never finds any address).
The problem is that the autocomplete defaults to the non working address 
book, and there's no way to change it (i.e. I can change it for the 
current session but it reverts to public the next time thunderbird 
starts).

It happened with thunderbird 2 and now with thunderbird 3.
I bit the bullet and gave my address book a display name of public, but 
I'm not that happy with the workaround.



Bye
--
Luca Olivetti
Wetron Automation Technology http://www.wetron.es
Tel. +34 935883004 (Ext.133)  Fax +34 935883007
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] sogo-tool check-doubles doesn't works

2011-03-02 Thread xbgmsharp

Hello,

I have a lot of duplicated contacts in Sogo due to a bug in an old  
version of Sogo TB extensions. I have update them.

Now i would like to clean up the duplicate contact.

Looks like sogo-tool have an option to do it but i am unable to use it.
It is not on multi domain system.

As sogo user:
sogo@sogo:~$ /usr/sbin/sogo-tool check-doubles
The warning limit for folder records is set at 1000

sogo@sogo:~$ /usr/sbin/sogo-tool remove-doubles
Usage: remove-doubles USER FOLDER

 USER   the owner of the contact folder
 FOLDER the id of the folder to clean up

I found the same question but with no answer or i am not abble to use  
the archive search of the mailinglist.


https://inverse.ca/sogo/lists/arc/users/2011-02/msg00181.html

I am using Sogo-1.3.5a and Debian-5.0.8 Lenny

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


Re: [SOGo] sogo-tool check-doubles doesn't works

2011-03-02 Thread Alessio Fattorini

Il 02/03/2011 18:04, xbgmsharp ha scritto:


I found the same question but with no answer or i am not abble to use the 
archive search of the
mailinglist.


you're right. No answer


--
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] Removing /SOGo/ from URL

2011-03-02 Thread Paul van der Vlis
Hello,

I would like to run Sogo on the root of an URL, so not something like:
https://sogo.vandervlis.nl/SOGo/
But something like:
https://sogo.vandervlis.nl/

This seems to be not so easy, any advices?

With regards,
Paul van der Vlis.

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


Re: [SOGo] Removing /SOGo/ from URL

2011-03-02 Thread Corrado Fiore
Il giorno 02/mar/2011, alle ore 20:16, Paul van der Vlis ha scritto:

 I would like to run Sogo on the root of an URL, so not something like:
 https://sogo.vandervlis.nl/SOGo/
 But something like:
 https://sogo.vandervlis.nl/

This is something that has been discussed already.  Unfortunately, the /SOGo/ 
path is hardcoded in several SOGo files, so at the moment you can't get rid of 
it (I tried by myself without success).  I agree that it would be nice to have 
such a feature.

Best,
Corrado Fiore-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] error message during logon

2011-03-02 Thread Carsten Laun-De Lellis
Hi all

 

After filling the username and password fields on the logon page, whenever i
hit the login button the result is a blank page.

 

When I check the sogo log I can find the following entries.

 

Mar 02 21:33:26 sogod [32761]: 0x0x1dadd7f0[SOGoCache] Cache cleanup
interval set every 300.00 seconds

Mar 02 21:33:26 sogod [32761]: 0x0x1dadd7f0[SOGoCache] Using host(s)
'localhost' as server(s)

2011-03-02 21:33:26.982 sogod[32761] Note(SoObject): SoDebugKeyLookup is
enabled!

2011-03-02 21:33:26.983 sogod[32761] Note(SoObject): SoDebugBaseURL is
enabled!

2011-03-02 21:33:26.983 sogod[32761] Note(SoObject): relative base URLs are
enabled.

2011-03-02 21:33:26.987 sogod[32761] ERROR(-[NGBundleManager
bundleWithPath:]): could not create bundle for path:
'/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.19/Resources/SSL.bundl
e'

2011-03-02 21:33:26.997 sogod[32761] WOCompoundElement: pool embedding is
on.

2011-03-02 21:33:26.998 sogod[32761] WOCompoundElement: id logging is on.

Mar 02 21:33:27 sogod [32761]: SOGoRootPage successful login for user
'cdelellis' - expire = -1  grace = -1

Mar 02 21:33:27 sogod [32761]: [WARN] 0x0x1d943f00[SOGoWebDAVAclManager]
entry '{DAV:}write' already exists in DAV permissions table

Mar 02 21:33:27 sogod [32761]: [WARN] 0x0x1d943f00[SOGoWebDAVAclManager]
entry '{DAV:}write-properties' already exists in DAV permissions table

Mar 02 21:33:27 sogod [32761]: [WARN] 0x0x1d943f00[SOGoWebDAVAclManager]
entry '{DAV:}write-content' already exists in DAV permissions table

2011-03-02 21:33:27.005 sogod[32761] Note: Using UTF-8 as URL encoding in
NGExtensions.

localhost.localdomain - - [02/Mar/2011:21:33:27 GMT] POST /SOGo/connect
HTTP/1.1 200 27/49 0.027 - - 2M

localhost.localdomain - - [02/Mar/2011:21:33:27 GMT] GET /SOGo/cdelellis
HTTP/1.1 302 0/0 0.003 - - 28K

localhost.localdomain - - [02/Mar/2011:21:33:27 GMT] GET
/SOGo/cdelellis/view HTTP/1.1 302 0/0 0.004 - - 32K

 

Has anyone any ideas, what’s wrong in my configuration?

 

Appreciate any help.

 

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:mailto:carsten.delel...@delellis.net
carsten.delel...@delellis.net

 

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

Re: [SOGo] Thunderbird Calendars Not Loading

2011-03-02 Thread Ludovic Marcotte

You got:

tria - - [01/Mar/2011:16:37:35 GMT] REPORT 
/SOGo/dav/a...@globalchangemusic.org/Contacts/public/ HTTP/1.1 404 
72/339 0.003 - - 0


because you have :

SOGoUserSources = (
{
type = sql;
id = directory;

while in your SOGo Integrator's site.js, you have:

pref(sogo-integrator.autocomplete.server.urlid, public);

It should be directory.

That's a start. For the calendar issue, we'll need more meat - for 
example, a full tcpflow capture between Thunderbird and SOGo when you 
start Thunderbird until it has finished starting.


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] public address book must be named public to work with thunderbird

2011-03-02 Thread Ludovic Marcotte

On 11-03-02 11:27 AM, Luca Olivetti wrote:
This has been bugging me for a while, but it seems that the public 
address book has to be named public:
I gave it a display name of Direcciones Wetron, and while on the web 
interface it worked ok, with thunderbird it creates *two* address 
books, one named Direcciones Wetron that works, and one named 
public that doesn't (never finds any address).
The problem is that the autocomplete defaults to the non working 
address book, and there's no way to change it (i.e. I can change it 
for the current session but it reverts to public the next time 
thunderbird starts).

It happened with thunderbird 2 and now with thunderbird 3.
I bit the bullet and gave my address book a display name of public, 
but I'm not that happy with the workaround.
Make the proper change in your SOGo Integrator's site.js - 
pref(sogo-integrator.autocomplete.server.urlid, ...);


--
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 check-doubles doesn't works

2011-03-02 Thread Ludovic Marcotte

On 11-03-02 12:04 PM, xbgmsharp wrote:

Hello,

I have a lot of duplicated contacts in Sogo due to a bug in an old 
version of Sogo TB extensions. I have update them.

Now i would like to clean up the duplicate contact.

Looks like sogo-tool have an option to do it but i am unable to use it.
It is not on multi domain system.

As sogo user:
sogo@sogo:~$ /usr/sbin/sogo-tool check-doubles
The warning limit for folder records is set at 1000

sogo@sogo:~$ /usr/sbin/sogo-tool remove-doubles
Usage: remove-doubles USER FOLDER

 USER   the owner of the contact folder
 FOLDER the id of the folder to clean up

How about something like:

/usr/sbin/sogo-tool remove-doubles lmarcotte personal

? It'll remove dupes in my personal address book.

sogo=# select * from sogo_folder_info where c_path2 = 'lmarcotte' and 
c_path4 = 'personal' and c_path3 = 'Contacts';
 c_folder_id |   c_path   | c_path1 |  c_path2  
| c_path3  | c_path4  | c_foldername  |  
c_location  |  
c_quick_location  |  
c_acl_location  | c_folder_type

-++-+---+--+--+---+--++--+---
   3 | /Users/lmarcotte/Contacts/personal | Users   | lmarcotte 
| Contacts | personal | Personal Address Book | 
http://sogo:sogo@127.0.0.1:5432/sogo/sogolmarcott0035eedfc6f | 
http://sogo:sogo@127.0.0.1:5432/sogo/sogolmarcott0035eedfc6f_quick | 
http://sogo:sogo@127.0.0.1:5432/sogo/sogolmarcott0035eedfc6f_acl | Contact

(1 row)

sogo=#


I found the same question but with no answer or i am not abble to use 
the archive search of the mailinglist.


https://inverse.ca/sogo/lists/arc/users/2011-02/msg00181.html

The *warning* can be ignored.

--
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] WebCalendar .ics with https

2011-03-02 Thread Ludovic Marcotte

On 11-03-01 8:53 AM, ani...@hi.is wrote:

Is there any solution for this ? I have issue with some some ics links. I
always get error error occured during importing web calendar. and get email
The Iceland_cal folder has been created then right after that i get another
email The Iceland_cal folder has been deleted.


On which distro? do you see in your logs:

WARNING: Your GNUstep/SOPE installation might not have SSL support.

If so, that should shed some light on your issue.

--
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] Task List View

2011-03-02 Thread Ludovic Marcotte

On 11-03-01 1:43 AM, Jim Carter wrote:

So far I haven't found any difference between tasks and calendar
events.  Is there a real task list view?  A simple but effective
example is Astrid on Android.  If I were using SOGo's tasks
at all, I would pick an arbitrary week, and use days to represent
categories, and times within the day to represent the order of doing
the tasks, kind of like the priority but (manually) accounting for
how one step depends on a previous one being finished.

No, not right now.

--
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] Calendar Search Box

2011-03-02 Thread Ludovic Marcotte

On 11-03-01 1:36 AM, Jim Carter wrote:

In calendar list view, there is a box with a magnifying glass icon
and a down triangle which, if clicked, shows a list with one member,
qTitle or Description/q.  When you type in it, it appears to be
doing Ajax pre-queries.  What is it for?  I typed keywords from
event titles (with the correct case), and entire event titles, but
never got any matching events.

Right now it's misleading as it'll only search for titles, not anything 
beside it.


--
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] Thunderbird Calendars Not Loading

2011-03-02 Thread Asai
Thanks, Ludovic.  I can provide a packet capture, but I'd rather not 
post it to the list.  Can I contact you offlist about this?


On 3/2/2011 1:47 PM, Ludovic Marcotte wrote:

You got:

tria - - [01/Mar/2011:16:37:35 GMT] REPORT 
/SOGo/dav/a...@globalchangemusic.org/Contacts/public/ HTTP/1.1 404 
72/339 0.003 - - 0


because you have :

SOGoUserSources = (
{
type = sql;
id = directory;

while in your SOGo Integrator's site.js, you have:

pref(sogo-integrator.autocomplete.server.urlid, public);

It should be directory.

That's a start. For the calendar issue, we'll need more meat - for 
example, a full tcpflow capture between Thunderbird and SOGo when you 
start Thunderbird until it has finished starting.


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)


--
--asai

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

Re: [SOGo] Thunderbird Calendars Not Loading

2011-03-02 Thread Ludovic Marcotte
Yes.
-- 
Ludovic Marcotte :: +1.514.755.3630
Inverse inc. :: http://inverse.ca

-Original Message-
From: Asai a...@globalchangemusic.org
Date: Wed, 02 Mar 2011 15:24:50 
To: users@sogo.nu
Reply-To: users@sogo.nu
Subject: Re: [SOGo] Thunderbird Calendars Not Loading

Thanks, Ludovic.  I can provide a packet capture, but I'd rather not 
post it to the list.  Can I contact you offlist about this?

On 3/2/2011 1:47 PM, Ludovic Marcotte wrote:
 You got:

 tria - - [01/Mar/2011:16:37:35 GMT] REPORT 
 /SOGo/dav/a...@globalchangemusic.org/Contacts/public/ HTTP/1.1 404 
 72/339 0.003 - - 0

 because you have :
 SOGoUserSources = (
 {
 type = sql;
 id = directory;
 while in your SOGo Integrator's site.js, you have:

 pref(sogo-integrator.autocomplete.server.urlid, public);

 It should be directory.

 That's a start. For the calendar issue, we'll need more meat - for 
 example, a full tcpflow capture between Thunderbird and SOGo when you 
 start Thunderbird until it has finished starting.

 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)

-- 
--asai

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

Re: [SOGo] public address book must be named public to work with thunderbird

2011-03-02 Thread Luca Olivetti
Al 02/03/11 21:50, En/na Ludovic Marcotte ha escrit:
 On 11-03-02 11:27 AM, Luca Olivetti wrote:
 This has been bugging me for a while, but it seems that the public address 
 book has to be named public:
 I gave it a display name of Direcciones Wetron, and while on the web 
 interface it worked ok, with thunderbird it creates *two* address books, one 
 named Direcciones Wetron that works, and one named public that doesn't 
 (never finds any address).
 The problem is that the autocomplete defaults to the non working address 
 book, and there's no way to change it (i.e. I can change it for the current 
 session but it reverts to public the next time thunderbird starts).
 It happened with thunderbird 2 and now with thunderbird 3.
 I bit the bullet and gave my address book a display name of public, but I'm 
 not that happy with the workaround.
 Make the proper change in your SOGo Integrator's site.js - 
 pref(sogo-integrator.autocomplete.server.urlid, ...);

Ah, that must be it, but I couldn't find that parameter documented in the 
manual for integrator.

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] Integrator 0.120 for thunderbird 2, does it work?

2011-03-02 Thread Luca Olivetti
Al 28/02/11 09:10, En/na Luca Olivetti ha escrit:
 En/na Luca Olivetti ha escrit:
 Hello,

 I'm trying integrator 0.120 for thunderbird 2 (not ready to transition my 
 users to thunderbird 3 yet), but it doesn't seem to work: It doesn't 
 automatically show my calendars and it doesn't shows the usual buttons to 
 add/subscribe to calendars (and, yes, I have edited 
 chrome/content/sogo-integrator/extensions.rdf to point to my server).
 Note that, in order to avoid locking up thunderbird (I use SSL), I had to 
 remove checkExtensionsUpdate(), maybe that's what causes the problem?
 
 Am I the only one seeing this, or am I the only one still trying to use sogo 
 with thunderbird 2?
 ;-)

FYI: now that I had a bit of time, I deployed thunderbird 3 (crossing fingers,
tomorrow it'll be pushed to my users).
Even under thunderbird 3 in one occasion the integrator didn't show the buttons:
it seems that the buttons are shown only *after* it has connected to the server,
and since I use ssl and the last versions of integrator for tb2 (after 0.99 
IIRC)
locked up thunderbird, commenting out the checkExtensionsUpdate() not
only would avoid the lock up, but it also avoided contacting the server until
the next refresh cycle, so that was probably the cause of my problem.
The integrator for thunderbird 3 doesn't appear to lock up even with ssl, so
it usually contacts the server at start-up and then it shows the buttons.

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] Removing /SOGo/ from URL

2011-03-02 Thread Peter Adebahr
On Wed March 2 2011 20:32, Corrado Fiore wrote:

  I would like to run Sogo on the root of an URL, so not something like:
  https://sogo.vandervlis.nl/SOGo/
  But something like:
  https://sogo.vandervlis.nl/

 This is something that has been discussed already.  Unfortunately, the
 /SOGo/ path is hardcoded in several SOGo files,

hopefully, you don't dislike the word SOGo in the URL, but think of your 
poor users, who cannot remember how to spell the end of the URL - but THAT is 
rather easy to circumvent ...

... add another virtual host in your apache config with a redirection to 
a 'clean' URL (assuming you use https):

VirtualHost ...:80
ServerName yourserver.tld:80
Redirect permanent / https://yourserver.tld/SOGo/
/VirtualHost

best regards from hamburg, germany
peter
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Debian Squeeze as client

2011-03-02 Thread James Andrewartha
On 24/02/11 04:22, Paul van der Vlis wrote:
 Op 23-02-11 21:12, Mark Adams schreef:
 
 Yes and it works well, remember this is the current STABLE release
 from Mozilla.
 
 When the package was OK, it would be uploaded into unstable.
 Experimental is only used when there are problems.

Experiemental is also for major new versions of packages close to
release, so that minor bugfixes for the version to be released in stable
can be uploaded via unstable. I generally run stable, but in this case I
would have no qualms running icedove and iceowl from experimental.

James Andrewartha

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


[SOGo] BTS activities for Wednesday, March 02 2011

2011-03-02 Thread SOGo reporter
Title: BTS activities for Wednesday, March 02 2011





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1144
	2011-03-02 06:34:54
	new (open)
	Web Calendar
	All day Event shown for two days
	
	  
	
1159
	2011-03-02 09:06:39
	new (open)
	Web Mail
	Mail Serch: Should search "Subject or Sendar" instead of "Subject"
	
	  
	
1134
	2011-03-02 08:24:24
	feedback (open)
	Web Mail
	Password containing an Asterisk are not cleanly passed through to the IMAP Server
	
	  
	
1097
	2011-03-02 08:23:41
	resolved (not a bug)
	Backend Mail
	Cannot define per-domain imap hosts
	
	  
	
230
	2011-03-02 06:32:33
	resolved (fixed)
	Web Address Book
	Import of LDIF file via webinterface does not work correctly
	
	  
	
  
  




[SOGo] With PostgreSQL 8.4.7 server there's a nasty warning...

2011-03-02 Thread Pascal Gienger
2011-03-03 08:01:13.715 sogod[951] 0x0xdf18b10[PostgreSQL72Channel]: 
connection=0x0xfeca000[PGConnection]:  connection=0x0xfb86c60: 
message: WARNING:  nonstandard use of \\ in a string literal at character 47

HINT:  Use the escape string syntax for backslashes, e.g., E'\\'.


Not a showstopper. Is this worth to submit a bug?

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


Re: [SOGo] public address book must be named public to work with thunderbird

2011-03-02 Thread André Schild

Am 02.03.2011 21:50, schrieb Ludovic Marcotte:

On 11-03-02 11:27 AM, Luca Olivetti wrote:
This has been bugging me for a while, but it seems that the public 
address book has to be named public:
I gave it a display name of Direcciones Wetron, and while on the 
web interface it worked ok, with thunderbird it creates *two* address 
books, one named Direcciones Wetron that works, and one named 
public that doesn't (never finds any address).
The problem is that the autocomplete defaults to the non working 
address book, and there's no way to change it (i.e. I can change it 
for the current session but it reverts to public the next time 
thunderbird starts).

It happened with thunderbird 2 and now with thunderbird 3.
I bit the bullet and gave my address book a display name of public, 
but I'm not that happy with the workaround.
Make the proper change in your SOGo Integrator's site.js - 
pref(sogo-integrator.autocomplete.server.urlid, ...);



This also means, that in multi domain setup you will have to provide
a customized integrator per domain, otherwise the ldap address book won't
access the correct address book.

Looks like we need a more flexible packaging for the integrator

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