Re: [SOGo] timeshift/timezones and reccuring events in iCal

2012-04-12 Thread Bruno Lingner (Hugo)

you need the apache mod_substitute module
http://httpd.apache.org/docs/2.2/mod/mod_substitute.html
in debian squeeze it's called 'substitute',
I don't know how it's called in centos.


On 04/11/2012 07:56 PM, Jeff Folk wrote:

On Apr 11, 2012, at 8:51 AM, Bruno Lingner (Hugo) wrote:


hi

we experimented a lot since the daylight saving time with sogo and calendar 
clients that display the events in the wrong timezone. we finally narrowed down 
the problem and solved it through a rewrite rule in the apache config:

RequestHeader unset Accept-Encoding

AddOutputFilterByType SUBSTITUTE text/calendar text/xml
Substitute 
's|^RRULE:([A-Z].+[A-Za-z0-9]);?FREQ=([A-Za-z]*);?(.*)$|RRULE:FREQ=$2;$1$3|'


Interesting... I try adding this to my VirtualHost and apache won't start up... 
The following error is logged in httpd error_log:

Syntax error on line 778 of /etc/httpd/conf/httpd.conf:
Invalid command 'Substitute', perhaps misspelled or defined by a module not 
included in the server configuration

What module needs loading for the 'Substitute' command? This is a CentOS 5.x 
installation (SmeServer).

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

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


Re: [SOGo] Proxy error on edit of single event within orrurance

2012-04-12 Thread MJ Ray
Jean Raby jr...@inverse.ca
 On 12-04-10 5:38 PM, Donny Brooks wrote:
  One thing that we have noticed lately is that when a user sets up a
  recurring event and they try to edit just one instance within it they
  receive a proxy error. [...]
 Do you have anything in the logs?
 
 If sogod segfaults or aborts, a gdb backtrace would be very useful. 
 (with the debug packages for gnustep, sope and sogo installed)

I had something similar.  Completely quitting the browser and
restarting it cured it, so I don't think sogo is entirely to
blame, but it did only start after upgrade to 1.3.13.  It looked like
http://www.sogo.nu/bugs/view.php?id=1712

Hope that informs,
-- 
MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op.
http://koha-community.org supporter, web and library systems developer.
In My Opinion Only: see http://mjr.towers.org.uk/email.html
Available for hire (including development) at http://www.software.coop/
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] SOGo2.0 RC1. Secure Cyrus imapd configuration (sasl_pwcheck_method)

2012-04-12 Thread Michael Wallner (sogo)
First of all my congratulations for the first rc!

We are working on an step by step howto for SOGo 2.0 and are stuck on
this question:

has anyone found an solution for this problem using cyrus imapd and sogo
2.0 RC1? 

SOGo Native Microsoft Outlook Configuration.pdf:

...Important note: the mode of authentication in use by Windows with
Samba and Exchange servers prevent the backend from actually knowing the
real password being used by the user.
This implies that the IMAP server configured for use by the SOGo backend
must accept any password from the host on which Samba is running. Due to
the different type of IMAP servers, it is left to the reader to find a
way to implement this securely in her/his installation. ©.

So what is needed is an SASL pwcheck over LDAP for any host but
localhost and SASL pwcheck alwaystrue for localhost.


imapd.conf:
sasl_pwcheck_method: saslauthdfor any host but localhost
or 
sasl_pwcheck_method: alwaystrue   for localhost


So has any reader find a way to implement this securely?

Thanks in advance and best regards

Michael Wallner


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


[SOGo] debian squeeze | Unable to locate package openchange

2012-04-12 Thread mourik jan heupink

Hi,

Following the Native Microsoft Outlook Configuration Guide, added the 
nightly repository, installed sogo 2.0.0.20120412-1


And then add samba4, openchange and sogo-openchange:

Samba4 and sogo-openchange work, but:
root@sogo:~# apt-get install openchange
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package openchange

