User Tools

Site Tools


os:proxmox_mgw:misc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
os:proxmox_mgw:misc [2020-04-10 17:39] – created Manuel Freios:proxmox_mgw:misc [2020-04-10 17:59] (current) Manuel Frei
Line 1: Line 1:
 ====== Proxmox Mail Gateway - Misc ====== ====== Proxmox Mail Gateway - Misc ======
 +
 +===== Configure Community Repository =====
 +
 +FIXME Don't use this. It looks like, there is no community repository for PMG
 +
 +<code>
 +DEB_VER="$(awk -F= '/^VERSION_CODENAME=/{print $2}' /etc/os-release)"
 +echo "deb https://enterprise.proxmox.com/debian/pmg ${DEB_VER} pmg-no-subscription" > /etc/apt/sources.list.d/pmg-no-subscription.list
 +</code>
 +
 +===== Disable Enterprise Repository =====
 +
 +<code>
 +mv /etc/apt/sources.list.d/pmg-enterprise.list{,.disabled}
 +</code>
  
 ===== Remove "No Subscription" Message ===== ===== Remove "No Subscription" Message =====
os/proxmox_mgw/misc.1586533151.txt.gz · Last modified: 2020-04-10 17:39 by Manuel Frei