mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-10-04 16:39:57 +00:00
pmgsubscription.adoc: improve subscription docs
This commit is contained in:
parent
d89b6b342e
commit
d2ae160b22
@ -3,6 +3,7 @@
|
||||
proxmoxGmbh=Proxmox Server Solutions Gmbh
|
||||
copyright=Proxmox Server Solutions Gmbh
|
||||
pmg=Proxmox Mail Gateway
|
||||
pricing-url=https://www.proxmox.com/en/proxmox-mail-gateway/pricing
|
||||
website=http://www.proxmox.com/
|
||||
forum-url=https://forum.proxmox.com/
|
||||
forum=https://forum.proxmox.com/[Proxmox Community Forum]
|
||||
|
@ -19,12 +19,12 @@ great place to get information.
|
||||
Commercial Support
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
{proxmoxGmbh} also offers commercial
|
||||
https://www.proxmox.com/en/proxmox-mail-gateway/pricing[{pmg} Subscription Service Plans]. System Administrators with a standard subscription plan can access a
|
||||
dedicated support portal with guaranteed reponse time, where {pmg}
|
||||
developers help them should an issue appear.
|
||||
Please contact the mailto:office@proxmox.com[Proxmox sales team]
|
||||
for more information or volume discounts.
|
||||
{proxmoxGmbh} also offers commercial {pricing-url}[{pmg} Subscription
|
||||
Service Plans]. System Administrators with a standard subscription
|
||||
plan can access a dedicated support portal with guaranteed reponse
|
||||
time, where {pmg} developers help them should an issue appear. Please
|
||||
contact the mailto:office@proxmox.com[Proxmox sales team] for more
|
||||
information or volume discounts.
|
||||
|
||||
|
||||
Bug Tracker
|
||||
|
@ -281,7 +281,7 @@ update. So you will never miss important security fixes.
|
||||
|
||||
Please note that and you need a valid subscription key to access this
|
||||
repository. We offer different support levels, and you can find further
|
||||
details at https://www.proxmox.com/en/proxmox-mail-gateway/pricing.
|
||||
details at {pricing-url}.
|
||||
|
||||
NOTE: You can disable this repository by commenting out the above line
|
||||
using a `#` (at the start of the line). This prevents error messages
|
||||
|
@ -22,7 +22,37 @@ pmgsubscription - Subscription Management
|
||||
=========================================
|
||||
endif::manvolnum[]
|
||||
|
||||
This tool is used to handle {pmg} subscriptions.
|
||||
{pmg} is free open software, and the company that developed it
|
||||
(Proxmox Server Solutions GmbH) offers {pricing-url}[support] in many
|
||||
ways, with different support channel, level and pricing.
|
||||
|
||||
The tool `pmgsubscription` is used to handle {pmg}
|
||||
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
|
||||
----
|
||||
|
||||
|
||||
ifdef::manvolnum[]
|
||||
include::pmg-copyright.adoc[]
|
||||
|
Loading…
Reference in New Issue
Block a user