跳到主內容

Proxmox Mail Gateway 套件更新

安裝好的第一次事情就是優先把系統都更新到最新版本,如果未來公司使用上還不錯有多的預算的話,可以考慮一下贊助官方,讓此服務能夠永續下去。感謝

安裝編輯套件


apt update && apt install vim -y

訂閱服務


由於沒有訂閱官方,所以在更新的時候會發現到會出現官方會說沒有認購授權,所以要先進系統將此訊息先註解掉,當未來以後如果有足夠的預算的話,再解開註解。

vim  /etc/apt/sources.list.d/pmg-enterprise.list

# 修改前
deb https://enterprise.proxmox.com/debian/pmg bookworm pmg-enterprise

# 修改後
# deb https://enterprise.proxmox.com/debian/pmg bookworm pmg-enterprise

ps: Proxmox Mail Gateway 原廠希望企業用戶能訂閱「維護合約」

社群版套件庫


  • 適用 Proxmox Mail Gateway 6.x 版,設定檔 vim /etc/apt/sources.list
deb http://ftp.debian.org/debian buster main contrib

deb http://ftp.debian.org/debian buster-updates main contrib

deb http://security.debian.org buster/updates main contrib

# PMG pmg-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian/pmg buster pmg-no-subscription
  • 適用 Proxmox Mail Gateway 7.x 版,設定檔 vim /etc/apt/sources.list
deb http://ftp.debian.org/debian bullseye main contrib
deb http://ftp.debian.org/debian bullseye-updates main contrib

# security updates
deb http://security.debian.org/debian-security bullseye-security main contrib

# PMG pmg-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian/pmg bullseye pmg-no-subscription
  • 適用 Proxmox Mail Gateway 8.x 版,設定檔 vim /etc/apt/sources.list
deb http://ftp.debian.org/debian bookworm main contrib
deb http://ftp.debian.org/debian bookworm-updates main contrib

# security updates
deb http://security.debian.org/debian-security bookworm-security main contrib

# PMG pmg-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian/pmg bookworm pmg-no-subscription
  • 執行更新
apt update && apt dist-upgrade -y
  • 套件說明

pve-no-subscription
安裝完後,將具有原廠已測試通過但未正式釋放出來的套件
pvetest
這是測試版搶先使用版,自行考慮是否使用

  • 重啟 PVE 指令
reboot -nf



參考相關網頁