[SOGo] BTS activities for Sunday, August 02 2015

2015-08-02 Thread SOGo reporter
Title: BTS activities for Sunday, August 02 2015





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Sunday, August 02 2015

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
3236
	2015-08-02 09:30:48
	updated (open)
	ActiveSync
	ActiveSync fails to sync large mailboxes with Outlook 2013
	
	  
	
3293
	2015-08-02 04:32:34
	updated (open)
	SOPE
	SIGINT interrupt during ActiveSync synchronization and memory leak
	
	  
	
3299
	2015-08-02 05:48:29
	updated (open)
	Web Calendar
	Incorrect time on calendar event in timezone Europe/Brussels
	
	  
	
3024
	2015-08-02 05:26:05
	assigned (reopened)
	Web Calendar
	Web Calendar shows events time-shifted
	
	  
	
  
  




Re: [SOGo] Failed logins with DCERPC calls in 'smb.conf'

2015-08-02 Thread Steve Ankeny

On 08/01/2015 03:28 PM, Steve Ankeny wrote:


I can login to MariaDB as 'openchange-user' with its password but I'm 
unsure if the configuration is right.


*Do I need to reprovision OpenChange?*  What are the issues with 
reprovisioning OpenChange?


Thanks for any suggestions.  I'll look at the database next.



The database appears to be populated correctly --

MariaDB [openchange] show tables;
+--+
| Tables_in_openchange |
+--+
| company  |
| folders  |
| folders_properties|
| mailboxes |
| mailboxes_properties   |
| mapistore_indexes   |
| mapistore_indexing  |
| messages |
| messages_properties   |
| migrations|
| named_properties|
| organizational_units |
| provisioning_folders |
| provisioning_special_folders |
| public_folders   |
| servers |
+--+
16 rows in set (0.00 sec)

MariaDB [openchange] select * from company;
++-+
| id | domain  |
++-+
|  1 | MEADORANDCO |
++-+
1 row in set (0.00 sec)

MariaDB [openchange] select * from folders;
++---++--++--++---+--+
| id | ou_id | folder_id  | folder_class | mailbox_id | 
parent_folder_id | FolderType | SystemIdx | MAPIStoreURI |

++---++--++--++---+--+
|  1 | 1 |  72057594037927937 | public   |   NULL 
| NULL |  1 | 1 | NULL |
|  2 | 1 | 144115188075855873 | public   |   NULL 
|1 |  1 | 2 | NULL |
|  3 | 1 | 216172782113783809 | public   |   NULL 
|1 |  1 | 3 | NULL |
|  4 | 1 | 288230376151711745 | public   |   NULL 
|3 |  1 | 4 | NULL |
|  5 | 1 | 360287970189639681 | public   |   NULL 
|3 |  1 | 6 | NULL |
|  6 | 1 | 432345564227567617 | public   |   NULL 
|5 |  1 | 9 | NULL |
|  7 | 1 | 504403158265495553 | public   |   NULL 
|3 |  1 | 5 | NULL |
|  8 | 1 | 576460752303423489 | public   |   NULL 
|7 |  1 | 8 | NULL |
|  9 | 1 | 648518346341351425 | public   |   NULL 
|3 |  1 |-1 | NULL |

++---++--++--++---+--+
9 rows in set (0.00 sec)

MariaDB [openchange] select * from folders_properties;  (last portion)


| 8 | PidTagContainerClass   | IPF.Note (check this) |
| 9 | PidTagFolderChildCount | 0|
| 9 | PidTagChangeNumber | 648518346341351425 |
| 9 | PidTagDisplayName  | Events Root  |
| 9 | PidTagCreationTime | 13063821508000|
| 9 | PidTagLastModificationTime | 13063821508000 |
| 9 | PidTagSubFolders   | FALSE|
| 9 | PidTagAttributeHidden  | 0 |
| 9 | PidTagAttributeReadOnly| 0   |
| 9 | PidTagAttributeSystem  | 0|
| 9 | PidTagContainerClass   | IPF.Note (check this) |
+---+++
86 rows in set (0.00 sec)

MariaDB [openchange] select * from mailboxes;
Empty set (0.00 sec)

