[SOGo] ics compatibility with Microsoft Exchange, oulook, Lotus Notes etc

2013-05-28 Thread Götz Reinicke - IT Koordinator
Hi dear folks,

an user asked me today if sogo is working reliable with Microsoft
Exchange and Lotus Notes invitations form such systems and if Lotus
Notes and Microsoft Exchange users will be able to accept sogo calendar
invitations.

I hope and think yes :) but so far we can only test apple mail,
thunderbird, and some smart phones :))

May be there is some sort of compatibility matrix, or is it just
working - point . ?

Regards . Götz

-- 
Götz Reinicke
IT-Koordinator

Tel. +49 7141 969 82 420
Fax  +49 7141 969 55 420
E-Mail goetz.reini...@filmakademie.de

Filmakademie Baden-Württemberg GmbH
Akademiehof 10
71638 Ludwigsburg
www.filmakademie.de

Eintragung Amtsgericht Stuttgart HRB 205016

Vorsitzender des Aufsichtsrats: Jürgen Walter MdL
Staatssekretär im Ministerium für Wissenschaft,
Forschung und Kunst Baden-Württemberg

Geschäftsführer: Prof. Thomas Schadt



smime.p7s
Description: S/MIME Kryptografische Unterschrift


Re: [SOGo] ANN: SOGo v2.0.5

2013-05-28 Thread Steve Ankeny

I *finally* performed the update from SOGo v2.0.4b to v2.0.5

And, I ran the update commands on pg. 50 of the Installation Guide:

install -d -m 750 -o root -g sogo /etc/sogo
sudo -u sogo sogo-tool dump-defaults  /etc/sogo/sogo.conf
chown root:sogo /etc/sogo/sogo.conf
chmod 640 /etc/sogo/sogo.conf
sudo -u sogo mv ~sogo/GNUstep/Defaults/.GNUstepDefaults \
~sogo/GNUstep/Defaults/GNUstepDefaults.old

I am working from an older ZEG that's been fully updated to 12.04LTS 
(with all changes)


'sudo' should allow me to run commands as 'root' (although there's no 
actual 'root' account)


'adam' is the account by which I run all 'sudo' commands.

However, the 2nd command choked!

adam@sogo: sudo -u sogo sogo-tool dump-defaults  /etc/sogo/sogo.conf
-bash: /etc/sogo/sogo.conf: Permission denied

So, I ran the 3rd  4th commands:

sudo chown root:sogo /etc/sogo/sogo.conf
adam@sogo:~$ sudo chmod 640 /etc/sogo/sogo.conf

And, reran the 2nd command with the same error!

At that point, I did not run the last command (thinking it would disable 
the older configuration which was not 'dumped' into the newer 
'sogo.conf')  I believe I was correct in doing so, as 'sogo' works fine.


Including the calendar.

I was able to update 'sogo-connector-17.0.5.xpi' but not 
'sogo-integrator-17.0.5.xpi'


The latter failed to install either via 'updates.php' or manually by 
file.  I edited 'sogo-integrator-17.0.5.xpi' as suggested in the 
Installation Guide, but it appears not to install in Thunderbird.


Oh!  I updated Thunderbird to 17.0.6ESR  COULD THAT BE THE PROBLEM?

I will move back to 17.0.2ESR before I end the night.

On 04/12/2013 10:07 AM, Jean Raby wrote:

On 13-04-12 10:00 AM, Steve Ankeny wrote:


The announcement said the update was minor but described changing where
user defaults are stored.

Ludovic gave explicit instructions on moving the configuration, but I 
will

backup my existing configuration and wait until a more opportune
time to make the changes, as we're an accounting office.
The change is actually pretty minor. Both configuration style are 
still supported, but we now recommend using /etc/sogo/sogo.conf since 
it is easier to read.


I presume there's no update to SOPE though there are new Integrator and
Connector extensions.

Sope was updated, so you need to upgrade its packages too.




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


Re: [SOGo] ANN: SOGo v2.0.5

2013-05-28 Thread Jean Raby

On 13-05-28 9:08 PM, Steve Ankeny wrote:

