*) Enable apache modules 'proxy_module' and 'proxy_http_module':
perl -pi -e 's/^#(LoadModule proxy_module.*)/${1}/' /usr/local/etc/apache24/httpd.conf
perl -pi -e 's/^#(LoadModule proxy_http_module.*)/${1}/' /usr/local/etc/apache24/httpd.conf
*) Copy our sample SOGo config file to /usr/local/etc/apache24/Includes/ and restart Apache service:
cd /tmp
wget https://bitbucket.org/zhb/iredmail/raw/default/iRedMail/samples/sogo/sogo-apache.conf
perl -pi -e 's#PH_SOGO_GNUSTEP_DIR#/usr/local/GNUstep/Local/Library/SOGo#g' sogo-apache.conf
cp sogo-apache.conf /usr/local/etc/apache24/Includes/
service apache24 restart
iredmail 0.9.3 in jail freebsd 10.2
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
inet 127.0.0.2 netmask 0xffffffff
The configuration of Apache running.
There is another problem with the connection to the database in freebsd 10.0.
an extract from the log.
You can log on to sogo, but there is a problem with the address book
sogod[25627:100525] ERROR: could not open MySQL4 connection to database 'sogo': Can't connect to MySQL server on '127.0.0.2' (61)
Dec 16 13:30:42 sogod [25627]: [ERROR] <0x0x80ef23050[GCSChannelManager]> could not open channel <MySQL4Channel[0x0x80eeedf30] connection=0x(null)> for mysql://127.0.0.2/sogo/sogo_user_profile
Found the solution
http://www.iredmail.org/forum/topic8968 … erver.html
service sogod restart -- SOGo will create required SQL tables automatically.