Re: [SOGo] Apache SSL Config

2010-05-13 Thread Dennis Petschull
You also have to make sure to set WOApplicationRedirectURL =
httpS://your.sogo.url; in your .GNUstepDefaults. 

Cheers,
Dennis


On Thu, 13 May 2010 11:58:00 -0500, Robert A Wooldridge
bob.wooldri...@edm-inc.com wrote:
 On 05/13/2010 10:36 AM, Tomas Kuliavas wrote:
 2010.05.13 17:52 Robert A Wooldridge raše.:
   
 I'm trying to setup the SOGo apache config to use SSL.  Can anyone
share
 their config file to give me an idea of how to do it?
 

 SOGo apache configuration does not include any directives for setting
up
 virtual host. Setup secured virtual host according to apache
 documentation
 and load sogo configuration in it. The only things related to SSL are
two
 sogo x-webobjects-server- headers.

   
 Ok, I tried creating a virtual host and it is working to a degree. When 
 I log in to an account, it does not go to a secure (https) connection. 
 But I can redo the address and it does. Then I find that some of the 
 links do not go to a secure pop-up. Like writing, replying or 
 forwarding, these do not. But the address book and preferences do. Also 
 when I log out, it goes to an insecure page.
 
 Any ideas what is causing this?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Howto see real ip-address of client in sogo.log and not 127.0.0.1?

