10 pmgsh - Proxmox Mail Gateway API Shell
16 include::pmgsh.1-synopsis.adoc[]
28 The `pmgsh` tool can be used to access the {pmg} API via the command line.
38 Call the 'GET' method on a specific API path:
44 View current mail configuration:
47 # pmgsh get /config/mail
50 Get help for a specific path:
53 # pmgsh help /config/mail -v
56 Disable option 'spf' in '/config/mail'
59 # pmgsh set /config/mail -spf 0
62 Delete 'spf' setting from '/config/mail'
65 # pmgsh set /config/mail -delete spf
70 include::pmg-copyright.adoc[]