mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-06-05 06:28:36 +00:00
48 lines
772 B
Plaintext
48 lines
772 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. Most important, it is used internally to create and initialize
|
|
the default database. You can also use it to reset the filter rules
|
|
back 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[]
|
|
|