2010-08-01 Thread Dennis Petschull
Has anybody gotten this to work??
I still only see the 127.0.0.1 from the apache proxy in my sogo logs :-(

Cheers,
Dennis


On Wednesday 14 April 2010 22:11:16 Dennis Petschull wrote:
 Hello,
 
 I would like to see the real ip-address of the connected client in the
 sogo.log instead of the 127.0.0.1 of the apache proxy.
 In principal this should be possible using the x-forwarded-for line which
 mod_proxy adds to the header.
 But how exactly?
 
 Cheers,
 Dennis
 

-- 
two4.IT
http://www.two4.it
--
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Howto see real ip-address of client in sogo.log and not 127.0.0.1?

2010-08-01 Thread Dennis Petschull
Yes, I know that the IP appears in the apache logs, but I would like to see 
the IP in the sogo logs, too.

Cheers,
Dennis

On Sunday 01 August 2010 15:09:16 Mickaël Misbach wrote:
 Hi,
 I don't know if it's possible to seethe ip address in the sogo logs,
 but it is possible to see them in the apache logs (access.log).
 I'm using it with fail2ban to prevent unauthorized access and it works
  well.
 
 2010/8/1 Dennis Petschull d.petsch...@two4.it:
  Has anybody gotten this to work??
  I still only see the 127.0.0.1 from the apache proxy in my sogo logs :-(
 
  Cheers,
  Dennis
 
  On Wednesday 14 April 2010 22:11:16 Dennis Petschull wrote:
  Hello,
 
  I would like to see the real ip-address of the connected client in the
  sogo.log instead of the 127.0.0.1 of the apache proxy.
  In principal this should be possible using the x-forwarded-for line
  which mod_proxy adds to the header.
  But how exactly?
 
  Cheers,
  Dennis

-- 
two4.IT
http://www.two4.it
--
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Addressbook via LDAP using OpenLDAPs dynamic config backend

2010-10-01 Thread Dennis Petschull
Hi,

I've read Wolfgangs email concerning sogo-slapd-sockd here:
http://mail.opengroupware.org/pipermail/sogo/2010-March/005881.html

The instructions are clear to me, if I would be using the old static 
slapd.conf configuration method of OpenLDAP.
But now that I'm using OpenLDAP version 2.4.15-1ubuntu3.1 with the new 
dynamic config backend, I'm not quite sure how to accomplish this.

Does anybody have a working ldif file to get this working with the slapadd 
command?

Thanks!

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


Re: [SOGo] Addressbook via LDAP using OpenLDAPs dynamic config backend

2010-10-10 Thread Dennis Petschull
Hi Louis,

thanks for your help. I think I can manage it now...
But now that I'm setting it all up, a question came to my mind:

For all of this to work out, the LDAP server and the SOGo server need reside 
on the same host, right? Or is it also possible when LDAP and SOGo servers are 
on different hosts??

Cheers,
Dennis


On Sunday 03 October 2010 16:59:18 ketzal devims wrote:
 Hi Dennis,
 
 This dynamic configuration for openLDAP is used since a long time already.
 It was really difficult also for me to understand it at the beginning, but
 then, you get used to it, and it's not that complex.
 
 You can find attached a doc I made when I setup Sogo on my server, this is
 the part concerning LDAP.
 
 Regs
 Louis
 
 
 
 2010/10/1 Mohit Chawla mohit.chawla.bin...@gmail.com
 
  Is it a priority to use the dynamic backend ?  I personally find it
  disrupting the way Ubuntu  Debian are moving to the slapd.d style. Maybe
  it holds some (probably important) advantages, but at the same time the
  static slapd.conf method isn't particularly disadvantageous either.
 
  Of course, you can still use slapd.conf using the -f argument to slapd,
  that's how I do it on new installations.
 
  Anyway, the Ubuntu wiki is a good source of information, that's probably
  where you should be looking for your answer regarding the configuration 
  adding records.
 
  On Fri, Oct 1, 2010 at 8:47 PM, Dennis Petschull 
d.petsch...@two4.itwrote:
  Hi,
 
  I've read Wolfgangs email concerning sogo-slapd-sockd here:
  http://mail.opengroupware.org/pipermail/sogo/2010-March/005881.html
 
  The instructions are clear to me, if I would be using the old static
  slapd.conf configuration method of OpenLDAP.
  But now that I'm using OpenLDAP version 2.4.15-1ubuntu3.1 with the new
  dynamic config backend, I'm not quite sure how to accomplish this.
 
  Does anybody have a working ldif file to get this working with the
  slapadd command?
 
  Thanks!
 
  Cheers,
  Dennis
  --
  users@sogo.nu
  https://inverse.ca/sogo/lists
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Addressbook via LDAP using OpenLDAPs dynamic config backend

2010-10-11 Thread Dennis Petschull
Hi Valentin,

In general you're right.  But are you sure that this also holds true for this 
special use-case of the sogo-slapd-sockd?
As I understand, the users ldap query triggers the ldap server to ask the 
socket, specified in the ldap-directory. 
But the socket address is only present on the sogo server (where the 
sogo-slapd-sockd command was executed), not on the ldap server itself.
Or am I missing something here??

Cheers,
Dennis

On Monday 11 October 2010 09:20:43 Valentin Bud wrote:
 Hello Dennis,
 
 On Sun, Oct 10, 2010 at 10:15 PM, Dennis Petschull d.petsch...@two4.itwrote:
  Hi Louis,
 
  thanks for your help. I think I can manage it now...
  But now that I'm setting it all up, a question came to my mind:
 
  For all of this to work out, the LDAP server and the SOGo server need
  reside
  on the same host, right? Or is it also possible when LDAP and SOGo
  servers are
  on different hosts??
 
 Doesn't matter if SOGo and LDAP are on the same server or not. You must
 point SOGo
 to the LDAP server either using DNS name or IP address.
 
 a great day,
 v
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Addressbook via LDAP using OpenLDAPs dynamic config backend

2010-10-12 Thread Dennis Petschull
Hi Louis,

I just tried it out. As I expected, this does not work, as the slapd is 
looking for the socket on the ldap server, whereas the actual socket is of 
course on the sogo server.
Here is the error message from the syslog on the ldap server:
slapd[2631]: socket connect(/var/run/sogo/sogo-sockd.sock) failed

So, is there anybody who did this already with ldap and sogo being on different 
hosts??

Cheers,
Dennis

On Monday 11 October 2010 11:16:15 ketzal devims wrote:
 Hi Dennis,
 
 For my configuration, I did it in a Co-localized server, but I'm pretty
  sure you can do it with two different servers. (If you're not sure, try it
  :))
 
 Regs
 Louis
 
 2010/10/11 Dennis Petschull d.petsch...@two4.it
 
  Hi Valentin,
 
  In general you're right.  But are you sure that this also holds true for
  this special use-case of the sogo-slapd-sockd?
  As I understand, the users ldap query triggers the ldap server to ask the
  socket, specified in the ldap-directory.
  But the socket address is only present on the sogo server (where the
  sogo-slapd-sockd command was executed), not on the ldap server itself.
  Or am I missing something here??
 
  Cheers,
  Dennis
 
  On Monday 11 October 2010 09:20:43 Valentin Bud wrote:
   Hello Dennis,
  
   On Sun, Oct 10, 2010 at 10:15 PM, Dennis Petschull d.petsch...@two4.it
  
  wrote:
Hi Louis,
   
thanks for your help. I think I can manage it now...
But now that I'm setting it all up, a question came to my mind:
   
For all of this to work out, the LDAP server and the SOGo server need
reside
on the same host, right? Or is it also possible when LDAP and SOGo
servers are
on different hosts??
  
   Doesn't matter if SOGo and LDAP are on the same server or not. You must
   point SOGo
   to the LDAP server either using DNS name or IP address.
  
   a great day,
   v
 
  --
  users@sogo.nu
  https://inverse.ca/sogo/lists
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Addressbook via LDAP using OpenLDAPs dynamic config backend

2010-10-27 Thread Dennis Petschull
Hi,

I just found this bug report:
http://www.sogo.nu/bugs/view.php?id=905

Could my problems be related to this bug maybe?

Cheers,
Dennis


Am Samstag 16 Oktober 2010 18:49:55 schrieb Dennis Petschull:
 Hey Ketzal,
 
 I'm still not sure what you really mean.
 
 Anyhow, I've played around with socat, to pipe the socket from the sogo
  server to the ldap server. On the ldap server I use this command:
 socat UNIX-LISTEN:/var/run/sogo/sogo-sockd.sock EXEC:'ssh s...@sogoserver
  socat STDIO UNIX-CONNECT:/var/run/sogo/sogo-sockd.sock' This works (I
  guess).
 Then I create an ldap addressbook in Thunderbird with these settings:
 Server: ldapserver-IP
 Base-DN: cn=personal,ou=people,dc=two4.it
 Port: 389
 Bind-DN: The Bind-DN of my account,dc=two4,dc=it
 
 In the LDAP-Database I have:
 databasesock
 suffix   ou=people,dc=two4.it
 socketpath  /var/run/sogo/sogo-sockd.sock
 extensions  binddn
 
 When I enter a dot in the search field of the TB addressbook, it will
  return 0 results. The socat command gets killed with no error (so I guess
  it worked) and on the sogo server I see this: s...@sogo:/usr/sbin$
  ./sogo-slapd-sockd
 0x0x8c80b48[SOGoSockD] listening on /var/run/sogo/sogo-sockd.sock
 0x0x8d43a80[SOGoStartupLogger] Using obsolete 'WOApplicationRedirectURL'
  user default. 0x0x8d43a80[SOGoStartupLogger]   Please configure the use
  of the x-webobjects-XXX headers with your webserver (see sample files).
  0x0x8cb9738[SOGoCache] Cache cleanup interval set every 300.00
  seconds 0x0x8cb9738[SOGoCache] Using host(s) 'localhost' as server(s)
 
 So why do I get 0 results, although I have several addresses in my personal
  addressbook of this account? Btw, I'm using SOGo 1.3.2.
 
 Cheers,
 Dennis
 
 Am Donnerstag 14 Oktober 2010 09:56:36 schrieb ketzal devims:
  The way I do it: 2 solutions:
 
  - 1 server with everything inside
  - 2 servers: one with Apache and Sogo, the second one with Slapd, LDAP
  database, MySQL.
 
  Louis
 
  2010/10/13 Dennis Petschull d.petsch...@two4.it
 
   What do you mean by that? Can you explain a little further, please?
  
   Cheers,
   Dennis
  
   On Wednesday 13 October 2010 10:21:53 ketzal devims wrote:
