]> git.proxmox.com Git - pmg-docs.git/blame - pmg.conf.adoc
add SSL ceriticate generation doc
[pmg-docs.git] / pmg.conf.adoc
CommitLineData
f872534d
DM
1[[pmg_configuration_file]]
2ifdef::manvolnum[]
3pmg.conf(5)
4===========
5:pmg-toplevel:
6
7NAME
8----
9
10pmg.conf - Proxmox Mail Gateway Main Configuration
11
12
13SYNOPSIS
14--------
15
16`/etc/pmg/pmg.conf`
17
18
19DESCRIPTION
20-----------
21endif::manvolnum[]
22ifndef::manvolnum[]
23Proxmox Mail Gateway Main Configuration
24=======================================
25endif::manvolnum[]
26ifdef::wiki[]
27:title: Manual: pmg.conf
28:pmg-toplevel:
29endif::wiki[]
30
31The file `/etc/pmg/pmg.conf` is the main configuration.
32
33
34File Format
35-----------
36
37The file is divided into several section. Each section has
38the following format:
39
40----
41section: NAME
42 OPTION value
43 ...
44----
45
46Blank lines in the file separates sections, and lines starting with a `#`
47character are treated as comments and are also ignored.
48
49
50Options
51-------
52
53include::pmg.conf.5-opts.adoc[]
54
55
56ifdef::manvolnum[]
57include::pmg-copyright.adoc[]
58endif::manvolnum[]