Re: [SOGo] ANN: SOGo v2.0.0 where is the last 1.3.x version?

2012-09-28 Thread Hans de Groot
 Hi,

Where can I down load the lastest 1.3.x version? Running 1.3.16 now. 

I am not using ldap and the manual states it's a requirement for 2.0. I this a 
mistake in the manual and can I setup 2.0 exactly the same as 1.3? (use mysql 
for authentication etc..)

Thanks

Hans




 
 
On Friday, September 28, 2012 04:06 CEST, Aaron C Johnson 
 wrote: 
 
> On 09/27/2012 04:57 PM, Ludovic Marcotte wrote:
> > The Inverse Team is pleased to announce the immediate availability of 
> > SOGo 2.0.0. This is a major release of SOGo which focuses on improved 
> > stability over previous versions and the addition of native Outlook 
> > compatibility support! 
> Awesome! I can't wait to try it, excellent work Inverse team!
> 
> I noticed that the 1.3.x series is apparently being replaced by SOGo 2.0.
> 
> Can someone please point me in the right direction for upgrade notes for 
> upgrading from SOGo 1.3.x to SOGo 2.0 now that it is officially 
> released? Is there official documentation on this (perhaps I missed it)?
> 
> Are there any special steps that I need to follow before running apt-get 
> dist-upgrade?
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists
 
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] every now and than I get a false authenication error

2012-08-28 Thread Hans de Groot
Hi,

I am using SOGo 1.3.16 for a few months now. It works great.

But almost every morning when logging in I get a sogo requester asking for my 
password for carddav and caldav. The log shows this:

Aug 28 00:54:10 sogod [3190]: <0x0x8d890fc[SOGoDAVAuthenticator]> tried wrong 
password for user 'XX'!

I know the password did not change. When enetering the same password it works 
again.


I usually get this in thunderbird which is always on, and on both my android 
and iphone (but not always on all devices at the time)

My SOGo setup connects to the sql database on my mail server for authentication 
and of course also uses that mail server for mail.

I suspect the backups at night might cause this server or the network to be 
slow and cause some sort of time out to sogo.

Question one:

Where can I configure timeouts for these checks?

Question two: 

Why does SOGo return a "tried wrong password" error when I am sure there is 
some sort of connection error with the backend? When returning this error it 
forces all clients to ask for a new password. It would be better to return some 
other error or just drop the connection than the client will just retry later 
and the user will never now something was wrong.

Regards

Hans de Groot



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


Re: [SOGo] SOGo mysql, dovecot and postfix using crypt MD5 passwords.

2012-07-11 Thread Hans de Groot
 Look,

Most of my clients are popping/imapping clear text. A few smart ones are using 
ssl. It would be nice to force every one to use ssl. But in reallity it will 
cost me half my clients. What I mean is sniffing is easy. if my systems gets 
hacked and rooted (and they cannot do that with sniffing of course)  they can 
allready abuse all accounts on the system so no EXTRA harm done. I the customer 
is stupid enough to use the the same login on  all other accounts hey have it 
is their problem. I warn them not do do that. If they choose  to do so it is 
not my problem. I definetly out weighs the profits of being able to supply a 
customer with their passwords or login with their  credentials to prove the 
problem is not at my side.

Regards

Hans de Groot

 
 
 
On Wednesday, July 11, 2012 21:58 CEST, Daniel Colchete 
 wrote: 
 
> I would like to point out that MD5 passwords, SHA1 passwords and alikes 
> are not safe because they dont have a SALT on it. Should a hacker get 
> access to your password list would be easy to guess most of your 
> passwords (google some of the MD5s or SHA1s you have). crypt with $1 is 
> MD5 with SALT, crypt $2 is SHA1 with SALT. Only crypt hashes with at 
> least $2 are considerate safe nowadays.
> 
> Best,
> Daniel
> 
> On 07/11/2012 12:07 PM, Yellow Deli wrote:
> > I am having the same issue. I have a combination of PLAIN passwords, 
> > as well as crypt, and MD5. I cannot get it to authenticate against any 
> > of them.
> >
> > ben
> >
> > On 7/11/12 7:36 AM, Kamil wrote:
> >> hansg@...  writes:
> >>> >That is because now you have a "crypt" passwort instead of an 
> >>> "MD5"
> >> one.
> >>> >  So you have to change the above setting and reboot sogod.
> >>> But if I change it to
> >>> userPasswordAlgorithm
> >>>  md5
> >>> I cannot login using the dovecot / etc passwd style password.
> >>> it does not recognize the md5 password.
> >>> So are there any other options to get this working? I still find it
> >> weird that that can read but not write the long style md5 password.
> >>
> >>
> >> any success ? I have the same problem and looking for a solution.
> >>
> >> I tink I'll have to change users passwords to MD5 only everywhere
> >>
> 
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists
 
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGo mysql, dovecot and postfix using crypt MD5 passwords.

