[SOGo] BTS activities for Monday, September 21 2015

2015-09-21 Thread SOGo reporter
Title: BTS activities for Monday, September 21 2015





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Monday, September 21 2015

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
3343
	2015-09-21 05:10:30
	updated (open)
	Backend General
	Login to Frontend and using Thunderbird without domain part
	
	  
	
3350
	2015-09-21 07:11:51
	updated (open)
	GUI
	no login to webinterface since last update
	
	  
	
  
  




Re: [SOGo] SOGo Web UI and Ldap address book

2015-09-21 Thread Christian Mack
Hello

In openLDAP the default access privileges for users are for their own
attributes only.
In order to search or list any other users, you have to increase those,
or use an admin user.

That has nothing to do with SOGo BTW.


Kind regards,
Christian Mack

Am 20.09.2015 um 17:25 schrieb Geordie:
> 
> Good Day
> I would like to be able to access and store my contacts/addressbook in
> Openldap. When using the Sogo web interface, I am able to access the
> Personal Address Book and a Collected Address Book.I am unable to
> connect to the Global Address Book. The sogo logs tell me I can connect
> OPenldap verify my logins. Also when I do a search in ldap via Web2ldap
> I am unable to locate any entries  for an address book. My login
> credentials are there but nothing else. So I must be missing something.
> Any help would be appreciated
> 
> 
> Thanks
> sogo 2.3.2
> Here is /etc/sogo/sogo.conf
> WOWorkersCount = 10;
> 
> // Daemon address and port
> WOPort = 127.0.0.1:2;
> 
> // PID file
> //WOPidFile = /var/run/sogo/sogo.pid;
> 
> // Log file
> //WOLogFile = /var/log/sogo/sogo.log;
> 
> // IMAP connection pool.
> // Your performance will slightly increase, as you won't open a new
> // connection for every access to your IMAP server.
> // But you will get a lot of simultaneous open connections to your
> IMAP // server, so make sure he can handle them.
> // For debugging it is reasonable to turn pooling off.
> //NGImap4DisableIMAP4Pooling = NO;
> 
> SOGoProfileURL =
> 
> "mysql://sogo:SFlQQdEmXcOHnntkaPV4ci4L7X5vNU@127.0.0.1:3306/sogo/sogo_user_profile";
> OCSFolderInfoURL =
> 
> "mysql://sogo:SFlQQdEmXcOHnntkaPV4ci4L7X5vNU@127.0.0.1:3306/sogo/sogo_folder_info";
> OCSSessionsFolderURL =
> 
> "mysql://sogo:SFlQQdEmXcOHnntkaPV4ci4L7X5vNU@127.0.0.1:3306/sogo/sogo_sessions_folder";
> Default language in the web interface SOGoLanguage = English;
> 
> // Specify which module to show after login: Calendar, Mail,
> Contacts. SOGoLoginModule = Mail;
> 
> // Must login with full email address
> SOGoForceExternalLoginWithEmail = YES;
> 
> // Allow user to change full name and email address.
> SOGoMailCustomFromEnabled = YES;
> 
> // Enable email-based alarms on events and tasks.
> SOGoEnableEMailAlarms = YES;
> OCSEMailAlarmsFolderURL =
> 
> "mysql://sogo:SFlQQdEmXcOHnntkaPV4ci4L7X5vNU@127.0.0.1:3306/sogo/sogo_alarms_folder";
> 
> // IMAP server
> //SOGoIMAPServer = "imaps://127.0.0.1:143/?tls=YES";
> // Local connection is considered as secure by Dovecot.
> SOGoIMAPServer = "imap://127.0.0.1:143/";
> 
> // SMTP server
> SOGoMailingMechanism = smtp;
> SOGoSMTPServer = 127.0.0.1;
> //SOGoSMTPAuthenticationType = PLAIN;
> 
>SOGoSieveServer = sieve://127.0.0.1:4190;
> SOGoSieveScriptsEnabled = YES;
> SOGoVacationEnabled = YES;
> SOGoForwardEnabled = YES;
> 
> // Memcached
> SOGoMemcachedHost = 127.0.0.1;
> 
> // Parameter used to set which usernames require administrative
> privileges // over all the users tables. For example, this could be
> used to post // events in the users calendar without requiring the
> user to configure // his/her ACLs. In this case you will need to
> specify those superuser's // usernames like this :
> // SOGoSuperUsernames = ([,, ...]);
> //SOGoSuperUsernames = ();
> 
> SOGoTimeZone = "America/Toronto";
> 
> SOGoFirstDayOfWeek = 1;
> 
> SOGoRefreshViewCheck = every_5_minutes;
> SOGoMailReplyPlacement = below;
> SOGoMailAuxiliaryUserAccountsEnabled = YES;
> SOGoAppointmentSendEMailNotifications = YES;
> SOGoFoldersSendEMailNotifications = YES;
> SOGoACLsSendEMailNotifications = YES;
> 
>  SOGoPasswordChangeEnabled = YES;
> 
> // Authentication using SQL
> /* SQL backend
> SOGoUserSources = (
> {
> type = sql;
> id = vmail_mailbox;
> viewURL =
> "mysql://sogo:SFlQQdEmXcOHnntkaPV4ci4L7X5vNU@127.0.0.1:3306/sogo/users";
> canAuthenticate = YES;
> 
> // Default algorithm used when changing passwords.
> userPasswordAlgorithm = ssha;
> prependPasswordScheme = YES;
> 
> // Use vmail.mailbox as global address book.
> // WARNING: This will search all user accounts, not just
> accounts // under same domain as login user.
> //isAddressBook = YES;
> //displayName = "Global Address Book";
> }
> );
> SQL backend */
> 
> // Authentication using LDAP
> 
> SOGoUserSources = (
> {
> type = ldap;
> hostname = "ldap://127.0.0.1:389;;
> baseDN = "o=domains,dc=mail1,dc=internal,dc=network";
> //bindAsCurrentUser = YES;
> bindDN = "cn=vmailadmin,dc=mail1,dc=internal,dc=network";
> bindPassword = 

Re: [SOGo] Connection error Mail (El Capitan)

2015-09-21 Thread Christian Mack
Hello

Am 17.09.2015 um 17:27 schrieb FoxNET Support:
> 
> One thing I do not understand, surely you will tell me, El Capitan
> is a preview version and it's nothing to do,

Nothing to do for SOGo, as long as OSX El Capitan is not stable.
Apple should fix that.


> but you have not answered my question, why on IOS Mobile 9 is yes, I have 
> that to worry.
> 
> You will tell me is that mobile is the must function normally, okay,
> Outlook mobile exists, by cons, Sogo-ActiveSync not working, amazing right?
> 

Sorry, but I never used Outlook mobile myself nor do I know anybody
using it.

As far as I know, this is a client bought by Microsoft early this year.
So it does not have anything to do with Outlook on other platforms.
Only the name is alike.

I just skimmed the description of it.
There it mentions ActiveSync as syncronisation protocol.
So I assume, it should work with SOGo + ActiveSync.


Kind regards,
Christian Mack

> 
>> Le 17 sept. 2015 à 13:47, Christian Mack  a 
>> écrit :
>>
>> If you really are authenticating, but the authentication information is
>> not transfered to SOGo, then this is no Problem of SOGo.
>>
>> As El Capitan is a preview version only, it could be a problem with El
>> Capitan and your Outlook version.
>> You really should contact Apple about that.
>>


-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Server generating multiple event invitations and responses

2015-09-21 Thread Tanstaafl
On 9/18/2015 3:59 PM, Ludovic Marcotte  wrote:
> On 18/09/2015 15:54, Márcio Merlone wrote:
>> I am using sogo 2.3.1-1 on ubuntu 14.04. Any progress on this? Pls let 
>> me know if you find a real solution.

> Lightning is the culprit here. It's ignoring SOGo's autoscheduling 
> capabilities (which is advertised and recognized) and also sends an 
> email, while it shouldn't. This problem started back in Lightning for 
> Thunderbird 24 or something, and is still not fixed.

Thanks Ludovic...

Is there an open bug for this? Hopefully you have commented there so the
devs at least know about it and can look into fixing it?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ANN: SOGo v3.0 beta 1

2015-09-21 Thread Steve Ankeny

On 08/31/2015 03:51 PM, Ludovic Marcotte wrote:

Hello,

After many months of development, Inverse is happy to announce the 
availability of SOGo v3.0 beta 1.



ran "update|upgrade" successfully ('sope', 'sogo', 
'openchange-ocsmanager', etc.)


after running update a second time, I saw the following --

The following packages have been kept back:
  openchangeproxy openchangeserver

so, I ran the following --

adam@sogo:~$ sudo apt-get install openchangeproxy openchangeserver
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libnanomsg0 python-memcache
The following NEW packages will be installed:
  libnanomsg0 python-memcache
The following packages will be upgraded:
  openchangeproxy openchangeserver
2 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,008 kB of archives.
After this operation, 646 kB of additional disk space will be used.
Do you want to continue? [Y/n]

once I chose Y, I received the following error --

=== OpenChange Directory ===
schema_data_add: updates are not allowed: reject request

THAT was because I had the following in my 'smb.conf' --

### Configuration required by OpenChange server ###
#dsb:schema update allowed = true
#dcerpc endpoint servers = +epmapper, +mapiproxy
#dcerpc_mapiproxy:server = true
#dcerpc_mapiproxy:interfaces = exchange_emsmdb, exchange_nsp, 
exchange_ds_rfr

### Configuration required by OpenChange server ###

so, once I removed # from 'dsb:schema update allowed = true' and 
restarted 'samba-ad-dc' --


ran 'sudo apt-get remove libnanomsg0 python-memcache'

and, of course, it removed 'openchangeproxy openchangeserver' as well

I can install/upgrade all four packages but I get the following --

=== OpenChange Directory ===
Nothing to migrate

*Do I need to simply reprovision OpenChange?

*the database is still intact in MySQL

thx

ADDENDUM --

I'm thinking not having these two packages ('libnanomsg0' and 
'python-memcache') was the reason every time I tried to call DCERPC 
services from 'smb.conf', it "shut down" my Samba-AD-DC (which was NOT 
solved)


https://lists.inverse.ca/sogo/arc/users/2015-07/msg00257.html

I'm still not able to call 'dcerpc' services from 'smb.conf' and 
OpenChange is not running properly.



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

Re: [SOGo] sogod worker filling up memory

2015-09-21 Thread Zhang Huangbin

> On Sep 21, 2015, at 10:11 PM, Christian Mack  
> wrote:
> 
> It happend, because you didn't have enough workers for the rush.
> For such rush traffic you also could increase WOListenQueueSize.
> This tells sogod to queue up that count of requests for its workers.
> This will not decrease your workload, but clients are not rejected
> instantly, when no worker is available.
> ...

Please update SOGo Installation Guide with this performance tuning tip. :)


Zhang Huangbin, founder of iRedMail project: http://www.iredmail.org/
Time zone: GMT+8 (China/Beijing).

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