root@sogo:~# apt-cache search openchange
openchangeclient - Command-line client for the MAPI
openchangeproxy - Experimental MAPI (Exchange/Outlook) proxy
openchangeserver - Experimental MAPI (Exchange/Outlook) server
openchangeserver-dev - Experimental MAPI (Exchange/Outlook) server
sogo-openchange - a modern and scalable groupware - OpenChange backend

Are we supposed to install ALL openchange packages?

Thanks for a great archievement!

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


Re: [SOGo] SOGo2.0 RC1. Secure Cyrus imapd configuration (sasl_pwcheck_method)

2012-04-12 Thread Marc Patermann

Michael,

Michael Wallner (sogo) schrieb (12.04.2012 13:17 Uhr):


imapd.conf:
sasl_pwcheck_method: saslauthdfor any host but localhost
or 
sasl_pwcheck_method: alwaystrue   for localhost



So has any reader find a way to implement this securely?

I think the following should work:
- define different services in cyrus.conf for localhost and the public
  interface listen=; like imap and imaplocal
- set sasl_pwcheck_method: alwaystrue for your localhost service with
  imaplocal_sasl_pwcheck_method: alwaystrue.

http://www.irbs.net/internet/info-cyrus/0810/0152.html

If you have further questions, I think your problem is better suited at 
info-cy...@lists.andrew.cmu.edu.


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


Re: [SOGo] Time shifts when saving events in Web Interface and time discrepancy in Lightning + Thunderbird/Icedove

2012-04-12 Thread Eric Dostie
Would this more likely be a configuration problem or miscommunication between 
the timezone on the CalDAV server and the client?

I can probably track this down and fix it I just do not know where to look.

Anyone have any ideas? It'd be very appreciated.

Thanks,

Eric Dostie

On 4/11/2012 8:25 AM, Eric Dostie wrote:
 Hi all,
 
 I am having an issue with SOGo similar to this one:
 
 https://inverse.ca/sogo/lists/arc/users/2011-11/msg00596.html
 
 When dragging and dropping an event in SOGo's web interface, the event saves 
 itself 2 hours behind the new start time (if dragged and dropped to start at 
 12PM noon, it will shift and save itself at 10AM). Also there is a 
 discrepancy between Lightning + Thunderbird/Icedove calendars. An event 
 starting at 2PM in Icedove/Thunderbird will display as starting at 12PM 
 (noon) in the SOGo web interface. My timezone setting is correct 
 (America/Detroit), so I'm not sure where this problem is arising from.
 
 Does anyone know why this might be happening? I think it is a configuration 
 issue as I cannot reproduce the problem on http://sogo-demo.inverse.ca/.
 
 This problem occurs on the nightly builds of SOGo (2.0.0.20120409 is the most 
 recent I have tested) as well as the most recent stable release of SOGo 
 (1.3.14). Running on debian sid (with squeeze sources.list for package 
 dependencies), with a MySQL database backend and Active Directory LDAP for 
 authentication.
 
 I have included my configuration below:
 
 sogod SOGoAuthenticationMethod LDAP
 sogod SOGoDraftsFolderName Drafts
 sogod SOGoTrashFolderName Trash
 sogod WOParsersUseUTF8 YES
 sogod LDAPDebugEnabled YES
 sogod SOGoOtherUsersFolderName 'Other Users'
 sogod SOGoVacationEnabled YES
 sogod WOMessageUseUTF8 YES
 sogod SOGoTimeZone America/Detroit
 sogod SOGoSentFolderName Sent
 sogod SOGoForceIMAPLoginWithEmail YES
 sogod SOGoMailingMechanism sendmail
 sogod OCSSessionsFolderURL 
 mysql://sogo:sogo@localhost:3306/sogo/sogo_sessions_folder
 sogod SOGoSMTPServer localhost
 sogod SOGoSharedFolderName 'Shared Folders'
 sogod SOGoIMAPServer localhost
 sogod WOSendMail /usr/sbin/sendmail
 sogod SOGoACLsSendEMailNotifications YES
 sogod SOGoProfileURL mysql://sogo:sogo@localhost:3306/sogo/sogo_user_profile
 sogod SOGoUserSources '(
{
CNFieldName = cn;
IDFieldName = cn;
ModulesConstraints = {
Mail = {
ou = nonExistentClass;
};
};
UIDFieldName = sAMAccountName;
baseDN = dc=ad,dc=matrix,dc=msu,dc=edu;
bindDN = cn=LDAPRO 
 System,ou=Special,ou=MatrixOU,dc=ad,dc=matrix,dc=msu,dc=edu;
bindFields = (
sAMAccountName,
uid
);
bindPassword = **;
canAuthenticate = YES;
displayName = Active Directory;
hostname = ldap1.ad.matrix.msu.edu;
id = ActiveDirectory;
port = 389;
scope = SUB;
type = ldap;
}
 )'
 sogod SOGoFoldersSendEMailNotifications YES
 sogod WOPort 2
 sogod SOGoMailDomain matrix.msu.edu
 sogod SOGoForwardEnabled YES
 sogod OCSFolderInfoURL mysql://sogo:sogo@localhost:3306/sogo/sogo_folder_info
 sogod SOGoLanguage English
 sogod SOGoAppointmentSendEMailNotifications YES
 sogod SOGoFirstDayOfWeek 1
 
 Thank you,
 
 Eric Dostie

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

[SOGo] search messages option

2012-04-12 Thread Nicolas - Lileo
Hi all,

In sogo webmail, in the mail part, if you make a right click on inbox,
you have an option : search message. For now it's in grey.
I would like to know if this option will be available one day? It can be
very usefull.

Thanks

Sogo 1.3.12c, debian squeeze
-- 
*Nicolas FABRE*

LILEO

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


Re: [SOGo] 10.7 iCal and Delegations: Working Apache Config?

2012-04-12 Thread Robert Casties
On 11.04.12 15:58, Philip Brechler wrote:
 we have a good working one but delegations does not work ALWAYS. 
 instead delegations only work sometimes (50/50 thing) - and i 
 dont know (didnt have time to research) why. i can surely give 
 you my Apache Config so you can refine this if you want!?
 
 OK thats exactly the situation with my installation it works only 
 on half of the systems and I can't find any rule for that. Thank 
 you anyway.

Once anybody finds out anything new, please add to

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

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


[SOGo] Misquoted apostrophe - anyone seen it? - and bug tracker accounts

2012-04-12 Thread MJ Ray
Running sogo 1.3.14 with current stable packages on current stable
debian, we're seeing log lines like this

Apr 12 06:56:42 sogod [17806]: 0x0xf5fa60[GCSFolderManager] 
ERROR(-[GCSFolderManager performSQL:]): cannot execute
SQL 'SELECT c_folder_id, c_path, c_location, c_quick_location, c_acl_location, 
c_folder_type FROM sogo_folder_info WHERE c_path1 = 'Users' AND c_path2 = 
'austen' AND c_path3 = 'Calendar\' AND c_path4 = 'personal'':
PostgreSQL72Exception: 0x16e7980 NAME:PostgreSQL72FatalError REASON:fatal 
pgsql error (channel=0x0x15fa420[PostgreSQL72Channel]: 
connection=0x0x15faaf0[PGConnection]:  connection=0x0x15faca0): ERROR:  
syntax error at or near personal

with a few different c_path2 values but always the misquoting in
c_path3.  I've vague fault reports from other users that I'm now
trying to pin down, but has anyone else encountered this?

I found a few similar things by searching http://www.sogo.nu/bugs/
for PostgreSQL72FatalError but they are all resolved.

Finally, could I have an account on http://www.sogo.nu/bugs/ without
taking an eyetest, please?  Then I can report this once I narrow it
down enough to report.

Thanks,
-- 
MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op.
http://koha-community.org supporter, web and library systems developer.
In My Opinion Only: see http://mjr.towers.org.uk/email.html
Available for hire (including development) at http://www.software.coop/

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


