]> git.proxmox.com Git - pmg-docs.git/blame - pmgdb.adoc
api-viewer: properly HTML encode properties
[pmg-docs.git] / pmgdb.adoc
CommitLineData
f07c4baf
DM
1[[chapter_pmgdb]]
2ifdef::manvolnum[]
3pmgdb(1)
4========
5:pmg-toplevel:
6
7NAME
8----
9
10pmgdb - Proxmox Mail Gateway Database Management Toolkit
11
12
13SYNOPSIS
14--------
15
16include::pmgdb.1-synopsis.adoc[]
17
18
19DESCRIPTION
20-----------
21endif::manvolnum[]
22ifndef::manvolnum[]
38383979
DM
23pmgdb - Database Management Toolkit
24===================================
f07c4baf
DM
25:pmg-toplevel:
26endif::manvolnum[]
27
38383979
DM
28The `pmgdb` toolkit is used to simplify common database management
29tasks. Most important, it is used internally to create and initialize
30the default database. You can also use it to reset the filter rules
31back to factory defaults:
32
33----
34pmgdb reset
35----
36
37Or you can dump a human readable copy of the filter rules:
38
39----
40pmgdb dump
41----
42
f07c4baf
DM
43
44ifdef::manvolnum[]
45include::pmg-copyright.adoc[]
46endif::manvolnum[]
47