[SOGo] multi domains and mass virtual hosting.

2012-06-04 Thread hans

Hi,

It seems I have to provision (and restart) SOGo seperatly for each 
domain that it should handle mail for when using multi domains.


Is there an other way or are there plans for an other way? It seems to 
me that the domain could easily be taken from the users login (when user 
user\@domain logins) and SOGo figures out which dc's to use.  This way 
we can leave SOGo alone when new domains are added.


If that is not possible how do I use the defaults command to add and 
delete a domain or maybe check a domain is allready added? (or maybe the 
calendar sharing feature could get an option to only share between users 
in the same domain based on their email address, than I would not need 
multi domains)


I mean how would I use defaults write sogod . to write the 
multidomains config?


ie: how would the part below be added.

domains = {
acme = {
SOGoMailDomain = acme.com;
SOGoDraftsFolderName = Drafts;
SOGoUserSources = (
{
type = ldap;
CNFieldName = cn;
IDFieldName = uid;
UIDFieldName = uid;
baseDN = ou=users,dc=acme,dc=com;
bindDN = uid=sogo,ou=users,dc=acme,dc=com;
bindPassword = qwerty;
canAuthenticate = YES;
displayName = Shared Addresses;
hostname = localhost;
id = public_acme;
isAddressBook = YES;
port = 389;
}
);
};
coyote = {
SOGoMailDomain = coyote.com;
SOGoIMAPServer = imap.coyote.com;
SOGoUserSources = (
{
type = ldap;
CNFieldName = cn;
IDFieldName = uid;
UIDFieldName = uid;
baseDN = ou=users,dc=coyote,dc=com;
bindDN = uid=sogo,ou=users,dc=coyote,dc=com;
bindPassword = qwerty;
canAuthenticate = YES;
displayName = Shared Addresses;
hostname = localhost;
id = public_coyote;
isAddressBook = YES;
port = 389;
}
);
}

And last question,

How will a sogod restart affect users that are using SOGo at that time?  
I plan to automate adding and deleting so when a new domain gets 
registered it gets added to SOGo right away (or removed).


Sorry for all my weird questions but I am trying to get SOGo working as 
a replacement for Horde (and I am almost here). So it should sort of fit 
in my existing  setup.


Regards

Hans



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


Re: [SOGo] iPhone does not update altered recurring events

2012-06-04 Thread Christian Mack
On 2012-06-04 03:28, robert_robin...@amogconsulting.com wrote:
 We have the latest stable version of SOGo running on a Centos 5.6 box which 
 has
 served us well for over 12 months now. We mainly use the web interface for
 adding and altering events, some people use Thunderbird successfully and we
 also use iPhones, with limited success.
 
 The iPhones are connected by letting them on our internal network (via Wi-Fi),
 adding a new calendar, using caldav, with the correct URL:
 http://FQ domain name here:80/SOGo/dav/username here
 everything works really well, events can be added by phone, viewed by phone 
 and
 modified by phone. All calendars you subscribe to in the web interface show up
 on the phone no problems. This only works when on the internal network and
 there are plans to allow phone users VPN access so that they can interact with
 SOGo while out and about, which is the driver for doing this.
 
 So far so good, there's a pretty serious problem though.
 It seems that SOME events (I haven't quite pinned down exactly what causes 
 it),
 that are created on the web interface that are recurring events with multiple
 attendees; cause problems when after a period of time (ie long enough for the
 event to propagate onto the phone) someone alters ONE or more of the recurring
 events, for example the time for a weekly meeting gets shifted by an hour, 
 this
 change does not show on the phone but does appear on the web interface. This 
 is
 not consistent and that's why I say I haven't pinned it down exactly yet. I
 cant work out exactly what variable is causing the problem.
 
 After doing a little reading, I think the issue may be with Apples rather
 unsavory take on the CalDAV standard that requires the recurring data to be in
 a specific order, whereas SOGo (quite rightly after browsing the standard)
 doesn't care. I think its the RRULE, ie
 RRULE:UNTIL=20120328T22Z;FREQ=WEEKLY;BYDAY=TU.
 
 Is this a known issue?

 I haven't bothered using the Funambol connector because it all seemed
to work
 well without it, until now. However with people starting to use it
more often
 on their phones, its becoming quite embarrassing when executives are
an hour
 late to a meeting because their calendar didn't update properly. Does
using
 Funambol eradicate this problem? I'm not likely going to be able to
spend the
 time needed to implement this add-on if it isn't proven to fix the
problem.

 I'm aware of Apples somewhat stubborn approach to standards, CalDAV,
BlueTooth,
 etc etc and I don't expect them to fix their software anytime soon.
What should
 I do?

 PS apart from this SOGo is a fantastic product, keep up the great work
guys!

This is fixed by a workaround in SOGo 1.3.15.
RRULE is now served in the ordering Apple expects.

See bug #1203
http://www.sogo.nu/bugs/view.php?id=1203

This bug in Apples Software also changed the timezone when synchronized
with iCal on MacOS.
But this fix only works for new/changed events.
Existing events eventually have to be corrected manually.


Kind regards,
Christian Mack

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


Re: [SOGo] Shared LDAP adressbook CardDav for Mac OS X 10.7.3

2012-06-04 Thread Christian Mack
Hello


On 2012-05-31 16:05, Martin Seener wrote:
 
 Am 5/31/12 3:53 PM, schrieb Pavel Momot:

 I'm desperately trying to configure LDAP global address-book over
 Carddav. Some threads are saying this is impossible, some have other
 problems but can see LDAP as address-book. I must say that for
 Thunderbird client Carddav works perfectly in read only (search
 filter) and general (full pull) mode. But Mac OS sees only personal
 contacts, not the global one. I tried to specify different path, just
 like in Thunderbird, but still failed. Will appreciate any help on
 this subject.

 P.S. sogo versions: 1.3.15 stable


 we have the same issue here. i believe to saw that OS X Address Book
 is enterprise oriented therefore only uses first (private) address book.

 we managed to have the shared one instead by modifiying the accounts
 .plist file - but its not a good reliable solution.

 Hope that one of Inverse Teams Member can say more about and if there is a
 workaround for OSX AB.

I am not from Inverse, but...

Apple Address Book on Mac OS only accesses the first (= personal)
address book via CardDAV.
You can not change this, without changing Apple Address Book.
There is nothing Inverse/SOGo can do about it.
So complain at Apples Support.

The only work around you can use is to add the personal address book via
CardDAV and to add the global address book via LDAP protocol.
But for this to work, you have to make your LDAP reachable and viewable
at least by all Apple users.

For us this would be too insecure, as we would have to open our LDAP
server for the whole university.
Also the data protection laws in germany forbid us to make these
personal information viewable by everyone, which would be the case via
the LDAP protocoll.


Kind regards,
Christian Mack

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


Re: [SOGo] Shared LDAP adressbook CardDav for Mac OS X 10.7.3

2012-06-04 Thread Martin Seener

Hi Christian,

maybe there is a workaround for Inverse.

What about adding a new Option in the config SOGoAggregateAddressBooks
which concatenates one or more address books to the Personal One.
So when Apples AB gets the Personal AB it gets the concatenated one!?

Am 6/4/12 11:27 AM, schrieb Christian Mack:

Hello


On 2012-05-31 16:05, Martin Seener wrote:

Am 5/31/12 3:53 PM, schrieb Pavel Momot:

I'm desperately trying to configure LDAP global address-book over
Carddav. Some threads are saying this is impossible, some have other
problems but can see LDAP as address-book. I must say that for
Thunderbird client Carddav works perfectly in read only (search
filter) and general (full pull) mode. But Mac OS sees only personal
contacts, not the global one. I tried to specify different path, just
like in Thunderbird, but still failed. Will appreciate any help on
this subject.

P.S. sogo versions: 1.3.15 stable


we have the same issue here. i believe to saw that OS X Address Book
is enterprise oriented therefore only uses first (private) address book.

we managed to have the shared one instead by modifiying the accounts
.plist file - but its not a good reliable solution.

Hope that one of Inverse Teams Member can say more about and if there is a
workaround for OSX AB.

I am not from Inverse, but...

Apple Address Book on Mac OS only accesses the first (= personal)
address book via CardDAV.
You can not change this, without changing Apple Address Book.
There is nothing Inverse/SOGo can do about it.
So complain at Apples Support.

The only work around you can use is to add the personal address book via
CardDAV and to add the global address book via LDAP protocol.
But for this to work, you have to make your LDAP reachable and viewable
at least by all Apple users.

For us this would be too insecure, as we would have to open our LDAP
server for the whole university.
Also the data protection laws in germany forbid us to make these
personal information viewable by everyone, which would be the case via
the LDAP protocoll.


Kind regards,
Christian Mack


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


Fwd: [SOGo] Still OpenLAP PANIC Error

2012-06-04 Thread Buddy Butterfly

Hi,

has someone an idea how to solve this?

 Original-Nachricht 
Betreff:[SOGo] Still OpenLAP PANIC Error
Datum:  Sun, 03 Jun 2012 14:23:04 +0200
Von:Buddy Butterfly buddy.butter...@web.de
Antwort an: buddy.butter...@web.de
An: users@sogo.nu



Hi,

just discovered SoGo and wanted to test it with the appliance.
Unfortunately in current ZEG release ZEG-1.3.12.ova.gz LDAP still does
not work:

...: bdb(dc=nodomain): PANIC: fatal region error detected; run recovery


How to fix?

Tnx,
Matt

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

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

Re: [SOGo] Shared LDAP adressbook CardDav for Mac OS X 10.7.3

2012-06-04 Thread Christian Mack
Hello Martin Seener


On 2012-06-04 11:31, Martin Seener wrote:
 
 maybe there is a workaround for Inverse.
 
 What about adding a new Option in the config SOGoAggregateAddressBooks
 which concatenates one or more address books to the Personal One.
 So when Apples AB gets the Personal AB it gets the concatenated one!?
 

That would be no solution for us, as our users demand autocompletion for
all addresses at our University.
Because of this, our users would combine their personal address book
with the global one.
This would result in a full synchronisation of all addresses (in our
case 14000+) for each Apple Address Book user.
And this would also break data protection laws here in germany, as I
said before (see LDAP).


Kind regards,
Christian Mack

 Am 6/4/12 11:27 AM, schrieb Christian Mack:
 Hello


 On 2012-05-31 16:05, Martin Seener wrote:
 Am 5/31/12 3:53 PM, schrieb Pavel Momot:
 I'm desperately trying to configure LDAP global address-book over
 Carddav. Some threads are saying this is impossible, some have other
 problems but can see LDAP as address-book. I must say that for
 Thunderbird client Carddav works perfectly in read only (search
 filter) and general (full pull) mode. But Mac OS sees only personal
 contacts, not the global one. I tried to specify different path, just
 like in Thunderbird, but still failed. Will appreciate any help on
 this subject.

 P.S. sogo versions: 1.3.15 stable

 we have the same issue here. i believe to saw that OS X Address Book
 is enterprise oriented therefore only uses first (private) address
 book.

 we managed to have the shared one instead by modifiying the accounts
 .plist file - but its not a good reliable solution.

 Hope that one of Inverse Teams Member can say more about and if there
 is a
 workaround for OSX AB.
 I am not from Inverse, but...

 Apple Address Book on Mac OS only accesses the first (= personal)
 address book via CardDAV.
 You can not change this, without changing Apple Address Book.
 There is nothing Inverse/SOGo can do about it.
 So complain at Apples Support.

 The only work around you can use is to add the personal address book via
 CardDAV and to add the global address book via LDAP protocol.
 But for this to work, you have to make your LDAP reachable and viewable
 at least by all Apple users.

 For us this would be too insecure, as we would have to open our LDAP
 server for the whole university.
 Also the data protection laws in germany forbid us to make these
 personal information viewable by everyone, which would be the case via
 the LDAP protocoll.



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


Re: Fwd: [SOGo] Still OpenLAP PANIC Error

2012-06-04 Thread Christian Mack
Hello Buddy Butterfly


On 2012-06-04 11:49, Buddy Butterfly wrote:
 
 has someone an idea how to solve this?
 
  Original-Nachricht 
 Betreff:  [SOGo] Still OpenLAP PANIC Error
 Datum:Sun, 03 Jun 2012 14:23:04 +0200
 Von:  Buddy Butterfly buddy.butter...@web.de
 Antwort an:   buddy.butter...@web.de
 An:   users@sogo.nu
 
 
 
 Hi,
 
 just discovered SoGo and wanted to test it with the appliance.
 Unfortunately in current ZEG release ZEG-1.3.12.ova.gz LDAP still does
 not work:
 
 ...: bdb(dc=nodomain): PANIC: fatal region error detected; run recovery
 
 
 How to fix?
 

How about doing what the error message suggests?
recover the bdb files of the LDAP.

If that's out of your scope, just use the 2.0.X ZEG.
It contains a SOGo 1.3.15 with additional OpenChange.
You don't have to use OpenChange at all though.


Kind regards,
Christian Mack

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


[SOGo] SOGO + LDAP auth

2012-06-04 Thread Николай Клименко


Hello everybody!

Again I faced the problem I tried to describe here earlier.
Unfortunately I couldn’t find any solutions, so I ask you to help me if 
it’s possible.


sogo Version 2.0.0
Authorization is in Active Directory

Changing CN attribute, the user won’t get authorization till sogo daemon 
is started on.


Authorization attempt
Jun 03 21:05:48 sogod [10192]: SOGoRootPage Login for user 'test_user' 
might not have worked - password policy: 65535  grace: -1  expire: -1  
bound: 0
10.8.0.6 - - [03/Jun/2012:21:05:48 GMT] POST /SOGo/connect HTTP/1.1 
403 34/59 0.003 - - 0


After daemon restart – authorization is on
Jun 03 21:07:12 sogod [10562]: SOGoRootPage successful login for user 
'test_user' - expire = -1  grace = -1


My .GNUstepDefaults

NSGlobalDomain = sogod
LDAPDebugEnabled = NO
OCSEMailAlarmsFolderURL = 
mysql://sogo:passw...@mysql.main.domain.ru:3306/sogo/sogo_alarms_folder
OCSFolderInfoURL = 
mysql://sogo:passw...@mysql.main.domain.ru:3306/sogo/sogo_folder_info
OCSSessionsFolderURL = 
mysql://sogo:passw...@mysql.main.domain.ru:3306/sogo/sogo_sessions_folder
SOGoProfileURL = 
mysql://sogo:passw...@mysql.main.domian.ru:3306/sogo/sogo_user_profile

PGDebugEnabled = NO
SOGoACLsSendEMailNotifications = NO
SOGoAppointmentSendEMailNotifications = NO
SOGoCacheCleanupInterval = 1
SOGoDayEndTime = 19
SOGoDayStartTime = 9
SOGoEnableEMailAlarms = NO
SOGoFirstDayOfWeek = 1
SOGoFoldersSendEMailNotifications = NO
SOGoForwardEnabled = YES
SOGoIMAPServer = localhost
SOGoLanguage = Russian
SOGoMailAuxiliaryUserAccountsEnabled = NO
SOGoMailComposeMessageType = html
SOGoMailDomain = domain.ru
SOGoMailMessageCheck = every_minute
SOGoSieveScriptsEnabled = YES
SOGoSieveServer = sieve://localhost
SOGoSupportedLanguages = {Russian, English}
SOGoTimeZone = Europe/Moscow
SOGoUIxDebugEnabled = NO
SOGoUserSources =
{
CNFieldName = cn
MailFieldNames = mail
UIDFieldName = sAMAccountName
baseDN = dc=main,dc=domain,dc=ru
bindDN = mail-dae...@main.domain.ru
bindFields = sAMAccountName
bindPassword = password
canAuthenticate = NO
displayName = DOMAIN_PUBLIC_BOOK
hostname = ldap-server
id = user_address_book
isAddressBook = YES
passwordPolicy = NO
port = 389
scope = SUB
type = ldap
}
{
CNFieldName = cn
MailFieldNames = mail
UIDFieldName = sAMAccountName
baseDN = dc=main,dc=domain,dc=ru
bindDN = mail-dae...@main.domain.ru
bindFields = sAMAccountName
bindPassword = password
canAuthenticate = YES
displayName = user_auth_ldap
hostname = ldap-server
id = user_auth_ldap
isAddressBook = NO
passwordPolicy = NO
port = 389
scope = SUB
type = ldap
}
SOGoVacationEnabled = YES
WOLogFile = /var/log/sogo/sogo.log
WOWorkersCount = 3


thx

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


Re: [SOGo] How to make a link to the ICS calendar

2012-06-04 Thread Christian Mack
On 2012-05-30 07:04, Thomas Dilts wrote:
 I was also stuck on how to get a link to the ICS calendar to work since
 you always need the username and password. I found a similar problem in
 the user letters in the sogo archives and they suggested putting into
 cron a script to copy the calendar.ics to a public place.  Works nicely
 actually.
 
 Then I realized you can always include the username and password in the
 link. The format is
 http://username:passw...@mysogo.xxx/dav/user/Calendar.. It's nice to
 avoid using cron.
 
 In the application I am using, this technique works perfectly.  I am
 showing my calender in my wordpress web page using amr ical events
 plugin.   Take a look if you want.  http://pingsteskilstuna.se/kalender/

You also could use public calendars.
These are world accessable without authentication.

To enable these, you have to set SOGoEnablePublicAccess = YES and give
public permissions on the chosen calendar.


Kind regards,
Christian Mack

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


Re: [SOGo] Export contacts with photos?

2012-06-04 Thread Christian Mack
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


Re: [SOGo] Setting SOGoCalendarCategoriesColors for all users

2012-06-04 Thread Christian Mack
Hello Holger Biber


On 2012-06-01 08:33, Holger Biber wrote:
 
 I want to set the SOGoCalendarCategoriesColors for all users, i.e. I
 want to set it at ~sogo/GNUstep/Defaults/.GNUstepDefaults.
 
 First try (as user sogo):
 defaults write sogod SOGoCalendarCategoriesColors
 '({Besprechung=#FFD700;})'
 
 leads to
 keySOGoCalendarCategoriesColors/key
 array
 dict
 keyBesprechung/key
 string#FFD700/string
 /dict
 /array
 in .GNUstepDefaults.
 When restarting sogod as user root these entries are deleted. Why ?
 
 Second try (as user sogo):
  defaults write sogod SOGoCalendarCategoriesColors
 '(Besprechung:#FFD700)'
 
 leads to:
 keySOGoCalendarCategoriesColors/key
 array
 stringBesprechung:#FFD700/string
 /array
 in .GNUstepDefaults.
 When restarting sogod as user root these entries are deleted , too !
 
 What ist the correct syntax for defaults write to add these settings ?
 
 SOGoCalendarCategories Besprechung exists and is visible at the webpage.
 

Sorry, but you can only set
SOGoCalendarDefaultCategoryColor
on the global level.

SOGoCalendarCategoriesColors are a per user defined preference.
You can set them as sogo with:

/usr/sbin/sogo-tool user-preferences set defaults ${UserToChange}
SOGoCalendarCategoriesColors '{Besprechung: #FFD700,geselliger
Umtrunk: #FF}'


Kind regards,
Christian Mack

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


Re: [SOGo] SOGoRootPage Login for user 'myuser' might not have worked - password policy: 65535 grace: -1 expire: -1 bound: 0

2012-06-04 Thread Jean Raby

On 12-06-03 11:36 PM, Guillaume JULLIEN wrote:

Le 04/06/2012 02:46, Jean Raby a écrit :

On 12-06-03 3:24 PM, Guillaume JULLIEN wrote:

Hello,

Hi Guillaume,


No way to login on web interface.

Can you help me ? I could find any working solution to my problem.


can you try logging in as 'John Doe'?

It seems like the DN of the user is cn=John
Doe,ou=users,dc=domain,dc=fr, so you'd need to bind with the CN, not
with the uid, as shown in the subject of this mail.

Also, I never tested a login with a space in it. If 'John Doe' doesn't
work, try a cn without a space.

LDAP logs might be useful here to get more details on what is actually
failing.

Hello,

How do I bind with the CN ?

From the example ldap entry you posted, 'John Doe' is the CN, 'myuser' 
is the uid. So try to login using 'John Doe' instead of 'myuser'.


Also, check the ldap logs, you might see hints about what is actually 
failing.



I tried :
keyCNFieldName/key
stringcn/string
keyIDFieldName/key
stringcn/string
keyUIDFieldName/key
stringcn/string

Doesn't work.




Platform : ubuntu Ubuntu 11.04
SOGo : 1.3.15
Postgresql : 8.4
openldap : 2.4.23

*In /etc/ldap/slapd.conf, I have*
...
suffix dc=domain,dc=fr
rootdn cn=manager,dc=domain,dc=fr
...

*Here is a user ldap account :*
26 cn=John Doe,ou=users,dc=domain,dc=fr
objectClass: sambaSamAccount
objectClass: posixAccount
objectClass: inetOrgPerson
objectClass: organizationalPerson
objectClass: person
...
uid: myuser
cn: John Doe
uidNumber: 5040
mail: j...@domain.fr
sn: Doe
givenName: John

*And my (sogo) GNUstep/Defaults/.GNUstepDefaults configuration file :*
...
keySOGoUserSources/key
array
dict
keyCNFieldName/key
stringcn/string
keyIDFieldName/key
stringcn/string
keyIMAPHostFieldName/key
stringmailHost/string
keyUIDFieldName/key
stringuid/string
keybaseDN/key
stringou=users,dc=domain,dc=fr/string
keybindDN/key
stringcn=manager,dc=domain,dc=fr/string
keybindPassword/key
stringsecret/string
keycanAuthenticate/key
stringYES/string
keydisplayName/key
stringShared adresses/string
keyhostname/key
stringlocalhost/string
keyid/key
stringpublic/string
keyisAddressBook/key
stringYES/string
keyport/key
string389/string
/dict
/array
...

Thanks in advance,







--
*Guillaume JULLIEN*

www.aquilog.fr

Mobile  06 24 68 25 24
Fax 05 57 96 83 58
Mailg.jull...@aquilog.fr mailto:g.jull...@aquilog.fr
Web www.aquilog.fr http://www.aquilog.fr




--
Jean Raby
jr...@inverse.ca  ::  +1.514.447.4918 (x120) ::  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] 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. Its 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 christian.m...@uni-konstanz.de 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
	
	
	Thats 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 Universitt Konstanz
	--
	users@sogo.nu
	https://inverse.ca/sogo/lists




Re: [SOGo] ZEG v2.0.0rc2 startup issue on Virtual Box

2012-06-04 Thread Sergio SIMONE
Thank you all for your kind replies. Removing the nic and recreating it 
actually solved the issue.

Time to test SOGo !

On 03/06/2012 01:58, Alexandre Boyer wrote:

Hello Sergio,

I downloaded rc2 and it ran without any problem on an Ubuntu desktop
with VBox 4.x.

You may want to destroy the nic, create a new one and boot your VM again.

Hope this help.

Alexandre Boyer
ZEROSPAM
Soutien technique - Technical Support


On 12-06-01 11:53 AM, Sergio SIMONE wrote:

Hello,

Being new to SOGo, I thought I'd take the ZEG VM for a spin.

I'm running Virtual Box 4.0.4 on Linux. The .ova file import completes
just fine.
Unfortunately when I try to boot the VM I get the following error from
Virtual Box:

Failed to open a session for the virtual machine ZEG-2.0.0rc2.
Failed to open/create the internal network
'HostInterfaceNetworking-en1: AirPort' (you might need to modprobe
vboxnetflt to make it accessible) (VERR_INTNET_FLT_IF_NOT_FOUND).
Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND).
Unknown error creating VM (VERR_INTNET_FLT_IF_NOT_FOUND).

