[SOGo] BTS activities for Sunday, October 06 2013

2013-10-06 Thread SOGo reporter
Title: BTS activities for Sunday, October 06 2013





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Sunday, October 06 2013

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2433
	2013-10-06 09:51:13
	updated (open)
	Backend Mail
	ACLs are set wrong
	
	  
	
  
  




Re: [SOGo] PostgreSQL vs MySQL

2013-10-06 Thread Martin Rabl

Am 04.10.13 23:17, schrieb Pablo Carranza:

I'm looking to deploy SOGo on a new, 64-bit Ubuntu 12.04 LTS cloud
server; and am wondering if PostgreSQL is preferred over MySQL?


No, it isn't, SOGo runs quite good with MySQL, I think many users do so.
All the examples in the docs are only ... examples (today ;-) ).

Greetings,
  Martin

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


Re: [SOGo] PostgreSQL vs MySQL

2013-10-06 Thread Szládovics Péter

2013-10-04 23:17 keltezéssel, Pablo Carranza írta:
I'm looking to deploy SOGo on a new, 64-bit Ubuntu 12.04 LTS cloud 
server; and am wondering if PostgreSQL is preferred over MySQL?


I think this is because the performance reasons on high load.
How many online users will you have at the same time with more 
synchronised devices?


--
Szládovics, Péter

Onlinedemo.HU 
Any sufficiently advanced technology is indistinguishable from magic.
/Arthur C. Clarke/
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Missing funambol-sogo connector

2013-10-06 Thread Francis Lachapelle

On 2013-10-06, at 10:33 AM, "mail...@bibbernet.org"  
wrote:

> I have tried to download the funambol sogo connector via the following url:
> 
> http://www.sogo.nu/uploads/Funambol/funambol-sogo-1.0.9.s4j
> 
> but always get
> 
> Not Found
> The requested URL /uploads/Funambol/funambol-sogo-1.0.9.s4j was not found on 
> this server.
> 
> Can someone point me to the correct location for the connector ?

Fixed. The connector was left behind when we changed our hosting server.

Thanks for reporting this!

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

[SOGo] No option to "remember password" in Thunderbird 24.0, SOGo connector 17/24

2013-10-06 Thread hy.tritone
Hi,

I am trying to use fruux.com as a DAV server and when I am prompted to enter a
username/password in Thunderbird 24.0 I am never given the option to have the
password remembered by Thunderbird.  As far as I can tell the problem most
likely lies in the SOGo connector.  I tried the latest version on the website
17.x as well as the Oct 6 build for Thunderbird 24.0.  Is anyone else facing
this problem?  I tried searching on this mailing list but I can't find
anything that indicates that anyone else is experiencing this.

My reason for concern is that on Fruux.com, their tutorial clearly shows the
"Password Manager" checkbox, suggesting that at one point this was possible.

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


[SOGo] PostgreSQL vs MySQL

2013-10-06 Thread Pablo Carranza
I'm looking to deploy SOGo on a new, 64-bit Ubuntu 12.04 LTS cloud server;
and am wondering if PostgreSQL is preferred over MySQL?

-Pablo

vDevices, LLC
vDevices.com  | Providing Hosted IT Solutions for
Lawyers & Other Mobile Professionals
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Missing funambol-sogo connector

2013-10-06 Thread mail...@bibbernet.org

Hello,

I have tried to download the funambol sogo connector via the following url:

http://www.sogo.nu/uploads/Funambol/funambol-sogo-1.0.9.s4j

but always get

Not Found
The requested URL /uploads/Funambol/funambol-sogo-1.0.9.s4j was not 
found on this server.


Can someone point me to the correct location for the connector ?

--
Mit freundlichen Grüßen/Kind regards

Dipl.Ing. Martin Neimeier
Senior IT Architect / Senior IT Developer

Mobile: +43 (0) 650 6269723 Martin Neimeier
E-Mail: neime...@bibbernet.org  Hellwagstrasse 23/6
1200 Vienna/Austria
Ust-Nr: ATU65105708 WKO-Nr: 777435

„Wer alles durchschaut, sieht nichts mehr.“ – C. S. Lewis: Die 
Abschaffung des Menschen
„Jeder sollte die Freiheit haben, seine Ideen auszudrücken - selbst 
blöde Ideen.“ - Meine ganz private Weisheit


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

[SOGo] Multi-domains : problem with mail credentials