2012-07-11 Thread Hans de Groot
 Use

userPasswordAlgorithm
md5-crypt

It is/was revered in the docs.

I can use the /etc/passwd crypted style password with sogo since 1.3.16. 

only the docs (used to) state cypty-md5  use md5-crypt and it should work. (I 
never checked if the docs were changed)

Regards

Hans de Groot

 
 
On Wednesday, July 11, 2012 17:07 CEST, Yellow Deli  
wrote: 
 
> I am having the same issue. I have a combination of PLAIN passwords, as 
> well as crypt, and MD5. I cannot get it to authenticate against any of them.
> 
> ben
> 
> On 7/11/12 7:36 AM, Kamil wrote:
> > hansg@...  writes:
> >>>That is because now you have a "crypt" passwort instead of an "MD5"
> > one.
> >>>  So you have to change the above setting and reboot sogod.
> >>But if I change it to
> >>userPasswordAlgorithm
> >> md5
> >>I cannot login using the dovecot / etc passwd style password.
> >>it does not recognize the md5 password.
> >>So are there any other options to get this working? I still find it
> > weird that that can read but not write the long style md5 password.
> >
> >
> > any success ? I have the same problem and looking for a solution.
> >
> > I tink I'll have to change users passwords to MD5 only everywhere
> >
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists
 
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] openchange configuration question.

2012-07-10 Thread Hans de Groot
Hi.

I trying to get openchange to work with sogo.

When reading the Native Microsoft Outlook Configuration Guide at the apache 
config it I should add this to apache:

WSGILazyInitialization On

  SetEnv RPCPROXY_LOGLEVEL INFO
  SetEnv NTLMAUTHHANDLER_WORKDIR /var/run/ntlmauthhandler
  WSGIPassAuthorization On
  WSGIProcessGroup %{GLOBAL}

WSGIScriptAlias /rpc/rpcproxy.dll /usr/lib/rpcproxy/rpcproxy.wsgi
WSGIScriptAlias /rpcwithcert/rpcproxy.dll /usr/lib/rpcproxy/rpcproxy.wsgi

Note the last 2 lines. They refer to files I do not have. 

Also I do not have a  /var/run/ntlmauthhandler where is that comming from.

I installed openchange and sogo using yum on centos 5.

What I doing wrong?

Hans






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


[SOGo] outlook anywhere

2012-07-10 Thread Hans de Groot
Hi all,

Can someone point me to docs how to configure/user the new outlook anywhere 
feature?

I suspect I should configure something but I cannot find anything about it in 
the manual.

Thanks

Hans

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


[SOGo] vCard.php in SOGosync

2012-06-26 Thread Hans de Groot
Hi,

SOGosync crashed my apache with a memory limit reached error.

I set php to allow 512mb and still it crashed. 

