blob: 9ef0fc9774681c638e1b575e242640df19fd4ee9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
===========================================================================
$NetBSD: MESSAGE,v 1.2 2012/01/09 05:27:44 manu Exp $
You will need to make SOGo accessible through your HTTP server.
If you are running Apache then you may add the following lines to httpd.conf:
Include ${PKG_SYSCONFDIR}/SOGo.conf
Next, setup a PostgreSQL or MySQL database with a sogo user. Tweak tbe
${PKG_SYSCONFDIR}/sogo-conf.sh script according to your needs, run it, and
start httpd and sogod:
/etc/rc.d/sogod start
/etc/rc.d/apache start
===========================================================================
|