Editing Proxmox Mail Gateway in container

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 6: Line 6:
 
== Installation ==
 
== Installation ==
 
Download the Proxmox OpenVZ template:
 
Download the Proxmox OpenVZ template:
  wget http://download.proxmox.com/appliances/mail/debian-6.0-proxmox-mailgateway_3.1-2_amd64.tar.gz
+
  wget ftp://download.proxmox.com/appliances/mail/debian-4.0-proxmox-mailgateway_2.5-1_i386.tar.gz
  
 
Copy the template into the template cache, usually to /vz/templates/cache/
 
Copy the template into the template cache, usually to /vz/templates/cache/
Line 18: Line 18:
 
Choose a free CT ID, we use 777 for this guide.
 
Choose a free CT ID, we use 777 for this guide.
  
<pre>vzctl create 777 --ostemplate debian-6.0-proxmox-mailgateway_3.1 --config default</pre>
+
<pre>vzctl create 777 --ostemplate debian-4.0-proxmox-mailgateway-2.5 --config default</pre>
  
 
== Configure the container ==
 
== Configure the container ==
Line 28: Line 28:
 
   --hostname proxmox --searchdomain yourdomain.tld --save
 
   --hostname proxmox --searchdomain yourdomain.tld --save
  
Set guaranteed memory to 1024MB, maximum disk space to 4GB.
+
Set guaranteed memory to 512MB, maximum disk space to 4GB.
  
  vzctl set 777 --vmguarpages 1024M:unlimited --privvmpages 1G:1100M --diskspace 4000M:4400M --save
+
  vzctl set 777 --vmguarpages 512M:unlimited --privvmpages 1G:1100M --diskspace 4000M:4400M --save
  
 
== Start the container ==
 
== Start the container ==
Line 46: Line 46:
  
 
== Backup considerations, live migration, and HA Cluster ==
 
== Backup considerations, live migration, and HA Cluster ==
You can run the mail gateway on any OpenVZ platform and on the [http://pve.proxmox.com/wiki/Proxmox_VE_2.0_Cluster Proxmox VE Cluster]. This include live-migration and online backups.
+
The Proxmox HA Cluster consists of a master and several nodes (minimum one node) — all can be run on different OpenVZ servers within the same subnet. Configuration is done on the master, all configuration and data is synchronized to all cluster nodes over a VPN tunnel.  
  
 
For online backups, see [[backup of a running container with vzdump]].
 
For online backups, see [[backup of a running container with vzdump]].

Please note that all contributions to OpenVZ Virtuozzo Containers Wiki may be edited, altered, or removed by other contributors. If you don't want your writing to be edited mercilessly, then don't submit it here.
If you are going to add external links to an article, read the External links policy first!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)