Re: [SOGo] removing user with sogo-tool and resyncing with funambol creates unusable calendar

2012-04-12 Thread Peter Peltonen
Replying tomyself:

On Wed, Apr 11, 2012 at 10:27 PM, Peter Peltonen
peter.pelto...@gmail.com wrote:
 Hi,

 On Wed, Apr 11, 2012 at 5:35 PM, Luca Olivetti l...@wetron.es wrote:
 Al 11/04/2012 15:55, En/na Peter Peltonen ha escrit:


 *** stack smashing detected ***: /usr/sbin/sogod terminated
 === Backtrace: =
 /lib/i686/nosegneg/libc.so.6(__fortify_fail+0x4d)[0x62b62d]
 /lib/i686/nosegneg/libc.so.6[0x62b5da]
 /usr/lib/libNGCards.so.4.9[0x67b8824]
 /snip


 My old friend stack smashing detected!
 I've had this problem since 1.3.1, I put a nasty hack in my spec file to
 build NGCards with -fno-stack-protector:

I have now identified that the problem is with recurring events in
Outlook. If I remove the user's first recurring events in the Outlook
list view, remove the user with sogo-tool, syncing with Funambol works
ok with the exception that no recurring events are showed in the SOGo
web ui.

If I export the ics with the problematic events and try to import it
via SOGo web tool I get a stack smashing crash as well, but I manage
to get some events imported ok (as opposed nonfunctional events
resulting from the Funambol sync) although the upload window never
closes. No recurring events imported this way either.

The only way to get syncing or importing the events as ics file fully
work is to remove all recurring events from Outlook first.

I have now opened a bug report with example ics files:
http://www.sogo.nu/bugs/view.php?id=1772

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


Re: [SOGo] Misquoted apostrophe - anyone seen it? - and bug tracker accounts

2012-04-12 Thread Christian Mack
Hello MJ Ray


On 2012-04-12 16:09, MJ Ray wrote:
 Running sogo 1.3.14 with current stable packages on current stable
 debian, we're seeing log lines like this
 
 Apr 12 06:56:42 sogod [17806]: 0x0xf5fa60[GCSFolderManager] 
 ERROR(-[GCSFolderManager performSQL:]): cannot execute
 SQL 'SELECT c_folder_id, c_path, c_location, c_quick_location, 
 c_acl_location, c_folder_type FROM sogo_folder_info WHERE c_path1 = 'Users' 
 AND c_path2 = 'austen' AND c_path3 = 'Calendar\' AND c_path4 = 'personal'':
 PostgreSQL72Exception: 0x16e7980 NAME:PostgreSQL72FatalError REASON:fatal 
 pgsql error (channel=0x0x15fa420[PostgreSQL72Channel]: 
 connection=0x0x15faaf0[PGConnection]:  connection=0x0x15faca0): ERROR:  
 syntax error at or near personal
 
 with a few different c_path2 values but always the misquoting in
 c_path3.  I've vague fault reports from other users that I'm now
 trying to pin down, but has anyone else encountered this?
 
 I found a few similar things by searching http://www.sogo.nu/bugs/
 for PostgreSQL72FatalError but they are all resolved.
 
 Finally, could I have an account on http://www.sogo.nu/bugs/ without
 taking an eyetest, please?  Then I can report this once I narrow it
 down enough to report.
 

See Bug #1767
http://www.sogo.nu/bugs/view.php?id=1767


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Misquoted apostrophe - anyone seen it? - and bug tracker accounts

