Changes

Jump to: navigation, search

Proxmox Mail Gateway in container

12 bytes added, 10:28, 4 July 2007
Updated links for the new Proxmox 2.0 template
The Proxmox Mail Gateway 2.0 template is an OpenVZ OS template that allows you to run the Antispam & Antivirus Mail Gateway. Proxmox runs in different virtualization environments but in OpenVZ it is almost twice as fast as on the virtualization solutions from the market leader - due to the minimal overhead in OpenVZ.
= Prerequisites =
= Installation =
Download the Proxmox OpenVZ template
<pre>wget http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/debian-34.10-proxmox-mailgateway-2.0.tar.gz</pre>
Copy the template into the template cache, usually to /vz/templates/cache/
Choose a free VPS ID, we use 777 inside this guide and
<pre>vzctl create 777 --ostemplate debian-34.10-proxmox-mailgateway -2.0 --config default</pre>
= Configure the VPS =
Set guaranteed memory to 512MB, maximum disk space to 4GB
<pre>vzctl set 777 --vmguarpages 131072:2147483647 512M --privvmpages 1G --diskspace 40000004000M:4400000 4400M --save</pre> And finally set the root password:<pre>vzctl set 777 --userpasswd root:YOURPASSWORT</pre>
= Start the VPS =
<pre>vzctl start 777</pre>
 
And finally set the root password:
<pre>vzctl set 777 --userpasswd root:YOURPASSWORT</pre>
Now you have a running Proxmox! By typing vzlist you should have something like this.
31
edits

Navigation menu