Don't put the Slapd on the same machine than the Sogo server, but
slapd
  
   and
  
LDAP database should be on the same server.
   
Louis
   
2010/10/12 Dennis Petschull d.petsch...@two4.it
   
 Hi Louis,

 I just tried it out. As I expected, this does not work, as the
 slapd is looking for the socket on the ldap server, whereas the
 actual socket is of course on the sogo server.
 Here is the error message from the syslog on the ldap server:
 slapd[2631]: socket connect(/var/run/sogo/sogo-sockd.sock) failed

 So, is there anybody who did this already with ldap and sogo being
 on different
 hosts??

 Cheers,
 Dennis

 On Monday 11 October 2010 11:16:15 ketzal devims wrote:
  Hi Dennis,
 
  For my configuration, I did it in a Co-localized server, but I'm
  
   pretty
  
   sure you can do it with two different servers. (If you're not
  sure, try

 it

   :))
 
  Regs
  Louis
 
  2010/10/11 Dennis Petschull d.petsch...@two4.it
 
   Hi Valentin,
  
   In general you're right.  But are you sure that this also holds
  
   true
  
 for

   this special use-case of the sogo-slapd-sockd?
   As I understand, the users ldap query triggers the ldap server
   to
  
   ask
  
 the

   socket, specified in the ldap-directory.
   But the socket address is only present on the sogo server
   (where
  
   the
  
   sogo-slapd-sockd command was executed), not on the ldap server
   itself. Or am I missing something here??
  
   Cheers,
   Dennis
  
   On Monday 11 October 2010 09:20:43 Valentin Bud wrote:
Hello Dennis,
   
On Sun, Oct 10, 2010 at 10:15 PM, Dennis Petschull 

 d.petsch...@two4.it

   wrote:
 Hi Louis,

 thanks for your help. I think I can manage it now...
 But now that I'm setting it all up, a question came to my
 mind:

 For all of this to work out, the LDAP server and the SOGo
  
   server
  
 need

 reside
 on the same host, right? Or is it also possible when LDAP
 and SOGo servers are
 on different hosts??
   
