[SOGo] BTS activities for Thursday, November 26 2020

2020-11-26 Thread SOGo reporter
Title: BTS activities for Thursday, November 26 2020





  
BTS Activities

  Home page: https://sogo.nu/bugs
  Project: SOGo
  For the period covering: Thursday, November 26 2020

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5203
	2020-11-26 03:37:31
	updated (open)
	Backend Address Book
	macOS 11 (Big Sur) contacts app ignores default address book
	
	  
	
5215
	2020-11-26 16:29:37
	updated (open)
	Web Mail
	Detail information about certificate used for signed message
	
	  
	
5226
	2020-11-26 04:54:11
	updated (open)
	Web Mail
	Search is automatically reduced if automatic refresh is activated
	
	  
	
5204
	2020-11-26 16:38:27
	assigned (fixed)
	Web Mail
	Translations of status digitally signed message
	
	  
	
5219
	2020-11-26 17:30:32
	resolved (fixed)
	Web Preferences
	wrong description of vacation due date
	
	  
	
  
  


-- users@sogo.nuhttps://inverse.ca/sogo/lists

Re: [SOGo] Sogo-connector TB78 and SOGoLDAPQueryLimit problem

2020-11-26 Thread Ludovic Marcotte
On 2020-11-26 9:27 a.m., Cédric Archambeau 
(cedric.archamb...@solidairesfinancespubliques.org) wrote:


But with this new sogo-connector version, TB loads the 500 first 
entries (on startup), and there is no way to make it work as before. 
Idem with autocompletion.


Do we miss something, maybe should we report a bug? 


That's how it works right now - ie., the CardDAV code of Thunderbird 78 
will sync the entire collection.


I've posted to the Thunderbird forum about this - recommending a few 
changes to the CardDAV code for future updates to have such 
functionality together with other ideas but my message was simply ignored.


--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  https://inverse.ca
Inverse inc. :: Leaders behind SOGo (https://sogo.nu), PacketFence 
(https://packetfence.org) and Fingerbank (https://fingerbank.org)

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


[SOGo] Sogo-connector TB78 and SOGoLDAPQueryLimit problem

2020-11-26 Thread cedric.archamb...@solidairesfinancespubliques.org

Hi,

We have a big address book (almost 2 entries), and with 
SOGoLDAPQueryLimit we've limited search to 500 entries.


It's OK with SOGo's web interface, there is no search before typing 2 
chars, as we expect it (address book and autocompletion).


It was ok with previous sogo-connector, same as above.

But with this new sogo-connector version, TB loads the 500 first entries 
(on startup), and there is no way to make it work as before. Idem with 
autocompletion.


Do we miss something, maybe should we report a bug?

Regards,

Cedric

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


Re: [SOGo] Sogo is terrible slow / bumpy sometimes - some errors - since upgrade to 5.x

2020-11-26 Thread Ludovic Marcotte
On 2020-11-25 5:48 a.m., Götz Reinicke (goetz.reini...@filmakademie.de) 
wrote:



since a couple of days, users complain about SOGo Webinterface being very 
„slow“ in loading mailboxes and showing folder contents.

Today I also got a mixet picture, and opening my trash folder by example took 
about +- 25 seconds. There are 3400 mails in it.

In the sogo log I just see something like: "request took 24.152952 seconds to 
execute"


If it has been happening since past few days but nothing has changed in 
SOGo, look at what it uses. Maybe you're running out of IMAP processes 
and SOGo is waiting a few seconds to connect to the server - awaiting 
for a connection to be available.


Thanks,

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  https://inverse.ca
Inverse inc. :: Leaders behind SOGo (https://sogo.nu), PacketFence 
(https://packetfence.org) and Fingerbank (https://fingerbank.org)

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


[SOGo] SOGoUserSources

2020-11-26 Thread Odhiambo Washington
Hello good people,



Something has crossed my mind - is there a way to daisy-chain domains in
sogo.conf?

1. If I have 3 domains sharing the same server and same authentication
source, instead of creating different blocks for the domains, is there a
way to daisy-chain them in the same block?

Instead of:

domains = {
domain1 = {
SOGoMailDomain = domain1;
SOGoUserSources = (
{
   
}
);
};

domain2 = {
SOGoMailDomain = domain2;
SOGoUserSources = (
{
   
}
);
};

};

Maybe it's possible to do it differently, like:

domains = {
   domain1, domain2, domainN = {
   SOGoMailDomains = domain1, domain2, domainN;
  SOGoUserSources = (
   
}
 );
};
};


2. If I have 3 domains sharing same authentication source, can I just
create a single SOGoUserSources block, without the need to specify the
domains?
Let's say I have several domains using same MySQL user source and other
several domains using LDAP user source, so I create a single MSQL user
source and
a single LDAP user source, like:

/* MySQL */
SOGoUserSources =
(
 {
   type = sql;
  id = directory;
  viewURL = "postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_view";
  canAuthenticate = YES;
   isAddressBook = YES;
   userPasswordAlgorithm = md5;
}
);


 /* LDAP AD/Samba4 */
  SOGoUserSources = (
  {
   type = ldap;
   CNFieldName = cn;
   UIDFieldName = sAMAccountName;
   baseDN = "CN=users,dc=domain,dc=tld";
   bindDN = "CN=sogo,CN=users,DC=domain,DC=tld";
   bindFields = (sAMAccountName, mail);
   bindPassword = password;
   canAuthenticate = YES;
   displayName = "Public";
hostname = "ldap://127.0.0.1:389";;
filter = "mail = '*'";
id = directory;
   isAddressBook = YES;
 }
);

And SOGo would try to authenticate against the 1st source, fail and try the
next source??


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", grep ^[^#] :-)
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] SOGO+Samba4 AD - SOGo not finding e-mails

2020-11-26 Thread Odhiambo Washington
Hello,

I have a situation here that is making me pull all my hair out:

I have been using SOGo with MySQL and it's been working very well.

I have now added LDAP AD/Samba4 authentication for a test domain and SOGo
does not find and display e-mails, whereas Outlook is able to connect via
IMAP and display those e-mails.

Authentication succeeds, then instead of displaying the web UI showing
e-mails, calendar, etc, it simply logs out and wants me to login again.

I am not sure if it is possible to mix-and-match different types of
authentication. I thought it should not be a problem and SOGO would use the
Dictionaries and Sources one after another.
Is my assumption correct???

Hoping someone is able to act as my 3rd eye and see where my mistake is.

I have captured sogo.log on this link:
https://pastebin.ubuntu.com/p/SMKx59cpNw/
My sogo.conf is on the following link:
https://pastebin.ubuntu.com/p/PQpQVNYGBJ/

Thanking you in advance


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", grep ^[^#] :-)
-- 
users@sogo.nu
https://inverse.ca/sogo/lists