]> git.proxmox.com Git - pmg-api.git/blob - src/bin/pmg-system-report
dkim: add QID in warnings
[pmg-api.git] / src / bin / pmg-system-report
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5 use PMG::Report;
6
7 ($> == 0 ) || die "please run as root\n";
8
9 print PMG::Report::generate();
10
11 __END__
12
13 =head1 NAME
14
15 pmg-system-report - Proxmox MailGateway system report tool
16
17 =head1 SYNOPSIS
18
19 pvereport
20
21 =head1 DESCRIPTION
22
23 Display various information related to a Proxmox MailGateway system