2012-04-12 Thread Christian Mack
On 2012-04-12 17:18, Christian Mack wrote:
 Hello MJ Ray
 
 
 On 2012-04-12 16:09, MJ Ray wrote:
 Running sogo 1.3.14 with current stable packages on current stable
 debian, we're seeing log lines like this

 Apr 12 06:56:42 sogod [17806]: 0x0xf5fa60[GCSFolderManager] 
 ERROR(-[GCSFolderManager performSQL:]): cannot execute
 SQL 'SELECT c_folder_id, c_path, c_location, c_quick_location, 
 c_acl_location, c_folder_type FROM sogo_folder_info WHERE c_path1 = 'Users' 
 AND c_path2 = 'austen' AND c_path3 = 'Calendar\' AND c_path4 = 'personal'':
 PostgreSQL72Exception: 0x16e7980 NAME:PostgreSQL72FatalError REASON:fatal 
 pgsql error (channel=0x0x15fa420[PostgreSQL72Channel]: 
 connection=0x0x15faaf0[PGConnection]:  connection=0x0x15faca0): ERROR:  
 syntax error at or near personal

 with a few different c_path2 values but always the misquoting in
 c_path3.  I've vague fault reports from other users that I'm now
 trying to pin down, but has anyone else encountered this?

 I found a few similar things by searching http://www.sogo.nu/bugs/
 for PostgreSQL72FatalError but they are all resolved.

 Finally, could I have an account on http://www.sogo.nu/bugs/ without
 taking an eyetest, please?  Then I can report this once I narrow it
 down enough to report.

 
 See Bug #1767
 http://www.sogo.nu/bugs/view.php?id=1767
 

Sorry, forgot to answer the second part :-)

Just go to
http://www.sogo.nu/bugs/signup_page.php

Fill in your desired username and a valid email.
Answer the captcha and press the button.
That's it.


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] search messages option

2012-04-12 Thread Christian Mack
Hello Nicolas Lileo


On 2012-04-12 14:45, Nicolas - Lileo wrote:
 
 In sogo webmail, in the mail part, if you make a right click on inbox,
 you have an option : search message. For now it's in grey.
 I would like to know if this option will be available one day? It can be
 very usefull.
 

This function is not yet implemented.
It will be available some day, but there is no date set for that till now.


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] search messages option

2012-04-12 Thread Nicolas - Lileo
Ok thanks for that quick answer Christian

Regards

*Nicolas FABRE*

LILEO

Le 12/04/2012 17:31, Christian Mack a écrit :
 Hello Nicolas Lileo
 
 
 On 2012-04-12 14:45, Nicolas - Lileo wrote:

 In sogo webmail, in the mail part, if you make a right click on inbox,
 you have an option : search message. For now it's in grey.
 I would like to know if this option will be available one day? It can be
 very usefull.

 
 This function is not yet implemented.
 It will be available some day, but there is no date set for that till now.
 
 
 Kind regards,
 Christian Mack
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Misquoted apostrophe - anyone seen it? - and bug tracker accounts

2012-04-12 Thread Wolfgang Sourdeau

Hi,


Provided you install the sogo-dbg package, can you launch gdb against 
one of your running instances (gdb -p [pid of instance]) and, at the 
prompt, perform the following commands:


 b GCSFolderManager.m:250
 continue

Once the breakpoint is reached, execute the following:

 bt
[output]
 q

and return me the result.
The q command will cause gdb to leave but it will let the sogo process 
running.

What interests me is the output of the bt command.


Thanks!


Wolfgang

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


Re: [SOGo] Misquoted apostrophe - anyone seen it? - and bug tracker accounts

2012-04-12 Thread Wolfgang Sourdeau

Le 12-04-12 13:01, Wolfgang Sourdeau a écrit :

Hi,


Provided you install the sogo-dbg package, can you launch gdb against 
one of your running instances (gdb -p [pid of instance]) and, at the
Please note that pid of instance must not be the pid referenced in 
/var/run/sogo/sogo.pid but the one of one of its children.
To make sure you have go a right one, you can just perform a pstree -p 
[pid of parent] using the number found in that file.



Wolfgang

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


Re: [SOGo] debian squeeze | Unable to locate package openchange

2012-04-12 Thread Wolfgang Sourdeau

Hi Mourik,



Are we supposed to install ALL openchange packages?


No, only openchangeserver and openchangeproxy.


Wolfgang

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


[SOGo] Groups in SOGo.

2012-04-12 Thread Louis-Philippe Gauthier
Hi,

Groups works fine when we send an email to a group. They are define in our
LDAP directory.

But, in the addressbook, the groups don't appear at all in Thunderbird. In
the SOGo webmail, only the list of groups appears. We can't see member of
groups.

What we can do to see groups and members in ThunderBird and SOGo Webmail ?

Thanks


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

Re: [SOGo] problem removing doubles with sogo-tool

2012-04-12 Thread Donny Brooks



On Tuesday, April 3, 2012 07:23 AM CDT, Francis Lachapelle flachape...@inverse.ca wrote:


	Hi Roberto
	
	On 2012-03-07, at 6:25 PM, Roberto wrote:
	
	 For the first time, Im trying to delete duplicates for a user, but I get the following message:
	
	 sogo@donfierro:~$ /usr/sbin/sogo-tool remove-doubles mperez@mydomain personal
	
	 0x0x170f420[GCSFolder] -[GCSFolder fetchFields:fetchSpecification:ignoreDeleted:]: cannot execute quick-fetch SQL SELECT b.c_name,a.c_givenname,a.c_cn,a.c_sn,a.c_screenname,a.c_l,a.c_mail,a.c_o,a.c_ou,b.c_telephoneNumber,b.c_content,b.c_version,b.c_creationdate,b.c_lastmodified FROM sogomperezid00179ea8c6b_quick a, sogomperezid00179ea8c6b b WHERE (c_component = vcard) AND a.c_name = b.c_name AND (c_deleted != 1 OR c_deleted IS NULL):  NAME:ExecutionFailed REASON:La columna b.c_telephoneNumber en field list es desconocida
	 Unable to fetch required fields from folder.
	
	 I translate the REASON: Field b.c_telephoneNumer in field list is unknown.
	
	 Any idea about what I dont have the expected table structure?
	
	It was a bug. The character case was inconsistent. I just fixed it in revision 73baf2c24acbb1fb98296fc8ab448b3b3c5ba7a7.
	
	Thanks,
	
	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
Francis,

 This fix should be included in the next release correct? Or is there a way I can patch our system in the meantime? We have a number of users that have duplicate entries and we would like to clean them up without having to go through manually.

--
Donny B.



[SOGo] memcached missing package in SOGo 1.13.14 on a SME Server

2012-04-12 Thread Rosario Russo

Hi,

I am trying to install Sogo on a fresh SMEServer 8 beta 7 install like 
it is described in http://wiki.contribs.org/Sogo.


Unfortunately the installation is stopping because of Missing Dependency:

memcached is needed by package sogo-1.3.14-1.el5.i386

If I try:
yum install memcached

I get:

No package memcached available.
Nothing to do

I also tried --exclude=memcached without success.

Do you have any ideas?

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


Re: [SOGo] Groups in SOGo.

2012-04-12 Thread Ludovic Marcotte

On 12/04/12 13:50, Louis-Philippe Gauthier wrote:
Groups works fine when we send an email to a group. They are define in 
our LDAP directory.


But, in the addressbook, the groups don't appear at all in 
Thunderbird. In the SOGo webmail, only the list of groups appears. We 
can't see member of groups.


What we can do to see groups and members in ThunderBird and SOGo Webmail ?

It's currently not supported.

Thanks,

--
Ludovic Marcotte
+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] debian squeeze | Unable to locate package openchange

2012-04-12 Thread mourik jan heupink

Are we supposed to install ALL openchange packages?


No, only openchangeserver and openchangeproxy.


Thank you.

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


Re: [SOGo] memcached missing package in SOGo 1.13.14 on a SME Server

2012-04-12 Thread Peter Peltonen
Hi,

On Thu, Apr 12, 2012 at 9:05 PM, Rosario Russo rosario@gmail.com wrote:
 If I try:
 yum install memcached

 I get:

 No package memcached available.
 Nothing to do

 I also tried --exclude=memcached without success.

 Do you have any ideas?