Incidentally vboxnetflt is loaded ok:

~# lsmod|grep vbox
vboxnetadp 13340  0
vboxnetflt 28297  0
vboxdrv   252684  2 vboxnetadp,vboxnetflt

To me it looks like the VM was baked on a mac (hence the reference to
en1 Airport) and it's somehow incompatible with my linux install of
Virtual Box.
Has anybody had the same issue? Do you know a workaround?

Thank you for your time.

Cheers!
sergio


--
Sergio SIMONE
Responsable Infrastructure
Netapsys Conseil
Ingénierie informatique
http://www.netapsys.fr
124 - 126, rue de Provence
75008 Paris
Tél :  +33 (0)1 70 64 27 56
Fax :  +33 (0)1 42 60 38 27
PRIVILEGED  CONFIDENTIAL / CONFIDENTIEL
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient, please notify the sender immediately and destroy 
this e-mail. Any unauthorised copying, disclosure or distribution of the 
material in this e-mail is strictly forbidden.
Cet e-mail contient des informations confidentielles protégées par le secret 
professionnel. S'il ne vous est pas destiné, nous vous remercions d'en avertir 
l'expéditeur et de le détruire immédiatement, sans le copier, ni révéler ou 
transmettre son contenu à quiconque.

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


Re: [SOGo] Shared LDAP adressbook CardDav for Mac OS X 10.7.3

