pmgsubscription.adoc: improve subscription docs

This commit is contained in:
Dietmar Maurer 2018-01-15 13:00:33 +01:00
parent d89b6b342e
commit d2ae160b22
4 changed files with 39 additions and 8 deletions

View File

@ -3,6 +3,7 @@
proxmoxGmbh=Proxmox Server Solutions Gmbh proxmoxGmbh=Proxmox Server Solutions Gmbh
copyright=Proxmox Server Solutions Gmbh copyright=Proxmox Server Solutions Gmbh
pmg=Proxmox Mail Gateway pmg=Proxmox Mail Gateway
pricing-url=https://www.proxmox.com/en/proxmox-mail-gateway/pricing
website=http://www.proxmox.com/ website=http://www.proxmox.com/
forum-url=https://forum.proxmox.com/ forum-url=https://forum.proxmox.com/
forum=https://forum.proxmox.com/[Proxmox Community Forum] forum=https://forum.proxmox.com/[Proxmox Community Forum]

View File

@ -19,12 +19,12 @@ great place to get information.
Commercial Support Commercial Support
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
{proxmoxGmbh} also offers commercial {proxmoxGmbh} also offers commercial {pricing-url}[{pmg} Subscription
https://www.proxmox.com/en/proxmox-mail-gateway/pricing[{pmg} Subscription Service Plans]. System Administrators with a standard subscription plan can access a Service Plans]. System Administrators with a standard subscription
dedicated support portal with guaranteed reponse time, where {pmg} plan can access a dedicated support portal with guaranteed reponse
developers help them should an issue appear. time, where {pmg} developers help them should an issue appear. Please
Please contact the mailto:office@proxmox.com[Proxmox sales team] contact the mailto:office@proxmox.com[Proxmox sales team] for more
for more information or volume discounts. information or volume discounts.
Bug Tracker Bug Tracker

View File

@ -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 Please note that and you need a valid subscription key to access this
repository. We offer different support levels, and you can find further 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 NOTE: You can disable this repository by commenting out the above line
using a `#` (at the start of the line). This prevents error messages using a `#` (at the start of the line). This prevents error messages

View File

@ -22,7 +22,37 @@ pmgsubscription - Subscription Management
========================================= =========================================
endif::manvolnum[] 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[] ifdef::manvolnum[]
include::pmg-copyright.adoc[] include::pmg-copyright.adoc[]