MariaDB [openchange] select * from mailboxes_properties;
Empty set (0.00 sec)

MariaDB [openchange] select * from mapistore_indexes;
++--+---+
| id | username | next_fmid |
++--+---+
|  1 | michael  | 1090  |(*only one Outlook user*)
++--+---+
1 row in set (0.00 sec)

MariaDB [openchange] select * from mapistore_indexing;
++--+-+--+--+
| id | username | fmid| url | soft_deleted |
++--+-+--+--+
|  1 | michael  | 289356276058554369  | 

Re: [SOGo] Failed logins with DCERPC calls in 'smb.conf'

2015-08-02 Thread Steve Ankeny

On 07/31/2015 10:23 AM, Steve Ankeny wrote:

In '/var/log/auth.log' there are a series of authentication errors --

Jul 27 08:33:04 sogo auth: pam_unix(dovecot:auth): check pass; user 
unknown
Jul 27 08:33:04 sogo auth: pam_unix(dovecot:auth): authentication 
failure; logname= uid=0 euid=0 tty=dovecot ruser=michael rhost=127.0.0.1
Jul 27 08:33:04 sogo auth: pam_winbind(dovecot:auth): getting password 
(0x0388)
Jul 27 08:33:04 sogo auth: pam_winbind(dovecot:auth): pam_get_item 
returned a password


These were logged during an attempt to login to Samba AD

It appears there's an issue with Dovecot authentication (or pam) but 
it may be elsewhere.


This is the instance where dcerpc calls from 'smb.conf' --

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

 ### Configuration required by OpenChange server ###

When I uncomment those dcerpc calls, Samba AD allows the first few 
users to login then gives Access denied to the next users. Curiously 
enough, even in that instance, Samba services are STILL running.


*Looking further in '/var/log/samba/log.samba'* --

[2015/07/27 10:17:14.598525,  0] 
../source4/smbd/server.c:370(binary_smbd_main)

  samba version 4.1.18-Debian started.
  Copyright Andrew Tridgell and the Samba Team 1992-2013
[2015/07/27 10:17:17.689989,  0] 
../source4/smbd/server.c:488(binary_smbd_main)

  samba: using 'standard' process model
samba: setproctitle not initialized, please either call 
setproctitle_init() or link against libbsd-ctor.
samba: setproctitle not initialized, please either call 
setproctitle_init() or link against libbsd-ctor.
samba: setproctitle not initialized, please either call 
setproctitle_init() or link against libbsd-ctor.
samba: setproctitle not initialized, please either call 
setproctitle_init() or link against libbsd-ctor.
samba: setproctitle not initialized, please either call 
setproctitle_init() or link against libbsd-ctor.
samba: setproctitle not initialized, please either call 
setproctitle_init() or link against libbsd-ctor.
samba: setproctitle not initialized, please either call 
setproctitle_init() or link against libbsd-ctor.
samba: setproctitle not initialized, please either call 
setproctitle_init() or link against libbsd-ctor.
samba: setproctitle not initialized, please either call 
setproctitle_init() or link against libbsd-ctor.
samba: setproctitle not initialized, please either call 
setproctitle_init() or link against libbsd-ctor.
samba: setproctitle not initialized, please either call 
setproctitle_init() or link against libbsd-ctor.
samba: setproctitle not initialized, please either call 
setproctitle_init() or link against libbsd-ctor.
samba: setproctitle not initialized, please either call 
setproctitle_init() or link against libbsd-ctor.
[2015/07/27 10:17:18.257922,  0] 
../lib/util/become_daemon.c:136(daemon_ready)

[2015/07/27 10:17:19.731517,  0] libmapi/oc_log.c:52(oc_logv)
*MAPIPROXY server mode enabled*
[2015/07/27 10:17:19.735772,  0] libmapi/oc_log.c:54(oc_logv)
  Using MySQL backend for openchangedb: 
mysql://openchange-user:$passwd@localhost/openchange
[2015/07/27 10:17:19.849272,  0] 
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:2012(dcesrv_exchange_emsmdb_init)

  ===
[2015/07/27 10:17:19.849708,  0] 
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:2012(dcesrv_exchange_emsmdb_init)

*OPENCHANGE INTERNAL ERROR: pid 1486*
[2015/07/27 10:17:19.850012,  0] 
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:2012(dcesrv_exchange_emsmdb_init)

*[exchange_emsmdb] Unable to initialize openchangedb*
[2015/07/27 10:17:19.955017,  0] 
mapiproxy/libmapiproxy/fault_util.c:53(debug_print_backtrace)

  BACKTRACE: 14 stack frames:
   #00 
/usr/lib/x86_64-linux-gnu/libmapiproxy.so.0(debug_print_backtrace+0x96) 
[0x7f6634c36368]
   #01 
/usr/lib/x86_64-linux-gnu/libmapiproxy.so.0(openchange_abort+0x75) 
[0x7f6634c364d6]
   #02 
/usr/lib/x86_64-linux-gnu/openchange/dcerpc_mapiproxy_server/exchange_emsmdb.so(+0x1087f) 
[0x7f66333fe87f]
   #03 /usr/lib/x86_64-linux-gnu/libmapiproxy.so.0(+0x9aca) 
[0x7f6634c1caca]
   #04 
/usr/lib/x86_64-linux-gnu/libmapiproxy.so.0(mapiproxy_server_init+0x89) 
[0x7f6634c1cb7c]
   #05 
/usr/lib/x86_64-linux-gnu/samba/dcerpc_server/dcesrv_mapiproxy.so(+0x162ce) 
[0x7f6634e6c2ce]
   #06 
/usr/lib/x86_64-linux-gnu/libdcerpc-server.so.0(dcesrv_init_context+0x79) [0x7f6640052069]
   #07 /usr/lib/x86_64-linux-gnu/samba/service/dcerpc.so(+0xc99) 
[0x7f66402c7c99]
   #08 
/usr/lib/x86_64-linux-gnu/samba/process_model/standard.so(+0x1656) 
[0x7f6645046656]
   #09 
/usr/lib/x86_64-linux-gnu/samba/libservice.so.0(task_server_startup+0x4a) [0x7f6652c28eda]
   #10 
/usr/lib/x86_64-linux-gnu/samba/libservice.so.0(server_service_startup+0x93) 

Re: [SOGo] Sogo webmail mime type unknown

2015-08-02 Thread Frank Soyer

Up again,
and an info : I just find that when I join a file to an outgoing mail, il 
detects correctly the format ! (tried with pdf, odt, jpg...) and open it with 
the right application.
So why does it not detect it for incoming mails ??

Frank

Le Vendredi 24 Juillet 2015 11:53 CEST, Frank fso...@systea.fr a écrit:
 Up please
this is now really annoying, the webUI ask for login at any time, from
only some minutes to an hour, totally randomly.
Anybody having an idea where I can search ??

Help !!

Le 15/07/2015 15:50, Frank Soyer a écrit :
 Hi,
 I've a problem with attached files in the webmail. In fact, all
 attachements appears as unknown type, even pdf or png or txt files.
 In Firefox in other web pages this files are correctly opened, the
 problem only appears in the Sogo webmail.
 Any idea ?

 Sogo 2.3.0-1 rpm on CentOS6.6, Postfix 2.6.6-6, dovecot 2.0.9-8.

 Thanks,
 Frank

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

Cordialement,

Frank Soyer
Mob. 06 72 28 38 53 - Fix. 05 49 50 52 34
Systea IG
Administration systèmes, réseaux et bases de données
www.systea.net
Membre du réseau Les Professionnels du Numérique
KoGite
Hébergement de proximité  
www.kogite.fr
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Segmentation fault

2015-08-02 Thread Pedro Souza
Hi,

I’m using Zentyal Server 4.0 and since I upgraded to 3.5 solo returns this 
error.
I can’t able to resolve this problem.
Someone can help me?

# service sogo start
 * Starting SOGo logo   

Segmentation fault (core dumped)

--

Pedro Souza
(11) 99305-7145
plvso...@gmail.com mailto:plvso...@gmail.com
 http://www.facebook.com/plvsouza https://twitter.com/plvsouza 
http://www.instagram.com/plvsouza http://www.youtube.com/pedrolvsouza 
http://br.linkedin.com/in/plvsouza skype:plvsouza?call
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] SOGo Connector Thunderbird: Set interval time

