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