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

Last revisionBoth sides next revision
os:proxmox_mgw:misc [2020-04-10 17:39] – created Manuel Freios:proxmox_mgw:misc [2020-04-10 17:57] Manuel Frei
Line 1: Line 1:
 ====== Proxmox Mail Gateway - Misc ====== ====== Proxmox Mail Gateway - Misc ======
 +
 +===== Configure Community Repository =====
 +
 +<code>
 +DEB_VER="$(awk -F= '/^VERSION_CODENAME=/{print $2}' /etc/os-release)"
 +echo "deb https://enterprise.proxmox.com/debian/pmg ${DEB_VER} pmg-enterprise" > /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.txt · Last modified: 2020-04-10 17:59 by Manuel Frei