Doesn't matter if SOGo and LDAP are on the same server or
not.
  
   You
  
 must

point SOGo
to the LDAP server either using DNS name or IP address.
   
a great day,
v
  
   --
   users@sogo.nu
   https://inverse.ca/sogo/lists

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

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


Re: [SOGo] Manage users quota when using LDAP auth?

2010-11-09 Thread Dennis Petschull
Interesting! Do you happen to know, if Gosa has virtual domains support
(like Phamm)??

Cheers,
Dennis

Покотиленко Костик wrote:
 В Пнд, 08/11/2010 в 15:19 -0500, nathan.c...@onlinesupport.com пишет:
 Good day everyone,

 I was wondering if anyone knows a way to manage a users quota (give a user 
 more
 then the default quota) when using LDAP?

 From what I can see we can set a field to act as the manager (ex: PO Box 
 field)
 in AD but I am wondering if i'm overlooking something here.

 Can it be done via shell or some other way other then taking up a field in AD
 used for something else?
 
 We use Gosa to manage LDAP users/mailaccounts/quotas
 

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

Re: [SOGo] INBOX/Drafts folder isn't being created initially during first save

2010-12-17 Thread Dennis Petschull
Hi,

I think this is more on the IMAP-server side. I know for example, that Dovecot 
has an autocreate plugin, which does exactly what you want...

Cheers,
Dennis

-- 
two4.IT
http://www.two4.it


On Friday 17 December 2010 12:04:00 Покотиленко Константин wrote:
 I can't believe that everybody create Sent/Trash/Drafs folders manually
 
 В Срд, 15/12/2010 в 12:33 +0200, Покотиленко Константин пишет:
  Can somebody comment on this please, is it a common problem or it is
  only my installation affected?
 
  В Вто, 14/12/2010 в 10:34 +0200, Покотиденко Костантин пишет:
   In my case INBOX/Drafts folder isn't being created initially during
   first save. After pressing Save button, SOGo drops:
  
   =
   An error occurred during object publishing
  
   Failed to store message
   =
  
   INBOX/Sent and INBOX/Trash are being created initially during first
   send/delete operations.
  
   What's wrong?
  
   SOGo is 1.3.4, I'm using Cyrus IMAP.
  
   Those options among others are in
   config: /home/sogo/GNUstep/Defaults/.GNUstepDefaults:
  
   SOGoDraftsFolderName = INBOX/Drafts;
   SOGoSentFolderName = INBOX/Sent;
   SOGoTrashFolderName = INBOX/Trash;
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Funambol : Calendar synchro on Android 2.2

2011-01-26 Thread Dennis Petschull
Hi Stéphane,

you need to use the v9 beta from here:
https://android-client.forge.funambol.org/servlets/ProjectDocumentList?folderID=81expandFolder=81folderID=0

Then it works just fine.

Cheers,
Dennis

On 01/26/11 15:33, Stéphane PERON wrote:
 Hi,
 
 I have just installed funambol v9  and created sogo-card and card in
 FunambolSOGoConnector ( I have deleted the card entry in the
 FunambolFoundationConnector )
 
 The card synchronisation works very well ... with an android 2.2
 Operating System.
 
 I have done the same thing for calendar that is supposed to be supported
 from this funambol version ...
 
 However, on my android 2.2, I can't see the calendar icon ... like seen
 on this page : http://www.funambol.com/solutions/android.php
 
 So my question :
 Does anyone has succeeded in using calendar synchronisation with SOGO on
 android ??
 
 Cheers
 
 Stéphane
 

-- 
two4.IT
http://www.two4.it
--

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

Re: [SOGo] Dovecot quota indicator bar

2011-02-22 Thread Dennis Petschull
Hi,

IIRC, I had similar problems some time ago. The problem was the quota
root name. I see that you are using the standard User quota. If you
don't set this name in your config, things might work.
So instead of writing in your dovecot.conf:
quota = maildir:User quota
you write:
quota = maildir


Cheers,
Dennis

Am 22.02.2011 22:00, schrieb Kevin C. Smith:
 
 Mohit Chawla wrote:
 On Tue, Feb 22, 2011 at 10:09 PM, Kevin C. Smith
 ke...@linuxsmith.comwrote:

 suggestions for SOGo debugging? Maybe some sort of verbose logging,
 debug
 setting?


 http://www.sogo.nu/english/nc/support/faq/article/how-to-enable-more-verbose-logging-in-sogo.html
 
 Thanks, I should have seen that. I read the FAQ 10 times now. I'll give it
 a shot later. I did double check a few things. Dovecot reports QUOTA
 capability when asked and it reports the user's quota info also. However,
 I'm getting this in the web UI DOM Mailer.quotas = null. Suggesting that
 SOGo either didn't detect Dovecot support quotas or couldn't get the
 user's quota.
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] IMAP ACLs not configurable in thunderbird?

2011-03-07 Thread Dennis Petschull
Hello,

I've just upgraded my dovecot server to version 1.2, so it now handles
the IMAP ACLs correctly. This works perfectly out of the box from the
SOGo webinterface, where I can set the IMAP folder ACLs nicely.
I thought this should also be possible from Thunderbird when the
connector and integrator plugins are installed properly. But apparently
this is not the case? At least I can't find any option to do this, when
right-clicking on a folder.
Can someone confirm, or tell me what I am missing?

I've installed sogo from the ubuntu maverick nightlies.

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


[SOGo] Stable releases for Ubuntu maverick

2011-03-10 Thread Dennis Petschull
Hello,

Are there any plans to publish the stable SOGo releases also for Maverick?

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


Re: [SOGo] Global sieve rule?

2011-03-15 Thread Dennis Petschull
Hi,

For Dovecot you can use the sieve_before option, as described here
http://wiki.dovecot.org/LDA/Sieve/Dovecot

This works perfectly for me.

Cheers,
Dennis


Am 15.03.2011 17:54, schrieb Jon:
 On 03/11/2011 08:26 PM, Jon wrote:
 Is it possible to set a global sieve rule for all domains? If so,
 where exactly should it be, /var/lib/imap/sieve/global/ or somewhere
 else like the users directory?

 Thanks for any clue,

 Jon
 While I can't seem to figure out where a global rule would go I did
 figure out how to get it to work for a single user. In short, it pays to
 turn up the verbosity of the logs.
 
 Jon
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ANN: SOGo ZEG with Native Outlook Compatibility - TP8

2011-04-07 Thread Dennis Petschull
Hello,

is Outlook 2010 already supported with TP8?
I'm having some trouble to connect it to openchange.

Cheers,
Dennis


Am 06.04.2011 19:38, schrieb Ludovic Marcotte:
 Inverse is proud to announce the eighth downloadable version of SOGo ZEG
 with native Microsoft Outlook compatibility.
 
 The virtual appliance consists of the latest development version of
 SOGo, SOPE and OpenChange, properly installed and configured. Note that
 the native Microsoft Outlook compatibility is still *considered as
 experimental*. The fundamentals have been developed and the progress
 towards an end-user usable version will be fast from now on.
 
 Nonetheless, we release this Technology Preview ZEG edition to show
 how promising this is.
 
 
 == Getting it ==
 
 To download ZEG Technology Preview, simply point your browser to
 http://www.sogo.nu/english/downloads/zeg.html
 
 Look for Virtual Appliance - Native Outlook Compatibility.
 
 For configuration instructions, look at the following FAQ:
 http://www.sogo.nu/english/nc/support/faq/article/how-to-configure-outlook-to-work-with-openchange.html
 
 
 
 == Changes ==
 
 Here is a list of changes performed by the Inverse team since TP7 was
 released :
 
  * Added initial recurrence support for events and tasks
  * Added initial support for mail subfolders
  * Fixed handle issues which could cause Outlook to disconnect momentarily
  * Various other small bug fixes and minor improvements
 
 == Upcoming improvements ==
 
 The follow improvements will occur in the next following days, likely
 resulting in a TP9 :
 
  * Integrate the mapistore_v2 work which will allow us to support all
 SOGo user folders and all SOGo users easily (making freebusy lookup for
 other users more easy)
  * Add Cached Exchange Mode support
  * Add support for recurrence exceptions
  * Add support for reminders
  * Speedup of the IMAP accesses
 
 
 == Installation / Update ==
 
 Both SOGo and SOPE were installed from the Monotone repository while
 OpenChange was installed using the sogo branch from their official
 Subversion server.
 To update those components on ZEG from TP4 and upward, simply sudo as
 root. Then run the following script :
 
 /home/sogo/update.sh
 
 You might want to restart Outlook after the update.
 
 == Helping Out ==
 
 There are many ways you can help us. You can:
 
  * Spread the good word about this technology preview!
  * Follow our development in the users@sogo.nu mailing list and update
 regularly the components mentioned above
  * Contact us if you want to sponsor specific features with regard to
 Outlook / SOGo compatibility
 
 Thanks,
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ANN: SOGo ZEG with Native Outlook Compatibility - TP8

2011-04-07 Thread Dennis Petschull
Am 07.04.2011 15:18, schrieb Martin Rabl:
 Am 07.04.2011 15:15, schrieb Dennis Petschull:
 is Outlook 2010 already supported with TP8?
 I'm having some trouble to connect it to openchange.
 No.
 
 =
 http://www.sogo.nu/english/nc/support/faq/article/how-to-configure-outlook-to-work-with-openchange.html

Yes, I've seen this FAQ entry. But as it is from january, I just had
hoped that the sentence Microsoft Outlook 2007 and 2010 will soon be
supported is already obsolete.

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


Re: [SOGo] remembering password in browser

2011-04-11 Thread Dennis Petschull
Am 11.04.2011 21:17, schrieb Patrick Ben Koetter:
 * Halezov Ivan users@sogo.nu:
 So, as i understand there is no way to fix it..
 
 I don't want to start to troll, but from a security point of view, I think,
 you also should not try to fix it. Creating a kind of autologin based on
 username and password rips down important barriers. If I was to provide easier
 login, I'd use KERBEROS as already suggested in this thread.

Well, that of course implies that you are the administrator of the local
network. But if you are only offering the SOGo web-interface as an
external service, SSO is not an option.

Cheers,
Dennis

 
 
 
 



 11.04.2011 16:26, Ludovic Marcotte пишет:
 On 11-04-11 7:18 AM, Halezov Ivan wrote:
 I am planning to give access for users to SOGo web interface.

 It would be very inconvenient for users to enter there logins
 and passwords every time, they open browser.

 Why any browser(firefox,opera,chrome) does not ask user for
 remembering username and password ?

 What is the reason? and can i do something with it?

 See :

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

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


Re: [SOGo] Instant Messaging

2011-04-14 Thread Dennis Petschull
Hello,

