NAME
pmgproxy - Proxmox Mail Gateway API Proxy Daemon
SYNOPSIS
pmgproxy <COMMAND> [ARGS] [OPTIONS]
pmgproxy help [<cmd>] [OPTIONS]
Get help about specified command.
- <cmd>: <string>
-
Command name
- --verbose <boolean>
-
Verbose output format.
pmgproxy restart
Restart the daemon (or start if not running).
pmgproxy start [OPTIONS]
Start the daemon.
- --debug <boolean> (default = 0)
-
Debug mode - stay in foreground
pmgproxy status
Get daemon status.
pmgproxy stop
Stop the daemon.
DESCRIPTION
This daemon exposes the whole Proxmox Mail Gateway API on TCP port 8006 using HTTPS. It runs as user www-data and has very limited permissions. Operation requiring more permissions are forwarded to the local pmgdaemon.
Requests targeted for other nodes are automatically forwarded to those nodes. This means that you can manage your whole cluster by connecting to a single Proxmox Mail Gateway node.
Alternative HTTPS certificate
By default, pmgproxy uses the certificate /etc/pmg/pmg-api.pem for HTTPS connections. This certificate is a self signed certificate, and therefor not trusted by browsers and operating systems by default. You can simply replace this certificate with your own (please include the key inside the .pem file).
Copyright and Disclaimer
Copyright © 2007-2017 Proxmox Server Solutions GmbH
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/