pmg-docs/pmgdb.adoc
Dylan Whyte f11e91b5ee cli tools: language fixup
minor rewordings and corrections in section "Command Line Tools"

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2021-07-13 18:25:14 +02:00

48 lines
761 B
Plaintext

[[chapter_pmgdb]]
ifdef::manvolnum[]
pmgdb(1)
========
:pmg-toplevel:
NAME
----
pmgdb - Proxmox Mail Gateway Database Management Toolkit
SYNOPSIS
--------
include::pmgdb.1-synopsis.adoc[]
DESCRIPTION
-----------
endif::manvolnum[]
ifndef::manvolnum[]
pmgdb - Database Management Toolkit
===================================
:pmg-toplevel:
endif::manvolnum[]
The `pmgdb` toolkit is used to simplify common database management
tasks. It is primarily used internally to create and initialize
the default database. You can also use it to reset the filter rules
to factory defaults:
----
pmgdb reset
----
Or you can dump a human-readable copy of the filter rules:
----
pmgdb dump
----
ifdef::manvolnum[]
include::pmg-copyright.adoc[]
endif::manvolnum[]