]> git.proxmox.com Git - pmg-docs.git/blobdiff - pmgconfig.1-synopsis.adoc
fixup line length and content
[pmg-docs.git] / pmgconfig.1-synopsis.adoc
index eb69b84bfc214e84004fd7d668900dc18e8a7feb..3073408e2486949f096a24dd10222f707a0b3d5a 100644 (file)
@@ -5,59 +5,70 @@
 Generate /etc/pmg/pmg-api.pem (self signed certificate for GUI and REST
 API).
 
-`-force` `<boolean>` ('default =' `0`)::
+`--force` `<boolean>` ('default =' `0`)::
 
 Overwrite existing certificate.
 
+*pmgconfig dkim_record*
 
+Get the public key for the configured selector, prepared as DKIM TXT record
 
-*pmgconfig dump*
+*pmgconfig dkim_set* `--keysize <integer> --selector <string>` `[OPTIONS]`
 
-Print configuration setting which can be used in templates.
+Generate a new private key for selector. All future mail will be signed
+with the new key!
+
+`--force` `<boolean>` ::
+
+Overwrite existing key
 
+`--keysize` `<integer> (1024 - N)` ::
 
+Number of bits for the RSA-Key
+
+`--selector` `<string>` ::
+
+DKIM Selector
+
+*pmgconfig dump*
 
+Print configuration setting which can be used in templates.
 
-*pmgconfig help* `[<cmd>]` `[OPTIONS]`
+*pmgconfig help* `[OPTIONS]`
 
 Get help about specified command.
 
-`<cmd>`: `<string>` ::
+`--extra-args` `<array>` ::
 
-Command name
+Shows help for a specific command
 
-`-verbose` `<boolean>` ::
+`--verbose` `<boolean>` ::
 
 Verbose output format.
 
+*pmgconfig init*
 
-
+Generate required files in /etc/pmg/
 
 *pmgconfig ldapsync*
 
 Syncronize the LDAP database.
 
-
-
 *pmgconfig sync* `[OPTIONS]`
 
 Syncronize Proxmox Mail Gateway configurations with system configuration.
 
-`-restart` `<boolean>` ('default =' `0`)::
+`--restart` `<boolean>` ('default =' `0`)::
 
 Restart services if necessary.
 
-
-
 *pmgconfig tlscert* `[OPTIONS]`
 
 Generate /etc/pmg/pmg-tls.pem (self signed certificate for encrypted SMTP
 traffic).
 
-`-force` `<boolean>` ('default =' `0`)::
+`--force` `<boolean>` ('default =' `0`)::
 
 Overwrite existing certificate.
 
 
-
-