<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.openvz.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Muir</id>
	<title>OpenVZ Virtuozzo Containers Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openvz.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Muir"/>
	<link rel="alternate" type="text/html" href="https://wiki.openvz.org/Special:Contributions/Muir"/>
	<updated>2026-05-15T16:21:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Zimbra_on_OpenVZ_on_Debian&amp;diff=2954</id>
		<title>Zimbra on OpenVZ on Debian</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Zimbra_on_OpenVZ_on_Debian&amp;diff=2954"/>
		<updated>2007-04-05T18:49:03Z</updated>

		<summary type="html">&lt;p&gt;Muir: /* Limits */ SHMPAGES needs to be higher&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are instructions for getting Zimbra &lt;br /&gt;
[[http://www.zimbra.com|Zimbra]] &lt;br /&gt;
to work under OpenVZ&lt;br /&gt;
using a Debian-3.1 (sarge) base.  They are inpired by &lt;br /&gt;
[[Zimbra on OpenVZ on CentOS]]...&lt;br /&gt;
&lt;br /&gt;
== Prepare the VE == &lt;br /&gt;
&lt;br /&gt;
=== Template  ===&lt;br /&gt;
&lt;br /&gt;
Create a Debian 3.1 (sarge) template ([[Debian template creation]])&lt;br /&gt;
&lt;br /&gt;
=== Create ===&lt;br /&gt;
&lt;br /&gt;
Create a VE for Zimbra.   Make sure it has at least 6GB of free &lt;br /&gt;
disk space available.&lt;br /&gt;
&lt;br /&gt;
=== Limits ===&lt;br /&gt;
&lt;br /&gt;
Adjust its resource limts:&lt;br /&gt;
 &amp;lt;code&amp;gt;&lt;br /&gt;
          vzctl set $VEID \&lt;br /&gt;
                --kmemsize      30000000:30000000 \&lt;br /&gt;
                --privvmpages   2400000:2400000 \&lt;br /&gt;
                --shmpages      256:256 \&lt;br /&gt;
                --numproc       2000:2000 \&lt;br /&gt;
                --numtcpsock    1000:1000 \&lt;br /&gt;
                --numflock      100:100 \&lt;br /&gt;
                --tcpsndbuf     640000:650000 \&lt;br /&gt;
                --tcprcvbuf     640000:650000 \&lt;br /&gt;
                --othersockbuf  640000:650000 \&lt;br /&gt;
                --numothersock  1000:1000 \&lt;br /&gt;
                --numfile       16384:16384 \&lt;br /&gt;
                --iptables      ipt_REJECT \&lt;br /&gt;
                --iptables      ipt_tos \&lt;br /&gt;
                --iptables      ipt_limit \&lt;br /&gt;
                --iptables      ipt_multiport \&lt;br /&gt;
                --iptables      iptable_filter \&lt;br /&gt;
                --iptables      iptable_mangle \&lt;br /&gt;
                --iptables      ipt_TCPMSS \&lt;br /&gt;
                --iptables      ipt_tcpmss \&lt;br /&gt;
                --iptables      ipt_ttl \&lt;br /&gt;
                --iptables      ipt_length \&lt;br /&gt;
                --save&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== No Hostname ===&lt;br /&gt;
&lt;br /&gt;
Use vzctl to give it an IP address but not a hostname:&lt;br /&gt;
  &amp;lt;code&amp;gt;vzctl set $VEID --ip A.B.C.D&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Add/Remove packages ==&lt;br /&gt;
&lt;br /&gt;
Enter the VE and install/remove some packages:&lt;br /&gt;
 &amp;lt;code&amp;gt;&lt;br /&gt;
    dpkg --purge exim4&lt;br /&gt;
    apt-get install install sudo libidn11 curl fetchmail \&lt;br /&gt;
            libgmp3 libxml2 openssl libstdc++6 &lt;br /&gt;
    apt-get install perl perl-modules libexpat1 ssh file&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Install ==&lt;br /&gt;
&lt;br /&gt;
Download the Zimbra installation tarball, unpack it, and run &amp;quot;install.sh&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Verify ==&lt;br /&gt;
&lt;br /&gt;
Check /proc/user_beancounters.   If there is anything but zero &lt;br /&gt;
in the &amp;lt;code&amp;gt;failcnt&amp;lt;/code&amp;gt; column, start over with higher limits.&lt;/div&gt;</summary>
		<author><name>Muir</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Zimbra_on_OpenVZ_on_Debian&amp;diff=2953</id>
		<title>Zimbra on OpenVZ on Debian</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Zimbra_on_OpenVZ_on_Debian&amp;diff=2953"/>
		<updated>2007-04-05T18:48:06Z</updated>

		<summary type="html">&lt;p&gt;Muir: Instructions of Zimbra on Debian&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are instructions for getting Zimbra &lt;br /&gt;
[[http://www.zimbra.com|Zimbra]] &lt;br /&gt;
to work under OpenVZ&lt;br /&gt;
using a Debian-3.1 (sarge) base.  They are inpired by &lt;br /&gt;
[[Zimbra on OpenVZ on CentOS]]...&lt;br /&gt;
&lt;br /&gt;
== Prepare the VE == &lt;br /&gt;
&lt;br /&gt;
=== Template  ===&lt;br /&gt;
&lt;br /&gt;
Create a Debian 3.1 (sarge) template ([[Debian template creation]])&lt;br /&gt;
&lt;br /&gt;
=== Create ===&lt;br /&gt;
&lt;br /&gt;
Create a VE for Zimbra.   Make sure it has at least 6GB of free &lt;br /&gt;
disk space available.&lt;br /&gt;
&lt;br /&gt;
=== Limits ===&lt;br /&gt;
&lt;br /&gt;
Adjust its resource limts:&lt;br /&gt;
 &amp;lt;code&amp;gt;&lt;br /&gt;
          vzctl set $VEID \&lt;br /&gt;
                --kmemsize      30000000:30000000 \&lt;br /&gt;
                --privvmpages   2400000:2400000 \&lt;br /&gt;
                --shmpages      32:32 \&lt;br /&gt;
                --numproc       2000:2000 \&lt;br /&gt;
                --numtcpsock    1000:1000 \&lt;br /&gt;
                --numflock      100:100 \&lt;br /&gt;
                --tcpsndbuf     640000:650000 \&lt;br /&gt;
                --tcprcvbuf     640000:650000 \&lt;br /&gt;
                --othersockbuf  640000:650000 \&lt;br /&gt;
                --numothersock  1000:1000 \&lt;br /&gt;
                --numfile       16384:16384 \&lt;br /&gt;
                --iptables      ipt_REJECT \&lt;br /&gt;
                --iptables      ipt_tos \&lt;br /&gt;
                --iptables      ipt_limit \&lt;br /&gt;
                --iptables      ipt_multiport \&lt;br /&gt;
                --iptables      iptable_filter \&lt;br /&gt;
                --iptables      iptable_mangle \&lt;br /&gt;
                --iptables      ipt_TCPMSS \&lt;br /&gt;
                --iptables      ipt_tcpmss \&lt;br /&gt;
                --iptables      ipt_ttl \&lt;br /&gt;
                --iptables      ipt_length \&lt;br /&gt;
                --save&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== No Hostname ===&lt;br /&gt;
&lt;br /&gt;
Use vzctl to give it an IP address but not a hostname:&lt;br /&gt;
  &amp;lt;code&amp;gt;vzctl set $VEID --ip A.B.C.D&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Add/Remove packages ==&lt;br /&gt;
&lt;br /&gt;
Enter the VE and install/remove some packages:&lt;br /&gt;
 &amp;lt;code&amp;gt;&lt;br /&gt;
    dpkg --purge exim4&lt;br /&gt;
    apt-get install install sudo libidn11 curl fetchmail \&lt;br /&gt;
            libgmp3 libxml2 openssl libstdc++6 &lt;br /&gt;
    apt-get install perl perl-modules libexpat1 ssh file&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Install ==&lt;br /&gt;
&lt;br /&gt;
Download the Zimbra installation tarball, unpack it, and run &amp;quot;install.sh&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Verify ==&lt;br /&gt;
&lt;br /&gt;
Check /proc/user_beancounters.   If there is anything but zero &lt;br /&gt;
in the &amp;lt;code&amp;gt;failcnt&amp;lt;/code&amp;gt; column, start over with higher limits.&lt;/div&gt;</summary>
		<author><name>Muir</name></author>
		
	</entry>
</feed>