2013-10-06 Thread popi+sogo
 Hello there,

I stumbled on a problem while configuring Sogo for multi-domains.

I'll try to be as thorough as possible. Here is what I want I have and what I
want to do :

I have an OpenLDAP server configured with only one directory (say
dc=example,dc=com).

I have a mail serveur on Postfix dealing with virtual domains through my LDAP.
A user can access different mail boxes on the different domains with the same
uid (say username@domain1 and username@domain2), postfix and dovecot doing the
job to determine which box to access according to the right part of the email
address. This works fine.

I installed Sogo on the same server, first configuring it for only one domain,
identifying via uid. It worked perfectly, using the first LDAP mail entry to
connect to the mail server.

Now I would like to be able to access my different mail accounts through Sogo.
I've been trying to get that result for several hours without success. I read
the documentation and checked the results on this mailing list but couldn't
find something similar to my problem.

Here is what I do : from Sogo login page, enter username (i.e uid), select a
domain (dom2 or dom1) and connect.

Having defined "SOGoMailDomain = domain2;" in dom2, I was hoping for Sogo to
try to log to the IMAP server via username@domain2. However it seems no matter
what I set in SoGoMailDomain, Sogo still ask LDAP for the username mail entry
(the first, no matter how many there is), and so it still connects to IMAP via
username@domain1.


Here below the domains config part :

// In the main config part :
SOGoEnableDomainBasedUID = YES
SOGoLoginDomains = (dom1, dom2);

  // MULTI-DOMAINES POW !
  domains = {
dom1 = {
SOGoMailDomain = domain1;
SOGoForceExternalLoginWithEmail = YES;
SOGoUserSources = (
{
  type = ldap;
  CNFieldName = cn;
  UIDFieldName = uid;
  IDFieldName = uid; // first field of the DN for direct binds

  baseDN = "ou=Users,dc=example,dc=com";
  bindDN = "uid=binduser,ou=Users,dc=example,dc=com";
  bindPassword = pass;
  canAuthenticate = YES;
  displayName = "Shared Addresses";
  hostname = ldap://ldap.example.com/!StartTLS;
  id = public_dom1;
  isAddressBook = YES;
});
};
dom2 = {
SOGoMailDomain = domain2;
SOGoForceExternalLoginWithEmail = YES;
SOGoUserSources = (
{
  type = ldap;
  CNFieldName = cn;
  UIDFieldName = uid;
  IDFieldName = uid; // first field of the DN for direct binds

  baseDN = "ou=Users,dc=example,dc=com";
  bindDN = "uid=binduser,ou=Users,dc=example,dc=com";
  bindPassword = pass;
  canAuthenticate = YES;
  displayName = "Shared Addresses";
  hostname = ldap://ldap.example.com/!StartTLS;
  id = public_dom2;
  isAddressBook = YES;
});
};
}

As stated above, I get the same mailbox whether I go through dom1 or dom2 :
https://sogo.example.com/SOGo/username@dom1/Mail/view ==
https://sogo.example.com/SOGo/username@dom2/Mail/view

Any help or statement about the possibility or the impossibility to do what I
want would be greatly appreciated.

As a side note, my last question is about SOGoEnableDomainBasedUID : I can't
get it working as expected, whether I set up SOGoLoginDomains or not I can
never connect via username@dom1 (or dom2). Am I missing something?

--
Jean

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


Re: [SOGo] Thunderbird 24 Support

2013-10-06 Thread Szládovics Péter

2013-09-26 16:57 keltezéssel, Ludovic Marcotte írta:

Hello,

New SOGo Connector and Integrator extensions are now available for 
Thunderbird 24.


You can download them from there: 
http://inverse.ca/downloads/extensions/nightly/


The source code is also available on https://github.com/inverse-inc


Dear Guys,

When will be stable the new extensions for the Thunderbird 24?
On the links above the github repositories of all intergator and 
connector version (17, 24) contain the Hungarian translation, but the 
latest nightly builds not.
The chrome.manifest file is correct everywhere, but the 
chorome/locale/hu-HU folder exists only in the connector builds, not in 
the integrator.

Could anyone check them please?

--
Szládovics, Péter

Onlinedemo.HU 
Any sufficiently advanced technology is indistinguishable from magic.
/Arthur C. Clarke/
--
users@sogo.nu
https://inverse.ca/sogo/lists