NAME

pmgsubscription - Proxmox Mail Gateway Subscription Manager

SYNOPSIS

pmgsubscription <COMMAND> [ARGS] [OPTIONS]

pmgsubscription delete

Delete subscription key.

pmgsubscription get

Read subscription info.

pmgsubscription help [OPTIONS]

Get help about specified command.

--extra-args <array>

Shows help for a specific command

--verbose <boolean>

Verbose output format.

pmgsubscription set <key>

Set subscription key.

<key>: pmg([cbsp])-[0-9a-f]{10}

Proxmox Mail Gateway subscription key

pmgsubscription set-offline-key <data>

(Internal use only!) Set a signed subscription info blob as offline key

<data>: <string>

no description available

pmgsubscription update [OPTIONS]

Update subscription info.

--force <boolean> (default = 0)

Always connect to server, even if we have up to date info inside local cache.

DESCRIPTION

Proxmox Mail Gateway is free and open-source software. The company that develops it (Proxmox Server Solutions GmbH) offers support in many ways, with different support channels, levels, and pricing.

The tool pmgsubscription is used to handle Proxmox Mail Gateway subscriptions. Please use the GUI or the set command to upload a new key:

# pmgsubscription set <key>
Note Subscription keys are bound to specific servers (Server ID), so you can use them for exactly one server. Each server needs its own key.

The get command is used to view the current subscription status:

# pmgsubscription get
key: pmgc-xxxxxxxxxx
level: c
productname: Proxmox Mail Gateway Trial Subscription 1 year
regdate: 2017-12-15 00:00:00
serverid: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
status: Active
url: https://www.proxmox.com/en/proxmox-mail-gateway/pricing

Copyright © 2007-2024 Proxmox Server Solutions GmbH

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/