2012-06-04 Thread Christian Mack
Hello Martin Seener


As you see a use case for this functionality, then you should open a
feature request at http://www.sogo.nu/bugs for it.


Kind regards,
Christian Mack

On 2012-06-04 12:46, Martin Seener wrote:
 Sure but in a company of 20 people with personal and one shared AB for
 all it would be cool
 
 Am 6/4/12 12:26 PM, schrieb Christian Mack:
 Hello Martin Seener


 On 2012-06-04 11:31, Martin Seener wrote:
 maybe there is a workaround for Inverse.

 What about adding a new Option in the config SOGoAggregateAddressBooks
 which concatenates one or more address books to the Personal One.
 So when Apples AB gets the Personal AB it gets the concatenated one!?

 That would be no solution for us, as our users demand autocompletion for
 all addresses at our University.
 Because of this, our users would combine their personal address book
 with the global one.
 This would result in a full synchronisation of all addresses (in our
 case 14000+) for each Apple Address Book user.
 And this would also break data protection laws here in germany, as I
 said before (see LDAP).


 Kind regards,
 Christian Mack

 Am 6/4/12 11:27 AM, schrieb Christian Mack:
 Hello


 On 2012-05-31 16:05, Martin Seener wrote:
 Am 5/31/12 3:53 PM, schrieb Pavel Momot:
 I'm desperately trying to configure LDAP global address-book over
 Carddav. Some threads are saying this is impossible, some have other
 problems but can see LDAP as address-book. I must say that for
 Thunderbird client Carddav works perfectly in read only (search
 filter) and general (full pull) mode. But Mac OS sees only personal
 contacts, not the global one. I tried to specify different path, just
 like in Thunderbird, but still failed. Will appreciate any help on
 this subject.

 P.S. sogo versions: 1.3.15 stable

 we have the same issue here. i believe to saw that OS X Address Book
 is enterprise oriented therefore only uses first (private) address
 book.

 we managed to have the shared one instead by modifiying the accounts
 .plist file - but its not a good reliable solution.

 Hope that one of Inverse Teams Member can say more about and if there
 is a
 workaround for OSX AB.
 I am not from Inverse, but...

 Apple Address Book on Mac OS only accesses the first (= personal)
 address book via CardDAV.
 You can not change this, without changing Apple Address Book.
 There is nothing Inverse/SOGo can do about it.
 So complain at Apples Support.

 The only work around you can use is to add the personal address book
 via
 CardDAV and to add the global address book via LDAP protocol.
 But for this to work, you have to make your LDAP reachable and viewable
 at least by all Apple users.

 For us this would be too insecure, as we would have to open our LDAP
 server for the whole university.
 Also the data protection laws in germany forbid us to make these
 personal information viewable by everyone, which would be the case via
 the LDAP protocoll.




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


