]> git.proxmox.com Git - pmg-docs.git/commitdiff
pmgsubscription.adoc: improve subscription docs
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 15 Jan 2018 12:00:33 +0000 (13:00 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 15 Jan 2018 12:00:33 +0000 (13:00 +0100)
asciidoc/asciidoc-pmg.conf
getting-help.adoc
pmg-installation.adoc
pmgsubscription.adoc

index b2d3b11c8f8165a76fd78d4549a0bfbd2ea900a9..3f49d0f0de76f7da3bca32902a333a03f2f05f09 100644 (file)
@@ -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]
index ab9a27c4c3f4ddd48b7173530ca633e784a42939..74bb9f5d8bd193c7d2193dcf46180a3b32f01bba 100644 (file)
@@ -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
index d62a011413cf7cd23f152d5a440018ff7e299e4a..d3601dc7330414d768f5d5726c1d024644eaa289 100644 (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
 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
index 91ebba49730e7b9db3d39d1cac33380e4d2c06b9..4b2fe5c72ea6d93492f27a0153b75c323fcfa233 100644 (file)
@@ -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[]