2015-08-02 Thread gregor
hi,

is it possible to configure the interval time for the contacts
synchronization in the SOGo Connector for Thunderbird? Here the contacts
only synchronized when I click the button, I waited over a hour but
nothing happened automatically :°(

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

Re: [SOGo] SOGo Connector Thunderbird: Set interval time

2015-08-02 Thread Jesper Lund
gregor wrote:

 is it possible to configure the interval time for the contacts
 synchronization in the SOGo Connector for Thunderbird? Here the contacts
 only synchronized when I click the button, I waited over a hour but
 nothing happened automatically :°(

Right click - properties on your address book (like personal address
book). Tick 'periodic sync' and select the time between sync that you want.

Best regards,
Jesper Lund

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


Re: Aw: [SOGo] ANN: SOGo v2.3.0

2015-08-02 Thread Kai-Uwe Rommel
users-requ...@sogo.nu wrote on 02.06.2015 14:59:37:
 On 02/06/2015 08:26, Daniel Müller wrote:
 /usr/sbin/sogod: error while loading shared libraries: 
 libmemcached.so.11: cannot open shared object file: No such file or 
directory

I have the same problem when I attempt to upgrade to 2.3.1.
 
 Make sure you pull the libmemcached 1.0.18 packages from our repo.

How do I do this?

When I check for newest package:

[root@srv sogo-2.3.1]# yum list installed libmemcached
Installed Packages
libmemcached.x86_64 0.49-1 
  @SOGo
[root@srv sogo-2.3.1]# yum list libmemcached
Installed Packages
libmemcached.x86_64  0.49-1
@SOGo
Available Packages
libmemcached.i6860.31-1.1.el6  
   base

I have:

[root@srv sogo-2.3.1]# cat /etc/yum.repos.d/inverse.repo
[SOGo]
name=Inverse SOGo Repository
baseurl=http://inverse.ca/downloads/SOGo/RHEL6/$basearch
gpgcheck=0
priority=7
enabled=1

(This is on CentOS 6.6 x86_64)

When I browse the repo with a web browser, I see that there is a 1.0.18
version of it together with 0.49 but why does my yum not pull it?

Kai-Uwe Rommel

kai-uwe.rom...@ars.de
Telefon+Mobil +49 89 32468-120



Veranstaltungshinweis:
ARS Konferenz ARScon ? Strategien von morgen am 15.10.2015 in der 
Allianz Arena Muenchen
http://www.ars.de/konferenz

ARS Computer und Consulting GmbH, http://www.ars.de
Ridlerstrasse 37, 80339 Muenchen, Deutschland

Individuelle Softwareentwicklung, Beratung und Projekte
IBM Software, IBM Lizenzmanagement
IT-Infrastrukturservices

Handelsregister Muenchen, HRB 101829, USt-ID: DE 155 068 909
Geschaeftsfuehrer: Michael Arbesmeier, Kai-Uwe Rommel, Roland Schock, 
Joachim Gucker
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGo Connector Thunderbird: Set interval time

2015-08-02 Thread gregor
Thank you for your fast response I found the problem. I had the old
version 17 installed, with version 31 these preferences appear ;-)

cheers
gregor

On 2015-08-02 21:00, Jesper Lund wrote:
 gregor wrote:
 
 is it possible to configure the interval time for the contacts
 synchronization in the SOGo Connector for Thunderbird? Here the contacts
 only synchronized when I click the button, I waited over a hour but
 nothing happened automatically :°(
 
 Right click - properties on your address book (like personal address
 book). Tick 'periodic sync' and select the time between sync that you want.
 
 Best regards,
 Jesper Lund
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGo Connector Thunderbird: Set interval time

2015-08-02 Thread Relu Parfene
On 02.08.2015 21:27, gregor wrote:
 hi,

 is it possible to configure the interval time for the contacts
 synchronization in the SOGo Connector for Thunderbird? Here the contacts
 only synchronized when I click the button, I waited over a hour but
 nothing happened automatically :°(

 cheers
 gregor

Hello,

In thunderbird Address Book try to right-click on the address book you
want to synchronize then select Properties, then Periodic sync. You
can adjust here the time interval for synchronization.

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