Re: Fwd: [SOGo] Still OpenLAP PANIC Error

2012-06-04 Thread Buddy Butterfly

Hi Christian,

that worked like a charm (and yes, I tried to recover DB).
Indeed it is a bit misleading on web page. Makes people think this 2.x
version
is an Outlook only version ;-) Also, 1.3.12 should be fixed or removed
from web page.

Testing now...

There are some first questions I have.
I am using latest Tunderbird.

1. Is there a scheduled sync for calendar and addresses?
2. What is the best strategy to have a shared addressbook and shared
calendar
   for multiple people? This people would then also go into a group.
   I am seeing shared addresses but nothing in it. What they are for?
3. When adding a addressbook it can not be accessed from TB. Only
private addressbook is accessible.

Tnx and best regards,
Matt


Am 04.06.2012 12:32, schrieb Christian Mack:
 Hello Buddy Butterfly


 On 2012-06-04 11:49, Buddy Butterfly wrote:
 has someone an idea how to solve this?

  Original-Nachricht 
 Betreff: [SOGo] Still OpenLAP PANIC Error
 Datum:   Sun, 03 Jun 2012 14:23:04 +0200
 Von: Buddy Butterfly buddy.butter...@web.de
 Antwort an:  buddy.butter...@web.de
 An:  users@sogo.nu



 Hi,

 just discovered SoGo and wanted to test it with the appliance.
 Unfortunately in current ZEG release ZEG-1.3.12.ova.gz LDAP still does
 not work:

 ...: bdb(dc=nodomain): PANIC: fatal region error detected; run recovery


 How to fix?

 How about doing what the error message suggests?
 recover the bdb files of the LDAP.

 If that's out of your scope, just use the 2.0.X ZEG.
 It contains a SOGo 1.3.15 with additional OpenChange.
 You don't have to use OpenChange at all though.


 Kind regards,
 Christian Mack

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


[SOGo] BTS activities for Monday, June 04 2012

2012-06-04 Thread SOGo reporter
Title: BTS activities for Monday, June 04 2012





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Monday, June 04 2012

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1827
	2012-06-04 08:16:38
	updated (open)
	SOGo Native Outlook Compatibility
	ZEG Unable to connect to Outlook using the Virtual Appliace
	
	  
	
1826
	2012-06-04 08:49:38
	updated (open)
	Backend Address Book
	Global address book on LDPA backend synchronize to os x 10.7.3 Addressbook
	
	  
	
1823
	2012-06-04 15:13:14
	updated (open)
	Web General
	Blocks clients based on User-Agent
	
	  
	
823
	2012-06-04 12:08:50
	assigned (open)
	Web Calendar
	Recurring events with reminder do not show bell in web frontend
	
	  
	
867
	2012-06-04 11:30:18
	resolved (fixed)
	Backend Calendar
	EXDATE not properly parsed
	
	  
	
1821
	2012-06-04 15:48:08
	resolved (fixed)
	Web Preferences
	filtering: match all messages
	
	  
	
1491
	2012-06-04 08:15:36
	closed (not a bug)
	Web Calendar
	Can't subscribe remote calendar via http_proxy