adam@sogo: sudo -u sogo sogo-tool dump-defaults  /etc/sogo/sogo.conf
-bash: /etc/sogo/sogo.conf: Permission denied
adam doesn't have the write permission on /etc/sogo so this is expected. run 
this command as root and it will work just fine.


sudo -i
sudo -u sogo sogo-tool dump-defaults  /etc/sogo/sogo.conf

As for integrator, you'll have to customize it before it works for your site. 
See the thunderbird config guide: 
http://www.sogo.nu/files/docs/SOGo%20Mozilla%20Thunderbird%20Configuration.pdf

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


Re: [SOGo] ANN: SOGo v2.0.5

2013-05-28 Thread Steve Ankeny

ok ...

adam@sogo:~$ sudo -i
root@sogo:~# sudo -u sogo sogo-tool dump-defaults  /etc/sogo/sogo.conf
0x0xe3b550[SOGoStartupLogger] Empty file: '/etc/sogo/sogo.conf'. Skipping

However, it's not empty but contains the same information in 
'GNUstepDefaults' (in different format)


I've ran the rest of the commands, and everything works (e-mail, 
calendar, etc.)


As for 'sogo-integrator,' I did customize it (by changing 'inverse.ca' 
to my 'servername')


I copied what I found in the original '3.107.xpi' we used at first but 
it seems not to load properly.


Here's the error in Thunberbird's error console:

Timestamp: 5/28/2013 10:49:02 PM
Warning: WARN addons.xpi: Invalid XPI: [Exception... Component returned 
failure code: 0x80520006 (NS_ERROR_FILE_TARGET_DOES_NOT_EXIST) 
[nsIZipReader.getInputStream]  nsresult: 0x80520006 
(NS_ERROR_FILE_TARGET_DOES_NOT_EXIST)  location: JS frame :: 
resource:///modules/XPIProvider.jsm :: loadManifestFromZipReader :: line 
938  data: no]

Source File: resource:///modules/XPIProvider.jsm  Line: 938

I'll work on the 'integrator' but it works for now.

On 05/28/2013 10:25 PM, Jean Raby wrote:

On 13-05-28 9:08 PM, Steve Ankeny wrote:

adam@sogo: sudo -u sogo sogo-tool dump-defaults  /etc/sogo/sogo.conf
-bash: /etc/sogo/sogo.conf: Permission denied
adam doesn't have the write permission on /etc/sogo so this is 
expected. run this command as root and it will work just fine.


sudo -i
sudo -u sogo sogo-tool dump-defaults  /etc/sogo/sogo.conf

As for integrator, you'll have to customize it before it works for 
your site. See the thunderbird config guide: 
http://www.sogo.nu/files/docs/SOGo%20Mozilla%20Thunderbird%20Configuration.pdf


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


[SOGo] Do I Need LDAP Entries for Existing Local Users?

2013-05-28 Thread Ron Scott-Adams
I noticed that OpenLDAP (or another LDAP provider) is required. Does this
imply I need to create an inetorgperson for my existing local users who will
have email addresses at various domains?Forgive my lack of experience
with LDAP in a POSIX environment, but what are the ramifications of having an
LDAP user and a local user for the same person? Or, is there some way to
import local users? I have asked a more complete version of this question at
serverfault.com: http://j.mp/131USMZThanks in advance.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Do I Need LDAP Entries for Existing Local Users?

2013-05-28 Thread Stephen Ingram
On Tue, May 28, 2013 at 8:39 PM, Ron Scott-Adams r...@tohuw.net wrote:

 I noticed that OpenLDAP (or another LDAP provider) is required. Does this
 imply I need to create an inetorgperson for my existing local users who
 will have email addresses at various domains? Forgive my lack of experience
 with LDAP in a POSIX environment, but what are the ramifications of having
 an LDAP user and a local user for the same person? Or, is there some way to
 import local users? I have asked a more complete version of this question
 at serverfault.com: http://j.mp/131USMZ Thanks in advance.


Ron-

It doesn't really matter if you have LDAP users that duplicate users on
your system. You would have to specifically configure your system to use
LDAP or it will continue to use /etc/passwd by default. SOGo can be the
sole user of LDAP on your system without any ill effects. There are several
basic LDAP howtos on the Web. Just follow one and don't be too concerned
about making things complicated as SOGo only requires the most basic of
attributes.

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