As far as I can see (but not fix :() is that the error is here: arround line 588 in vCard.php

    elseif (count($Parameter) > 2)
    {

    logg("$lus ,  Log plsu key=$Key params is $RawParams[$Index]"); # I added this line to log stuff

-      $TempTypeParams = self::ParseParameters($Key, explode(',', $RawParams[$Index]));
    if ($TempTypeParams['type'])
    {
    $Type = array_merge($Type, $TempTypeParams['type']);
    }
    }

When adding a log line to the code it seems it keeps callen it self recursivly with always the same value until it's out of memmory.


1 ,  Log plsu key=photo params is x-abcrop-rectangle=abcliprect_1&0&14&484&484&9xmw5mk3fpmakmxnkpor3a==
1 ,  Log plsu key=photo params is x-abcrop-rectangle=abcliprect_1&0&14&484&484&9xmw5mk3fpmakmxnkpor3a==
1 ,  Log plsu key=photo params is x-abcrop-rectangle=abcliprect_1&0&14&484&484&9xmw5mk3fpmakmxnkpor3a==
1 ,  Log plsu key=photo params is x-abcrop-rectangle=abcliprect_1&0&14&484&484&9xmw5mk3fpmakmxnkpor3a==
1 ,  Log plsu key=photo params is x-abcrop-rectangle=abcliprect_1&0&14&484&484&9xmw5mk3fpmakmxnkpor3a==
1 ,  Log plsu key=photo params is x-abcrop-rectangle=abcliprect_1&0&14&484&484&9xmw5mk3fpmakmxnkpor3a==
1 ,  Log plsu key=photo params is x-abcrop-rectangle=abcliprect_1&0&14&484&484&9xmw5mk3fpmakmxnkpor3a==
1 ,  Log plsu key=photo params is x-abcrop-rectangle=abcliprect_1&0&14&484&484&9xmw5mk3fpmakmxnkpor3a==

The thing is when I comment out the line  $TempTypeParams = self::ParseParameters($Key, explode(',', $RawParams[$Index])); I get my contacts, even with the photo's. not sure if I get doubles coz it's going a bit slow.

Anyway something is wrong there.

Regards

Hans


Re: [SOGo] SOGosync questions

2012-06-18 Thread Hans de Groot
Hi xbgmsharp,

Thanks for your reply,

I think someone pointed me to sogosync so sync with outlook. That's why I tried this. But you are right active sync is ment for mobile devices and has nothing to do with outlook.
I also tried SOGo 2 a while ago but this is only for deployment in an office enviroment or else use vpn.  I was hoping for a hosted exchange alternative. My users can be anywhere. They just register a domain and can start adding mailboxes. VPN is not an option here, much to complicated. SOGo2 works with MAPI but I now figured out I need outlook anywhere to have random outlook clients connect from anywhere they want.

Someone sugested Funambol for outlook. I am going to try that, but I had very bad experiences using funambol on android (contacts and events kept doubling) but maybe the windows client works better.

Regards

Hans




On Saturday, June 16, 2012 14:14 CEST, xbgmsh...@gmail.com wrote:


	Hi,
	
	Le 13/06/2012 13:19, Hans de Groot a écrit :
	> HI list,
	>
	> I am trying out sogosync and am surprised I actually saw email comming
	> in. I thought email was not supported?
	
	It does support IMAP but it is not part of sogosync, it is by default in
	z-push.
	
	> It's not very stable though since the mail also disappears again and
	> reapeared again later. Same with my test contact I made in sogo. It
	> apeared on my (android) phone and than I had the same contact 3 times
	> and later it went back to one contact. Also sogod is suddenly using
	> lots of cpu and the z-push log is contantly logging stuff, errors,
	> warnings and info.
	
	Depending on the number of events and contacts it might take time for
	the first sync.
	Activesync can only sync 25 elements at a time.
	Mail and calendar are filter by time range, however there is not such
	feature for contact in carddav server.
	If you have any error in z-push-error.log please send them, because you
	should not.
	
	>
	> I in stalled the sogosync from git hub (todays version).
	>
	> I tried adding an exchange account but I did not have succes there.
	> Does anyone know if this is possible?
	
	What do you mean by "exchange account"?
	Because it the way you need to setup for ios and Android at least. and
	it does work.
	
	> I did configure the proxy to use ssl but I only specified a domain
	> name. not any path. ie: sogo.dandy.nl and not
	> sogo.dandy.nl/Microsoft-Server-ActiveSync
	>
	> But I got these lines in my apache log:
	> RPC_IN_DATA /rpc/rpcproxy.dll?sogo.dandy.nl:6004 HTTP/1.1" 400 312
	> Ofcourse I do not have any ddl on my apache server. Should I configure
	> outlook (2010) differently?
	
	Where outlook is coming from?
	Activesync is a 2 way sync for mobile device not to Outlook.
	As it is pure HTTP you can surely configure a proxy in the middle.
	RPC is not poart of ActiveSync protocol.
	
	>
	> Is it possible to configure outlook (2010) so it only syncs contacts
	> and calendars with SOGo 1.3.*? and use imap for mail?
	
	No it is not the purpose of ActiveSync.
	To do so you SOGo2 which implement the communiction protocol for Outlook.
	
	The error you show below are due to a wrong URL, therefor it can not
	create the correct XMl element.
	
	include/carddav.php:412 SimpleXMLElement::__construct(): Entity: line 2:
	parser warning : xmlns:D: 'DAV:' is not a valid URI (2)
	
	Regards
	
	>
	> Here are some of the errors I get in the z-push logs:
	>
	>
	> 13/06/2012 13:14:07 [ 7034] [on...@dandy.nl] [WARN]
	> /var/www/html/sogosync/include/carddav.php:412
	> SimpleXMLElement::__construct(): Entity: line 2: parser warning :
	> xmlns:D: 'DAV:' is not a valid URI (2)
	> 13/06/2012 13:14:07 [ 7034] [on...@dandy.nl] [WARN]
	> /var/www/html/sogosync/include/carddav.php:412
	> SimpleXMLElement::__construct(): > xmlns:ap="http://apache.org/dav/props/" xmlns:D="DAV:">> 13/06/2012 13:14:07 [ 7034] [on...@dandy.nl] [WARN]
	> /var/www/html/sogosync/include/carddav.php:412
	> SimpleXMLElement::__construct():
	> ^ (2)
	> 13/06/2012 13:14:07 [ 7034] [on...@dandy.nl] [WARN]
	> /var/www/html/sogosync/include/carddav.php:412
	> SimpleXMLElement::__construct(): Entity: line 2: parser warning :
	> xmlns:D: 'DAV:' is not a valid URI (2)
	> 13/06/2012 13:14:07 [ 7034] [on...@dandy.nl] [WARN]
	> /var/www/html/sogosync/include/carddav.php:412
	> SimpleXMLElement::__construct(): > xmlns:ap="http://apache.org/dav/props/" xmlns:D="DAV:">> 13/06/2012 13:14:07 [ 7034] [on...@dandy.nl] [WARN]
	> /var/www/html/sogosync/include/carddav.php:412
	> SimpleXMLElement::__construct():
	> ^ (2)
	> 13/06/2012 13:14:07 [ 7034] [on...@dandy.nl] [WARN]
	> /var/www/html/sogosync/include/carddav.php:412
	> SimpleXMLElement::__construct(): Entity: line 2: parser warning :
	> xmlns:D: 'DAV:' is not

Re: [SOGo] Feature request.

2012-06-18 Thread Hans de Groot

Okay, sorry about my feature request. The solution is already there.

For people using mysql authentication the solution from Francis works. I did not try it because I thought it only works in multi domain mode, but I added it and now only the users of teh same domain show up.

Thanks for the tip Francis.

If I every try the LDAP auhtentication I will try youy solution Nathanael.

Regards

Hans




On Friday, June 15, 2012 14:13 CEST, Francis Lachapelle  wrote:


	Hi Hans
	
	On 2012-06-15, at 6:40 AM, Hans de Groot wrote:
	
	> I have a feature request. (I hope I post this in the right place)
	>
	> I would like to have a configuration option that when set, lets the calendar/contacts sharing menu only show/search email adresses in the same domain.
	> IE: if I am logged in with ha...@dandy.nl I can only share with users in the dandy.nl domain. I do not want my users to see all email adresses in the system.
	>
	> Why do I want this?
	>
	> I like to deploy SOGo once and never have to look at it again. So when I add a new mail domain to my system SOGo automatically works with it.
	> It does this allready except when using the share calendar/contacts part. Here users are shown all existing email accounts/users on the system.
	> I know I can use SOGo with multiple virtual hosts but this way I have to add this to the SOGo config (and remove it later) and restart SOGo everytime a domain gets added or removed.
	
	Is your authentication source SQL or LDAP-based? If you use LDAP, consider Nathanael's solution. With an SQL source, you can dynamically associate users to a domain using the "DomainFieldName" parameter. The value must be the column name that corresponds to the user domain.
	
	> If this is to much work than maybe a quicker solution would be to have an option to disable the search function when sharing calendars.
	> Users just have to type the complete email address of the user they want to share the calender with.
	> It will start in red and turn blue when it matches.
	>
	> I hope you will look into this. I think it will add a lot power to SOGo.
	
	--
	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] Feature request.

