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