]> git.proxmox.com Git - pmg-docs.git/blob - user.conf.adoc
bump version to 5.0-8
[pmg-docs.git] / user.conf.adoc
1 [[pmg_user_configuration_file]]
2 ifdef::manvolnum[]
3 user.conf(5)
4 ============
5 :pmg-toplevel:
6
7 NAME
8 ----
9
10 user.conf - Proxmox Mail Gateway User Configuration
11
12
13 SYNOPSIS
14 --------
15
16 `/etc/pmg/user.conf`
17
18
19 DESCRIPTION
20 -----------
21 endif::manvolnum[]
22 ifndef::manvolnum[]
23 User Configuration
24 ==================
25 endif::manvolnum[]
26
27 The file `/etc/pmg/user.conf` contains the user configuration.
28
29
30 File Format
31 -----------
32
33 The file has the following format for each user:
34
35 ----
36 # comment
37 userid:enable:expire:crypt_pass:role:email:firstname:lastname:keys
38 ----
39
40 Options
41 -------
42
43 include::user.conf.5-opts.adoc[]
44
45
46 ifdef::manvolnum[]
47 include::pmg-copyright.adoc[]
48 endif::manvolnum[]