2012-06-15 Thread Hans de Groot

	Hi,

	   

	I have a feature request. (I hope I post this in the right place)

	 

	I would like to have a configuration option that when set, lets the calendar/contacts sharing menu only show/search email adresses in the same domain.

	IE: if I am logged in with ha...@dandy.nl I can only share with users in the dandy.nl domain. I do not want my users to see all email adresses in the system.

	 

	Why do I want this?

	 

	I like to deploy SOGo once and never have to look at it again. So when I add a new mail domain to my system SOGo automatically works with it.

	It does this allready except when using the share calendar/contacts part. Here users are shown all existing email accounts/users on the system.

	I know I can use SOGo with multiple virtual hosts but this way I have to add this to the SOGo config (and remove it later) and restart SOGo everytime a domain gets added or removed.

	 

	If this is to much work than maybe a quicker solution would be to have an option to disable the search function when sharing calendars.

	Users just have to type the complete email address of the user they want to share the calender with.

	It will start in red and turn blue when it matches. 

	 

	I hope you will look into this. I think it will add a lot power to SOGo.
	
	Regards
	
	Hans de Groot
	 


Re: [SOGo] password hashes w crypt-md5 + salt in (My)SQL db in sogo 2.0?

2012-06-14 Thread Hans de Groot

Hi,