At least for on my CentOS6 based SOGo installation
memcached-1.4.7-1.el6.rfx is installed from the rpmforge repositry.

And reading http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf I see:

Some of the softwares on which SOGo depends are available from the
repository of RPMforge.
To add RPMforge to your packages sources, download and install the
appropriate RPM package
from http://packages.sw.be/rpmforge-release/. Also make sure you
enabled the “rpmforge-extras”
repository.

For more information on using RPMforge, visit http://rpmrepo.org/RPMforge/Using;

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

Re: [SOGo] ANN: SOGo v2.0.0rc1 with Native Outlook Compatibility

2012-04-12 Thread Jeroen Dekkers
At Wed, 11 Apr 2012 18:07:45 -0400,
Fabian Rodriguez wrote:
 
 Le 12-04-11 05:03 PM, Martin Rabl a écrit :
  [...]
 
  P.S.: will there be a package for Ubuntu 10.04 LTS in future?
 
 Maybe someone can fund Jeroen's work in Debian?:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584073
 
 I'd love to see proper packaging for Debian+derivatives, but it's not
 going to happen anytime soon, specially the way SOGo relies on
 unsupported, manually-installed packages both in ZEG and the regular
 releases. This prevents any type of vendor-provided (ie. Canonical,etc.)
 commercial support and ties your production systems to Inverse's support
 which I was told would change its model but hasn't in a while.

It took a lot more time than I expected, but the packaging of SOGo 1.3
suitable for upload to Debian is almost done. The current source
packages can be found on github (https://github.com/dekkers/sogo-debian
https://github.com/dekkers/sope-debian and
https://github.com/dekkers/json-framework). There are still a lot of
smaller things to fixup before an upload can happen and I'm currently
too busy with other things. My target is to get SOGo 1.3 in wheezy
however, so I will try to find the time to get the stuff ready for
upload somewhere this month.

With regards to funding, I will probably setup a donation page on my
site/add a flattr thingie/etc. so people can donate if they like the
work I do. But I'm currently not really planning anything else than
uploading 1.3 to debian unstable/testing and backporting it to squeeze
when it doesn't have problems in testing for a while. This should mean
that it also goes automatically in Ubuntu with the next sync with
Debian, but I don't use Ubuntu on any of my servers so I'm personally
not that interested in Ubuntu packages. But I'm self-employed, so if
people are willing to pay I'm also willing to work on things I'm not
directly interested in. :)

With regards to 2.0, I think that's still too volatile to go into a
Debian stable release so I won't be working on any upload of that
anytime soon. If you want to use 2.0 you can best use the Inverse
packages. When wheezy gets released 2.0 will also have stabilised and
I'll probably start looking at uploading 2.0 for wheezy+1 and
providing 2.0 backports for wheezy.

Kind regards,

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

[SOGo] BTS activities for Thursday, April 12 2012

2012-04-12 Thread SOGo reporter
Title: BTS activities for Thursday, April 12 2012





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Thursday, April 12 2012

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1526
	2012-04-12 10:24:27
	updated (open)
	Apple iCal.app
	Shared calendars do not show up with iCal
	
	  
	
1759
	2012-04-12 17:54:58
	updated (open)
	Backend Calendar
	SOGo always crashing when specific record in calendar is present - with RRULE
	
	  
	
1772
	2012-04-12 11:32:27
	updated (open)
	Backend Calendar
	Importing recurring events from Outlook 2010 makes sogo to terminate
	
	  
	
1765
	2012-04-12 05:17:36
	updated (open)
	Web Address Book
	Selecting an address card activates dragging in Firefox
	
	  
	
1550
	2012-04-12 05:09:42
	updated (open)
	Web Calendar
	1.3.11: One-day-events appearing twice on the web calendar interface
	
	  
	
1771
	2012-04-12 05:08:43
	new (open)
	Web Mail
	IMAP ACL support could not be disabled
	
	  
	
1752
	2012-04-12 03:58:25
	feedback (reopened)
	Web Calendar
	Bad display of repeating appointments