Commit 3e9f4ef6 authored by Marco Mariani's avatar Marco Mariani

comments

parent c8de8019
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
# #
# Changes in the Zimbra sources: # Changes in the Zimbra sources:
# mysql will be compiled with the embedded yaSSL library instead of openssl # mysql will be compiled with the embedded yaSSL library instead of openssl
# back-perl in openldap is disabled for linking issues to libperl.a
# #
# XXX TODO: grep -R 'opt\\/zimbra' . # XXX TODO: grep -R 'opt\\/zimbra' .
# grep -R '/usr/bin/procmail' . # grep -R '/usr/bin/procmail' .
...@@ -50,6 +49,13 @@ ...@@ -50,6 +49,13 @@
# iptables -t nat -A PREROUTING -p tcp -d $IP --dport 110 -j DNAT --to-destination $IP:10110 # iptables -t nat -A PREROUTING -p tcp -d $IP --dport 110 -j DNAT --to-destination $IP:10110
# iptables -t nat -A PREROUTING -p tcp -d $IP --dport 995 -j DNAT --to-destination $IP:10995 # iptables -t nat -A PREROUTING -p tcp -d $IP --dport 995 -j DNAT --to-destination $IP:10995
# #
#
#
# sudo apt-get install authbind=2.1.1
# sudo touch /etc/authbind/byport/{80,110,143,443,\!993,\!995}
# sudo chown `id -u`.`id -u` /etc/authbind/byport/{80,110,143,443,\!993,\!995}
# sudo chmod 755 /etc/authbind/byport/{80,110,143,443,\!993,\!995}
#
extends = extends =
/home/marco/src/slapos/stack/slapos.cfg /home/marco/src/slapos/stack/slapos.cfg
...@@ -126,6 +132,9 @@ command = ulimit -n 32768 ...@@ -126,6 +132,9 @@ command = ulimit -n 32768
[perl] [perl]
# We need to build Perl with -fPIC,
# in order to compile the Perl backend for openldap.
# Using zimbra's provided perl would probably be a better option.
configure-command = configure-command =
sh Configure -des \ sh Configure -des \
-Dprefix=${buildout:parts-directory}/${:_buildout_section_name_} \ -Dprefix=${buildout:parts-directory}/${:_buildout_section_name_} \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment