Re: [SOGo] Specific errors in configuring OCSManager Web Services

2014-12-17 Thread Steve Ankeny

I'm building on Ubuntu Trusty (14.04.1)

The Arch Wiki is very specific here 
https://wiki.archlinux.org/index.php/OpenChange_Server#Initial_SOGo_configuration 
that you can create the SOGo.conf file and use Include


However, as I review my configs, I see that Ubuntu's 
/etc/apache2/apache2.conf already has all the Includes I need, and the 
SOGo.conf file is currently in /etc/apache2/conf.d/ so it just needs 
to be copied to /etc/apache2/conf-enabled/ which is where I noticed 
the difference with the ZEG configuration and mine.


It may need a few modifications, but it's essentially what I need (so, 
I'll work on that)


I may also need to modify /etc/apache2/sites-enabled/000-default.conf 
to match the ZEG


And, the Arch Wiki is also specific here 
https://wiki.archlinux.org/index.php/OpenChange_Server#OCSManager with 
instructions for setting up ocsmanager.ini


I don't see that file in the ZEG, so I'll have to investigate further.

*Question for mods:*

Is there a specific routine to follow setting up OCSManager on Ubuntu 
Trusty?  I don't see documentation.



On 12/16/2014 07:17 PM, jacek burghardt wrote:
Are you running arch linux ? I got everything working perfectly on my 
server.


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

Re: [SOGo] Specific errors in configuring OCSManager Web Services

2014-12-17 Thread Steve Ankeny

ok . . .

copying /etc/apache2/conf.d/SOGo.conf to 
/etc/apache2/conf-enabled/sogo.conf resolved the problem


*still asking*, Is there a specific procedure for configuring 
python-ocsmanager?



On 12/16/2014 07:17 PM, jacek burghardt wrote:
Are you running arch linux ? I got everything working perfectly on my 
server.


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

Re: [SOGo] Specific errors in configuring OCSManager Web Services

2014-12-17 Thread jacek burghardt
Did you read this ?
http://tracker.openchange.org/projects/1/wiki/OCSManager_Installation_Guide
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Specific errors in configuring OCSManager Web Services

2014-12-17 Thread Steve Ankeny

no, but that looks GREAT

I'll investigate that.  I was hoping we'd have better instructions from 
Inverse (maybe I'm overlooking them)


thx for your attention to this, as it's probably the last part of my 
new installation that's not finished


On 12/17/2014 12:56 PM, jacek burghardt wrote:
Did you read this ? 
http://tracker.openchange.org/projects/1/wiki/OCSManager_Installation_Guide


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


Re: [SOGo] Specific errors in configuring OCSManager Web Services

2014-12-17 Thread Steve Ankeny

having problems with . . .

$ source mydevenv/bin/activate
$ cd ocsmanager
$ python setup.py develop


Ubuntu does not recognize those commands.  I'll look for a python primer 
on Ubuntu


On 12/17/2014 12:56 PM, jacek burghardt wrote:
Did you read this ? 
http://tracker.openchange.org/projects/1/wiki/OCSManager_Installation_Guide


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


Re: [SOGo] Specific errors in configuring OCSManager Web Services

2014-12-17 Thread jacek burghardt
arch linux has this as instructions
in /usr/share/samba//setup/ocsmanager

install -vdm755 /etc/ocsmanager
install -vm644 ocsmanager.ini /etc/ocsmanager/ocsmanager.ini
install -vm644 ocsmanager-apache.conf \
   /etc/httpd/conf/extra/ocsmanager.conf
install -vm644 ocsmanager.service /usr/lib/systemd/system
install -vdm700 -o http -g http /var/cache/ntlmauthhandler
python2.7 setup.py install --root=/ --prefix=/usr \
   --single-version-externally-managed
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Specific errors in configuring OCSManager Web Services

2014-12-16 Thread Steve Ankeny
I've installed Apache2, MariaDB, Dovecot, Postfix, Samba, SOGo  
OpenChange from scratch.


My purpose is to create a SOGo server without LDAP by using Samba, 
Dovecot, Postfix  OpenChange.


I've followed the configuration starting at 
http://iabsis.com/EN/article/35-2/Requirements and cross-referenced the 
instructions given in both the SOGo Installation Guide 
http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf and 
Native Microsoft Outlook Configuration 
http://www.sogo.nu/files/docs/SOGo%20Native%20Microsoft%20Outlook%20Configuration.pdf


Specifically, I've configured Dovecot  Postfix successfully with the 
instructions at http://iabsis.com . .


I've configured SOGo to authenticate with MySQL and successfully 
configured Samba as an AD-DC


I'm following the directions starting on pg 9 of the Native Microsoft 
Outlook Configuration 
http://www.sogo.nu/files/docs/SOGo%20Native%20Microsoft%20Outlook%20Configuration.pdf, 
and my setup fails at pg 13 -- /etc/init.d/openchange-ocsmanager start 
-- with the error, No such file or directory


*How is ocsmanager configured with python-ocsmanager?* Where is the 
documentation?


ALSO, I am missing /etc/apache2/conf-available/sogo.conf and 
/etc/apache2/conf-enabled/sogo.conf


As a result, I cannot reach http://ip_address/SOGo by web services.

I can create the file, but I do not wish to skip a configuration 
step.  And, what of OCSManager?


Thx

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

Re: [SOGo] Specific errors in configuring OCSManager Web Services

2014-12-16 Thread jacek burghardt
Well you can download the file by googling it.
This has good reading and now my sytem works fine.
https://wiki.archlinux.org/index.php/OpenChange_Server
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Specific errors in configuring OCSManager Web Services

2014-12-16 Thread Steve Ankeny
yeah, I saw that yesterday but haven't read it intently yet -- thx for 
reminding me


On 12/16/2014 02:25 PM, jacek burghardt wrote:

Well you can download the file by googling it.
This has good reading and now my sytem works fine.
https://wiki.archlinux.org/index.php/OpenChange_Server


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


Re: [SOGo] Specific errors in configuring OCSManager Web Services

2014-12-16 Thread jacek burghardt
Are you running arch linux ? I got everything working perfectly on my
server.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists