mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-05-23 14:59:41 +00:00

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com> Reviewed-By: Stoiko Ivanov <s.ivanov@proxmox.com> Reviewed-By: Aaron Lauterer <a.lauterer@proxmox.com>
48 lines
774 B
Plaintext
48 lines
774 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 importantly, 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[]
|
|
|