I do know one thing, the documentation states to use crypt-md5 but it should be md5-crypt as authentication method. ie:

    userPasswordAlgorithm
    md5-crypt

I made a view to my own user table in an other database and that works. So I gues that a view to an ISPConfig database should work too.

Hans de Groot



On Thursday, June 14, 2012 13:00 CEST, "Andreas Balg"  wrote:


	
	Oncew more trying to integrate SOGo with ISPConfig 3 managed accounts and mailboxes.
	
	I've found various mails regarding the support of crypt-md5 password hashes in SQL databases
	(as used by ISPConfig 3 for mail users)  so what is the current status of crypt-md with SQLdb's in  sogo 2.0 ?
	
	Did anybody figure out how to automate a synchronisation or configure sogo to use an SQL-View
	directly with the database from ISPConfig 3 to authenticate users?
	
	How may we authenticate users against that DB?
	
	cheers
	Andreas Balg




[SOGo] Outlook and sogo 1.3

2012-06-14 Thread Hans de Groot
Hello.

I am still wondereing if outlook can somehow use sogo 1.3.*.  I know I can add an imap account but than I do not have  contacts and a calendar that I can sync. Some one suggested sogosync but that is activesync and ment for mobile devices and not for outlook. (I might be wrong here). My sogo server is online in a datacenter so a lan mapi connection is not possible. (I do not want to use vpn).

So can I sync my outlook calendar and contact with sogo 1.3.* or is that not possible?

Hans de Groot


[SOGo] SOGosync questions

2012-06-13 Thread Hans de Groot
HI list,

I am trying out sogosync and am surprised I actually saw email comming in. I thought email was not supported?
It's not very stable though since the mail also disappears again and reapeared again later. Same with my test contact I made in sogo. It apeared on my (android)  phone and than I had the same contact 3 times and later it went back to one contact. Also sogod is suddenly using lots of cpu and the z-push log is contantly logging stuff, errors, warnings and info.

I in stalled the sogosync from git hub (todays version).

I tried adding an exchange account but I did not have succes there. Does anyone know if this is possible? I did configure the proxy to use ssl but I only specified a domain name. not any path. ie: sogo.dandy.nl and not sogo.dandy.nl/Microsoft-Server-ActiveSync

But I got these lines in my apache log:
RPC_IN_DATA /rpc/rpcproxy.dll?sogo.dandy.nl:6004 HTTP/1.1" 400 312
Ofcourse I do not have any ddl on my apache server. Should I configure outlook (2010) differently?

Is it possible to configure outlook (2010) so it only syncs contacts and calendars with SOGo 1.3.*? and use imap for mail?

Here are some of the errors I get in the z-push logs:


13/06/2012 13:14:07 [ 7034] [on...@dandy.nl] [WARN] /var/www/html/sogosync/include/carddav.php:412 SimpleXMLElement::__construct(): Entity: line 2: parser warning : xmlns:D: 'DAV:' is not a valid URI (2)
13/06/2012 13:14:07 [ 7034] [on...@dandy.nl] [WARN] /var/www/html/sogosync/include/carddav.php:412 SimpleXMLElement::__construct(): 
13/06/2012 13:14:07 [ 7034] [on...@dandy.nl] [WARN] /var/www/html/sogosync/include/carddav.php:412 SimpleXMLElement::__construct():    ^ (2)
13/06/2012 13:14:07 [ 7034] [on...@dandy.nl] [WARN] /var/www/html/sogosync/include/carddav.php:412 SimpleXMLElement::__construct(): Entity: line 2: parser warning : xmlns:D: 'DAV:' is not a valid URI (2)
13/06/2012 13:14:07 [ 7034] [on...@dandy.nl] [WARN] /var/www/html/sogosync/include/carddav.php:412 SimpleXMLElement::__construct(): 
13/06/2012 13:14:07 [ 7034] [on...@dandy.nl] [WARN] /var/www/html/sogosync/include/carddav.php:412 SimpleXMLElement::__construct():    ^ (2)
13/06/2012 13:14:07 [ 7034] [on...@dandy.nl] [WARN] /var/www/html/sogosync/include/carddav.php:412 SimpleXMLElement::__construct(): Entity: line 2: parser warning : xmlns:D: 'DAV:' is not a valid URI (2)
13/06/2012 13:14:07 [ 7034] [on...@dandy.nl] [WARN] /var/www/html/sogosync/include/carddav.php:412 SimpleXMLElement::__construct(): 
13/06/2012 13:14:07 [ 7034] [on...@dandy.nl] [WARN] /var/www/html/sogosync/include/carddav.php:412 SimpleXMLElement::__construct():    ^ (2)
13/06/2012 13:14:07 [ 7034] [on...@dandy.nl] [WARN] /var/www/html/sogosync/include/carddav.php:412 SimpleXMLElement::__construct(): Entity: line 2: parser warning : xmlns:D: 'DAV:' is not a valid URI (2)
13/06/2012 13:14:07 [ 7034] [on...@dandy.nl] [WARN] /var/www/html/sogosync/include/carddav.php:412 SimpleXMLElement::__construct(): 
13/06/2012 13:14:07 [ 7034] [on...@dandy.nl] [WARN] /var/www/html/sogosync/include/carddav.php:412 SimpleXMLElement::__construct():
13/06/2012 13:14:07 [ 7034] [on...@dandy.nl] [INFO] ExportChangesDiff->InitializeExporter(): Found '0' changes

And

13/06/2012 12:52:00 [ 6805] [on...@dandy.nl] [ERROR] trace: 2:/var/www/html/sogosync/lib/request/requestprocessor.php:126 - Sync->Handle()
13/06/2012 12:52:00 [ 6805] [on...@dandy.nl] [ERROR] trace: 3:/var/www/html/sogosync/index.php:178 - RequestProcessor::HandleRequest()
13/06/2012 12:52:04 [ 6808] [on...@dandy.nl] [ERROR] trace error: /var/www/html/sogosync/lib/default/diffbackend/exportchangesdiff.php:199 Creating default object from empty value (2048) - backtrace: 3 steps
13/06/2012 12:52:04 [ 6808] [on...@dandy.nl] [ERROR] trace: 1:/var/www/html/sogosync/lib/request/sync.php:814 - ExportChangesDiff->Synchronize()
13/06/2012 12:52:04 [ 6808] [on...@dandy.nl] [ERROR] trace: 2:/var/www/html/sogosync/lib/request/requestprocessor.php:126 - Sync->Handle()
13/06/2012 12:52:04 [ 6808] [on...@dandy.nl] [ERROR] trace: 3:/var/www/html/sogosync/index.php:178 - RequestProcessor::HandleRequest()
13/06/2012 12:52:07 [ 6496] [on...@dandy.nl] [ERROR] trace error: /var/www/html/sogosync/lib/default/diffbackend/exportchangesdiff.php:199 Creating default object from empty value (2048) - backtrace: 3 steps
13/06/2012 12:52:07 [ 6496] [on...@dandy.nl] [ERROR] trace: 1:/var/www/html/sogosync/lib/request/sync.php:814 - ExportChangesDiff->Synchronize()
13/06/2012 12:52:07 [ 6496] [on...@dandy.nl] [ERROR] trace: 2:/var/www/html/sogosync/lib/request/requestprocessor.php:126 - Sync->Handle()
13/06/2012 12:52:07 [ 6496] [on...@dandy.nl] [ERROR] trace: 3:/var/www/html/sogosync/index.php:178 - RequestProcessor::HandleRequest()
13/06/2012 12:52:07 [ 6483] [on...@dandy.nl] 

Re: [SOGo] Export contacts with photos?

2012-06-04 Thread hans de Groot
Hi Christain,

Thanks for your reply.

I tried backup via the webinterface and the sogo integrator in thunderbird not via commandline tools. But I see it is still a feature request.

I hope it gets fixed. It's nice if the users can make their own exports (and imports) of their contact.  Specially when faced with a possibility of double contacts when fooling arround with funambol.

Regards

Hans




On Monday, June 4, 2012 14:49 CEST, Christian Mack  wrote:


	Hello Hans
	
	
	On 2012-05-30 09:45, hans wrote:
	>
	> yesterday I some how got double contact entries again so I decided to
	> delete the all contacts via the thunderbird addressbook and restore a
	> backup I made 2 days ago. The restore went well except that the contact
	> pictures are missing.
	>
	
	How did you make the backups?
	
	They should be there via sogo-tool backup/restore.
	
	> I also made a backup on my android phone so I tried to restore that
	> backup and this time I did have my contact pictures.
	>
	
	OK, good to know.
	
	
	> Than I tried to export my contacts using the sogo webinterface, delete
	> all contacts and restore again and again all contact pictures are missing.
	> Is this a bug? Or is there an other way to make a complete contacts
	> backup that contains all data?
	>
	> I am using sogo 1.3.15.a
	>
	
	That's normal.
	The webinterface lacks support for adding/removing/importing/exporting
	of pictures.
	It only can display them when added via CardDAV.
	
	There is already a feature request to add support for it in the
	webinterface, see bugs #1084 and #1187
	http://www.sogo.nu/bugs/view.php?id=1084
	http://www.sogo.nu/bugs/view.php?id=1187
	
	If you use LDAP, see also bug #747
	http://www.sogo.nu/bugs/view.php?id=747
	
	
	Kind regards,
	Christian Mack
	
	--
	Christian Mack
	Gruppe Informationsdienste
	Rechenzentrum Universität Konstanz
	--
	users@sogo.nu
	https://inverse.ca/sogo/lists




[SOGo] I am worried now, can we use openchange from a remote location or not?

2012-05-16 Thread Hans de Groot

Hi list,

I was looking for the port number MAPI is using. so to configure the 
firewall. but I found this remark some where:


>>I want to open MAPI for remote users, is it possible to open it in 
firewall?

>Technically yes. But you would never, ever do it.
>The way to "open MAPI" for remote users would be to implement Outlook 
Anywhere so all you need open is TCP 443.


But I also read this in the SOGo Native Micosoft Outlook Cofiguration.pdf

>The Microsoft “Outlook Anywhere” protocol is currently not supported.

Does this mean that outlook can only be used in a local lan???

Thx

Hans










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


[SOGo] openchange and bind which bind version for centos 5 rhel5?

2012-05-16 Thread Hans de Groot

Hello,

I tried the SOGo 2 nighlty build via rpm's for RHEL5 on my Centos 5.8 setup.

yum updated/installed everything without complaints. (I installed it 
over my 1.3.14)


I followed the steps from the pdf  (SOGo Native Microsoft Outlook 
Configuration.pdf 
 
(PDF) For SOGo version 2.0.0rc1)


Sogo is still working, I can see my agenda and adressbook. The mail is 
gone but I read somewhere I have to reboot.


That is not my problem.

I need to include some file in my named.conf.

Now I only have a caching nameserver so I havbe a 
named.caching-nameserver.conf  file.


I added the include lines but when restarting I get this error:

/var/lib/samba4/private/named.conf:11: unknown option 'dlz'
/var/lib/samba4/private/named.conf.update:2: unknown option 'update-policy'

Which makes sense coz I run the stock centos 5 bind (9.3..)

The instruction don't say anything about this.

Do I need a better bind or do I needs special version or plugins?

regards

Hans


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