]> git.proxmox.com Git - pmg-docs.git/blame_incremental - pmgdb.adoc
bump version to 5.1-2
[pmg-docs.git] / pmgdb.adoc
... / ...
CommitLineData
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[]
23pmgdb - Database Management Toolkit
24===================================
25:pmg-toplevel:
26endif::manvolnum[]
27
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
43
44ifdef::manvolnum[]
45include::pmg-copyright.adoc[]
46endif::manvolnum[]
47