[SOGo] Calender Even invite

2015-06-25 Thread Jan Kraljič
Hi all,

just come accross problem, that when inviting people to Event, the request
is send from username and not from email address conffigured at that
account. Did i missed some configuration?

Kind regard,
Jan
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Resource Calendar and Dovecot

2015-03-25 Thread Jan Kraljič
Hi All,

we have finally decided to drop Outlook support in our network and focus
more on important groupware stuff.

Combination SOGo + Dovecot + Samba4 LDAP is comming together nicely. Some
minor setback but I think nothing critical at the moment.

Since I really don't know all stuff around LDAP and SOGo i have encounter
little problem at setting up Calendar for resources. I have followed LDAP
config from http://wiki.sogo.nu/ResourceConfiguration and LDAP config on
this site goes nicely. After that I had to change baseDN at sogo.conf from
baseDN = CN=Users,DC=lan,DC=domain,DC=com; to baseDN =
DC=lan,DC=domain,DC=com; NO problem there. BUT problem come then at
DoveCot config when I try to do the same. Here is my config from DoveCot
LDAP:

auth_bind = yes
auth_bind_userdn = CN=%u,CN=Users,DC=lan,DC=domain,DC=com
ldap_version = 3
base = CN=Users,DC=lan,DC=domain,DC=com
# Dereference: never, searching, finding, always
deref = searching
# Search scope: base, onelevel, subtree
scope = subtree
user_attrs =
=uid=999,=gid=999,=home=/var/vmail/%u,=mail=maildir:/var/vmail/%u/Maildir
user_filter = ((objectClass=mailRecipient)(cn=%u))
pass_attrs = uid=user,userPassword=password
pass_filter = ((objectClass=mailRecipient)(cn=%u))
default_pass_scheme = MD5

If I hhere change base, users cannot login anymore to DoveCot and some
wierd crash start to come up. Any TIPS what am I doing wrong?

Thanks in advance,
Jan
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Native Microsoft Outlook from debian-nightly

2014-12-10 Thread Jan Kraljič
Thank you for info. Seems to me that there is some dependency problem:

~# apt-get install openchange-ocsmanager
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 openchange-ocsmanager : Depends: python-ocsmanager (=
1:2.0.r3669-1~inverse1.0) but 1:2.2-5 is to be installed
E: Unable to correct problems, you have held broken packages.

On Tue, Dec 9, 2014 at 2:41 PM, Ludovic Marcotte lmarco...@inverse.ca
wrote:

 On 09/12/2014 08:12, Jan Kraljič wrote:

 since some packages are missing in debian-nightly is it even possible to
 create Native Microsoft Outlook from nightly builds?

 Yes, but without ocsmanager and rpcproxy for now. So Outlook using RPC
 will work, but not RPC over HTTP.

 This will be fixed as soon as v2.2.11 is released.

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

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

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

[SOGo] Native Microsoft Outlook from debian-nightly

2014-12-09 Thread Jan Kraljič
Hi,

since some packages are missing in debian-nightly is it even possible to
create Native Microsoft Outlook from nightly builds?

Thank for info,

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

[SOGo] openchange-ocsmanager in nightly-build

2014-12-01 Thread Jan Kraljič
Hi,

any informatio whe would be openchange-ocsmanager avaible again in nightly
build?  Or is there any other source of debs?

Thank you,
Jan
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] openchange_provision search for MySQLdb

2014-11-27 Thread Jan Kraljič
Thank you for info. I will try to find docs whats need wo be configured in
mysql

Regards, Jan

On Tue, Nov 25, 2014 at 4:55 PM, Ludovic Marcotte lmarco...@inverse.ca
wrote:

 On 25/11/2014 10:44, Jan Kraljič wrote:

 So Do I need MySQL server also? That would be stupid.


 Since OpenChange v2.2, the indexing backend has moved towards MySQL for
 better performance.

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

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

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

Re: [SOGo] openchange ocsmanager

2014-11-27 Thread Jan Kraljič
Aha, that info I am missing. I hope package appear soon.

On Wed, Nov 26, 2014 at 6:36 PM, Martin Simovic mar...@netson.sk wrote:



  On 26 Nov 2014, at 15:18, Jan Kraljič jan.kral...@gmail.com wrote:
 
  Hi,
 
  in Debian nightly build is currently no openchange-ocsmanager too. Is in
 Debian replaced with python-ocsmanager?
 
  Regards,
  Jan
 

 Both packages openchange-ocsmanager and python-ocsmanager are needed for
 Outlook Anywhere support. openchange-ocsmanager is currently missing but
 should soon appear in debian-nightly builds.

 M.

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

[SOGo] OpenChange Bad character conversion

2014-11-26 Thread Jan Kraljič
Hi all,


i am slowly making some progress but only till next problem. Still trying
to configure Outlook support. Today i can manage to come to Outlook testing
and in samba error I am getting:

auth_check_password_recv: sam_ignoredomain authentication for user
[WORK\me] FAILED with error NT_STATUS_WRONG_PASSWORD
dcesrv_exchange_nsp_unbind
dcesrv_exchange_emsmdb_unbind
ndr_push_error(5): Bad character conversion
mapiproxy: mapiproxy_ndr_push: ERROR
dcesrv_exchange_nsp_unbind
dcesrv_exchange_emsmdb_unbind
dcesrv_exchange_nsp_unbind
dcesrv_exchange_emsmdb_unbind


Any tips where to search for problem?

Thanks in advance and keep on good work,

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

Re: [SOGo] openchange ocsmanager

2014-11-26 Thread Jan Kraljič
Hi,

in Debian nightly build is currently no openchange-ocsmanager too. Is in
Debian replaced with python-ocsmanager?

Regards,
Jan

On Tue, Nov 25, 2014 at 4:25 PM, matejicek.ond...@post.cz wrote:

 Hi,

 I am currently facing the same issue with fresh installation of Centos 6.

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

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

[SOGo] openchange_provision search for MySQLdb

2014-11-25 Thread Jan Kraljič
Good morninig,

I am trying to add native Outlook support and I have problem with running
openchange_provision. it searches fom mysql but setup is done with
postgresql. Here is the error:

:/etc/samba# openchange_provision
Traceback (most recent call last):
  File /usr/sbin/openchange_provision, line 30, in module
import openchange.provision as openchange
  File /usr/lib/python2.7/dist-packages/openchange/provision.py, line 22,
in module
from openchange import mailbox
  File /usr/lib/python2.7/dist-packages/openchange/mailbox.py, line 28,
in module
import MySQLdb
ImportError: No module named MySQLdb


Thanks for tips!

BTW: Is setup possible with remote samba 4 AD-DC? Looks like samba 4 still
have soem problems with replication DC. :(

Kind regards,
Jan
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] openchange_provision search for MySQLdb

2014-11-25 Thread Jan Kraljič
So Do I need MySQL server also? That would be stupid.

I am running Debian Wheezy, Samba from backports and Sogo nightly build.

Samba replication is reporting: result 2 (WERR_BADFILE)


On Tue, Nov 25, 2014 at 2:50 PM, Mihamina Rakotomandimby 
mihamina.rakotomandi...@rktmb.org wrote:

  On 11/25/2014 04:28 PM, Martin Simovic wrote:

  On 25 Nov 2014, at 08:15, Jan Kraljič jan.kral...@gmail.com wrote:

  I am trying to add native Outlook support and I have problem with
 running openchange_provision. it searches fom mysql but setup is done with
 postgresql. Here is the error:


  You are not saying what OS you are running on (assuming ubuntu), most
 likely you need to install python-mysqldb” with apt-get


 Yes, but that wouldnt solve his problem: he's got the system running on
 PGSQL, and OpenChange will use MySQL.


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

Re: [SOGo] sogo-openchange on Debian Samba (4.1) not excepted

2014-11-19 Thread Jan Kraljič
Thank you, installation did go all the way with nightly repos. Now only all
configurations needed.

kind regards,
Jan



On Tue, Nov 18, 2014 at 1:24 PM, Ludovic Marcotte lmarco...@inverse.ca
wrote:

 On 18/11/2014 06:41, Jan Kraljič wrote:

 Any suggestions?

 Use our Wheezy nightly repos for openchange packages. Install Samba 4.1
 from backpports and then, SOGo/SOPE/OpenChange/wbxml2 from our nightly repo.

 Thanks,

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

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

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

[SOGo] Dovecot LDAP config with samba 4

2014-11-19 Thread Jan Kraljič
Hi all,

I am trying to play with Dovecot to connect to Samba 4 LDAP so I would
later use SOGo over that but seem that I have some issue woth config.

I am playing with different configs, this is the last one:

user_filter = (mail=%u)
pass_attrs = uid=user,userPassword=password
pass_filter = (mail=%u)


Error: result:  uid missing; userPassword missing

Looks like Samba 4 does not have uid?

Any good configuration for Dovecot?

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

[SOGo] sogo-openchange on Debian Samba (4.1) not excepted

2014-11-18 Thread Jan Kraljič
Hi All ,

Just started SoGo project to install and configure it on Debian server. I
am trying to install as much as possible according to installation guide
but I found a problem. I have installed Samba (4.1) from Debian backports
since official name for samba 4 in wheezy is back to samba. So I have
problem installing sogo-openchange and other openchange debs.

Any suggestions?

my versions:

# apt-get  install openchangeserver sogo-openchange openchangeproxy
openchange-ocsmanager openchange-rpcproxy
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 openchange-ocsmanager : Depends: python-ocsmanager (=
1:2.0.r3669-1~inverse1.0) but it is not going to be installed
 openchangeproxy : Depends: samba4 (= 4.0.0~) but it is not going to be
installed
   Depends: libdcerpc-server0 but it is not going to be
installed
   Depends: libdcerpc0 but it is not going to be installed
   Depends: libmapi0 but it is not going to be installed
   Depends: libmapiproxy0 but it is not going to be
installed
 openchangeserver : Depends: samba4 (= 4.0.0~) but it is not going to be
installed
Depends: libdcerpc-server0 but it is not going to be
installed
Depends: libmapiproxy0 but it is not going to be
installed
Depends: libsamdb0 but it is not going to be installed
 sogo-openchange : Depends: libdcerpc0 but it is not going to be installed
   Depends: libmapi0 but it is not going to be installed
   Depends: libmapiproxy0 but it is not going to be
installed
E: Unable to correct problems, you have held broken packages.
# dpkg -l|grep samba
ii  python-samba2:4.1.11+dfsg-1~bpo70+1   amd64
Python bindings for Samba
ii  samba   2:4.1.11+dfsg-1~bpo70+1   amd64
SMB/CIFS file, print, and login server for Unix
ii  samba-common2:4.1.11+dfsg-1~bpo70+1   all
common files used by both the Samba server and client
ii  samba-common-bin2:4.1.11+dfsg-1~bpo70+1   amd64
Samba common files used by both the server and the client
ii  samba-dsdb-modules  2:4.1.11+dfsg-1~bpo70+1   amd64
Samba Directory Services Database
ii  samba-libs:amd642:4.1.11+dfsg-1~bpo70+1   amd64
Samba core libraries
ii  samba-vfs-modules   2:4.1.11+dfsg-1~bpo70+1   amd64
Samba Virtual FileSystem plugins


Thanks for tips!

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