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