]> git.proxmox.com Git - pmg-docs.git/blame - pmg-administration.adoc
bump version to 5.0-8
[pmg-docs.git] / pmg-administration.adoc
CommitLineData
e3eaa56a
DM
1Administration
2==============
3
4The Administration GUI allows you to do common administration tasks
5like updating software packages, manage quarantine, view service
6status and manage mail queues. It also provides server statistics in
7order to verify server health.
8
9
10Server Administration
11---------------------
12
13Server status
14~~~~~~~~~~~~~
15
16image::images/screenshot/pmg-gui-server-status.png[]
17
18This page shows server statistics about CPU, memory, disk and network
19usage. You can select the displayed time span on the upper right.
20
21Administrators can open a terminal window using the 'Console'
22button. It is also possible to trigger a server 'Restart' or
23'Shutdown'.
24
25
26Services
27~~~~~~~~
28
29image::images/screenshot/pmg-gui-service-status.png[]
30
31This panel lists all major services used for mail processing and
32cluster synchronization. If necessary, you can start, stop or restart
33them. The 'Syslog' button shows the system log filtered for the
34selected service.
35
36Please note that {pmg} uses {systemd} to manage services, so you can
37also use the standard `systemctl` command line tool to manage or view
38service status, for example:
39
40-----
41systemctl status postfix
42-----
43
44
45Updates
46~~~~~~~
47
48image::images/screenshot/pmg-gui-updates.png[]
49
50We release software updates on a regular basis, and it is recommended
51to always run the latest available version. This page shows the
52available updates, and administrator can run an upgrade by pressing
53the 'Upgrade' button.
54
55See section xref:pmg_package_repositories[Package Repositories] for
56details abaout available package repositories.
57
58
59Syslog and Tasks
60~~~~~~~~~~~~~~~~
61
62image::images/screenshot/pmg-gui-syslog.png[]
63
80034065
DM
64The syslog page gives you a quick real-time log view. Please use the
65xref:pmg_tracking_center[Tracking Center] to search the logs.
e3eaa56a
DM
66
67
68Quarantine
69----------
70
71Spam
72~~~~
73
74DODO
75
76Virus
77~~~~~
78
79TODO
80
81User White- and Blacklist
82~~~~~~~~~~~~~~~~~~~~~~~~~
83
84TODO
85
80034065 86[[pmg_tracking_center]]
e3eaa56a
DM
87Tracking Center
88---------------
89
90TODO
91
92
93Postfix Queue Administration
94----------------------------
95
96TODO