[PR #1559] [MERGED] New Script: Proxmox Mail Gateway Post Installer #3086

Closed
opened 2025-11-20 05:33:21 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1559
Author: @thost96
Created: 1/17/2025
Status: Merged
Merged: 1/20/2025
Merged by: @MickLesk

Base: mainHead: pmg-post-install


📝 Commits (5)

📊 Changes

2 files changed (+224 additions, -0 deletions)

View changed files

json/post-pmg-install.json (+47 -0)
misc/post-pmg-install.sh (+177 -0)

📄 Description

✍️ Description

Created a Post Installer Script for Proxmox Mail Gateway to fix APT Sources, Remove Enterprise Repo, Add No-Subscription Repo, Add Test Repo, Disable No-Subscription Nag on PMG, Update System and Reboot if neccessary. The Script works like the PBS Post Installer or the PVE Post Installer.

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

Please check the relevant options:

  • [] Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts)

📋 Additional Information (optional)

Provide any extra context or screenshots about the feature or fix here.

As this is my frist Contribution to this Project, i hope i haven't missed anything.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/1559 **Author:** [@thost96](https://github.com/thost96) **Created:** 1/17/2025 **Status:** ✅ Merged **Merged:** 1/20/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `pmg-post-install` --- ### 📝 Commits (5) - [`6eee7ad`](https://github.com/community-scripts/ProxmoxVE/commit/6eee7adff63c5e66d09b0032ba362f03f341b432) Create post-pmg-install.sh - [`292a56a`](https://github.com/community-scripts/ProxmoxVE/commit/292a56a8925bd57f1afeb02c03e88d59c0eb5dd4) Create post-pmg-install.json - [`50791bc`](https://github.com/community-scripts/ProxmoxVE/commit/50791bca06120982c8aa899cad6f78f22c5d9efd) Apply suggestions from code review - [`98ab0ce`](https://github.com/community-scripts/ProxmoxVE/commit/98ab0ced7afd19b80f0ad5f1202954f94ba8dfba) smaller fixes - [`1bd7abf`](https://github.com/community-scripts/ProxmoxVE/commit/1bd7abfa7e8767aae6f5fcf019b6cb5c986a6c0a) update ascii to slant ### 📊 Changes **2 files changed** (+224 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `json/post-pmg-install.json` (+47 -0) ➕ `misc/post-pmg-install.sh` (+177 -0) </details> ### 📄 Description ## ✍️ Description Created a Post Installer Script for Proxmox Mail Gateway to fix APT Sources, Remove Enterprise Repo, Add No-Subscription Repo, Add Test Repo, Disable No-Subscription Nag on PMG, Update System and Reboot if neccessary. The Script works like the PBS Post Installer or the PVE Post Installer. ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [X] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [X] Testing performed (I have thoroughly tested my changes and verified expected functionality.) ## 🛠️ Type of Change Please check the relevant options: - [] Bug fix (non-breaking change that resolves an issue) - [x] New feature (non-breaking change that adds functionality) - [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [X] New script (a fully functional and thoroughly tested script or set of scripts) --- ## 📋 Additional Information (optional) Provide any extra context or screenshots about the feature or fix here. As this is my frist Contribution to this Project, i hope i haven't missed anything. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 05:33:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3086