sorry for digging out this old thread. But I just found out about iJab (
http://opensource.ijab.im/ ), which is opensource and offers a solution
to integrate a facebook-style xmpp chat-bar at the bottom of a webpage.
For this you only need to include several js-files, which should work
with SOGo using the SOGUIAdditionalJSFiles option.

iJabBar also offers some kind of Single-Sign-On, by using the users
cookie of the webpage to login to the xmpp server as well.
But here I'm not sure if this will work with cookie provided by SOGo.

Has anybody looked into this already?

Cheers,
Dennis

Am 17.03.2010 09:56, schrieb Olivier Migeot:
 On Tue, Mar 16, 2010 at 1:09 PM, Federico Alberto Sayd
 fs...@uncu.edu.ar wrote:
 
 An ajax jabber client (like gmail chat) would be very useful in SOGo
 
 Maybe something around the lines of jwchat, which is mostly
 client-side (given you've already deployed a BOSH-compliant jabber
 server).
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ANN: SOGo v1.3.8

2011-07-15 Thread Dennis Petschull
Hi Francis,

I have similar problems after upgrading to v1.3.8. After changing the
domain keys in the .GNUstepDefaults, I can now log-in again. All
previously subscribed calendars and addressbooks are there. But I cannot
subscribe to any new calendar or addressbook. Even if I click subscribe
user to this calendar in the ACL preferences window, it does not.

In the sogo log I can see lines like:
POST /SOGo/so/t...@two4.it@two4-it/foldersSearch?type=calendar HTTP/1.1
200 0/0 0.037 - - 0
where two4.it is the mail-domain and two4-it is the domain key entry
which I changed in the config. I tested this URL without the appended
domain key, and this seems to work.

So apparently, changing the domain-key (as you suggested) solves the
login-problem but raises a problem of calendar and addressbook sharing.

Anything other suggestions?

Cheers,
Dennis

Am 15.07.2011 20:53, schrieb Francis Lachapelle:
 Hi Ladislav
 
 On 2011-07-15, at 10:59 AM, Ladislav Pašek wrote:
 
 my multi-domain config stop working after update. I have to switch to single 
 domain config that is working. There some changes in multi-domain config 
 syntax?
 .GNUstepDefaults.txt
 
 Does the mail domains of your users addresses match the domains used in your 
 configuration file of SOGo? If they do match, change them. For example, 
 instead of using prodex.sk, use prodex-sk. As long as you don't use the 
 new SOGoLoginDomains setting, the domains keys defined in your 
 .GNUstepDefaults are never shown.
 
 
 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


Re: [SOGo] ANN: SOGo v1.3.8

2011-07-16 Thread Dennis Petschull
Hi Patrick,

can you also confirm, that calendar and addressbook sharing is not
working anymore now?

Cheers,
Dennis

Am 16.07.2011 21:46, schrieb Patrick Ben Koetter:
 * Francis Lachapelle users@sogo.nu:
 On 2011-07-15, at 10:59 AM, Ladislav Pašek wrote:

 my multi-domain config stop working after update. I have to switch to 
 single domain config that is working. There some changes in multi-domain 
 config syntax?
 .GNUstepDefaults.txt

 Does the mail domains of your users addresses match the domains used in your
 configuration file of SOGo? If they do match, change them. For example,
 instead of using prodex.sk, use prodex-sk. As long as you don't use the
 new SOGoLoginDomains setting, the domains keys defined in your
 .GNUstepDefaults are never shown.
 
 Confirmed. Once I changed the domains name to differ from SOGoMailDomain I
 could login again.
 
 Is this change intentional and I missed to read the relevant documentation or
 is it a bug?
 
 p@rick
 
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ANN: SOGo v1.3.8

2011-07-18 Thread Dennis Petschull
Hi Francis,

thanks for the infos. So, I'm using a mail attribute as the UIDFieldName
in a multi-domain setup. Hence, I've changed the domain keys and ran
into some problems (see my last mails). Is there anything I can do about
my problems?

Cheers,
Dennis

Am 18.07.2011 14:38, schrieb Francis Lachapelle:
 Hi Stuart
 
 On 2011-07-17, at 12:43 PM, Stuart Sheldon wrote:
 
 I have not attempted (nor currently plan) to implement the two new
 global domain settings.

 Should I adjust our configuration to accommodate any future conflicts,
 such as modifying our domain array keys to not match their respective
 SOGoMailDomain keys, in order to avoid future upgrade issues?
 
 Only if your authentication sources use a mail attribute as the UIDFieldName. 
 Otherwise, there's no need to change your domain keys.
 
 Furthermore, I've already committed a change that will avoid any side effect 
 of the new multi-domains settings when SOGoLoginDomains is not defined. So 
 this constraint will go away in the next release (and is already gone in the 
 nightly builds).
 
 For everyone's information: The main advantage of defining SOGoLoginDomains 
 is that values of UIDFieldName don't have to be unique among all domains 
 anymore but only within the same domain since users will now be identified as 
 UIDFieldName@domainKey. This identifier will show up in the URL and in the 
 data tables.
 
 
 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


Re: [SOGo] ANN: SOGo v1.3.8

2011-07-18 Thread Dennis Petschull
Thanks alot!

Dennis

Am 18.07.2011 15:52, schrieb Francis Lachapelle:
 Hi Dennis
 
 On 2011-07-16, at 5:13 PM, Dennis Petschull wrote:
 
 can you also confirm, that calendar and addressbook sharing is not
 working anymore now?
 
 I'll release 1.3.8a with a fix later today.
 
 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


Re: [SOGo] Setting Thunderbird Integrator extension problem

2011-08-24 Thread Dennis Petschull
Hi Jovan,

then show us your webserver log entries, while you start thunderbird.

Cheers,
Dennis

--
two4.IT
http://www.two4.it

On 08/24/11 09:26, Jovan Malesevic wrote:
 I moved files connector.xpi and integrator.xpi to
 /var/www/html/SOGo-configs/, and lighting.xpi leaved in
 /var/www/html/SOGo-configs/WINNT_x86-msvc/ - nothing happened again.
 
 This time, I have attached a right version of updates.php...
 
 Please help
 
 On Tue, Aug 23, 2011 at 8:25 PM, Dennis Petschull d.petsch...@two4.it
 mailto:d.petsch...@two4.it wrote:
 
 Hi Jovan,
 
 
 
 You should put the integrator and connector plugins in
 /var/www/html/SOGo-configs/ not in the individual platform-specific
 directories. Only the lightning plugin goes in there. This should
 work then.
 
 3. In folder /var/www/html/SOGo-configs/ I created file updates.php
(attached in this mail) and modified it as mentioned in SOGo's
guide (see attachment)
 
 Your attached file only contains the line: Plugin not found.
 
 
 Cheers,
 Dennis
 
 --
 two4.IT
 http://www.two4.it
 --
 users@sogo.nu mailto:users@sogo.nu
 https://inverse.ca/sogo/lists
 
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Addon update script reinstalls tb every time

2011-08-24 Thread Dennis Petschull
Hi Jakob,

I can see from your updates.php that you changed the version number of
the integrator plugin from 3.105 to 3.105-jl1. Have you made sure to
also change this setting in the Install.rdf file in the integrator xpi?


Cheers,
Dennis

--
two4.IT
http://www.two4.it

On 08/24/11 14:12, Jakob Lenfers wrote:
 Am 23.08.2011 17:18, schrieb Brian Kirkman:
 
 Please post your 'updates.php' and the 'extensions.rdf' portion of the
 integrator extension. Also, is your lightning extension in the proper
 'system type' directory, i.e. WINNT_x86-msvc, etc?
 
 It is, and it gets downloaded properly. It just doesn't stop afterwards.
 
 Doesn't seem like I can attach files here...
 
 extensions.rdf
 
 ?xml version=1.0?
 !DOCTYPE RDF
 RDF xmlns=http://www.w3.org/1999/02/22-rdf-syntax-ns#;
   xmlns:isi=http://inverse.ca/sogo-integrator/;
   xmlns:em=http://www.mozilla.org/2004/em-rdf#;
   xmlns:NC=http://home.netscape.com/NC-rdf#;
   Seq about=http://inverse.ca/sogo-integrator/extensions;
 
 isi:updateURL=http://groupware.bigsss-bremen.de/plugins/updates.php?plugin=%ITEM_ID%amp;version=%ITEM_VERSION%amp;platform=%PLATFORM%;
 li
   Description
 em:id=sogo-integra...@inverse.ca
 em:name=SOGo Integrator/
 /li
 li
   Description
 em:id=sogo-connec...@inverse.ca
 em:name=SOGo Connector/
 /li
 li
   Description
 em:id=e2fda1a4-762b-4020-b5ad-a41df1933103
 em:name=Lightning Inverse Edition/
 /li
   /Seq
 /RDF
 
 
 updates.php:
 
 ?php
 /* updates.php - this file is part of SOGo
  *
  *  Copyright (C) 2006-2010 Inverse inc.
  *
  * Author: Wolfgang Sourdeau wsourd...@inverse.ca
  *
  * This file is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2, or (at your option)
  * any later version.
  *
  * This file is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; see the file COPYING.  If not, write to
  * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
 /* This script handles the automatic propagation of extensions
 pertaining to a
SOGo site. It requires PHP 4.1.0 or later. */
 
 $plugins
 = array(
 sogo-connec...@inverse.ca
  = array( application = thunderbird,
version = 3.105,
filename = sogo-connector-3.105.xpi ),
 sogo-integra...@inverse.ca
  = array( application = thunderbird,
version = 3.105-jl1,
filename = sogo-integrator-BIGSSS-3.105-jl1.xpi ),
   e2fda1a4-762b-4020-b5ad-a41df1933103
   = array( application = thunderbird,
  version = 1.0b2.106pre2i,
  filename = lightning-1.0b2.106pre2i.xpi )
 );
 
 $applications
 = array( thunderbird =
 em:id{3550f703-e582-4d05-9a08-453d09bdfdc6}/em:id
 em:minVersion3.1.0/em:minVersion
 em:maxVersion3.1.*/em:maxVersion );
 
 $pluginname = $_GET[plugin];
 $plugin = $plugins[$pluginname];
 $application = $applications[$plugin[application]];
 
 if ( $plugin ) {
   $platform = $_GET[platform];
   if ( $platform
 file_exists( $platform . / . $plugin[filename] ) ) {
 $plugin[filename] = $platform . / . $plugin[filename];
   }
   elseif ( !file_exists( $plugin[filename] ) ) {
 $plugin = false;
   }
 }
 
 if ( $plugin ) {
   header(Content-type: text/xml; charset=utf-8);
   echo ('?xml version=1.0?' . \n);
 ?
 !DOCTYPE RDF
 RDF xmlns=http://www.w3.org/1999/02/22-rdf-syntax-ns#;
   xmlns:em=http://www.mozilla.org/2004/em-rdf#;
   Description about=urn:mozilla:extension:?php echo $pluginname ?
 em:updates
   Seq
 li
   Description
 em:version?php echo $plugin[version] ?/em:version
 em:targetApplication
   Description?php echo
 $applications[$plugin[application]] ?
   em:updateLinkhttp://groupware.bigsss-bremen.de/plugins/?php 
 echo
 $plugin[filename] ?/em:updateLink
 /Description
 /em:targetApplication
   /Description
 /li
   /Seq
 /em:updates
   /Description
 /RDF
 ?php
 } else {
   header(Content-type: text/plain; charset=utf-8, true, 404);
   echo( 'Plugin not found' );
 }
 ?
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Problem with sogo

2011-08-26 Thread Dennis Petschull
Hi Francis,

 My conf of sogo is  :
[snip]
 keybindDN/key
 stringcn=admin,dc=tesmail,dc=fr/string
[snap]

Maybe a typo here?

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


Re: [SOGo] LDAP over SSL

2011-10-21 Thread Dennis Petschull


On 10/21/11 16:08, Albert Shih wrote:
 
 Anyone successfully make a LDAP over SSL authentication ? 
 

Yes, we have it working here. Which version of slapd are you running?

Cheers,
Dennis

--
two4.IT
http://www.two4.it

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