[pmg-devel] [PATCH pmg-api] report: Add /etc/pmg/dkim/domains
Maximiliano Sandoval
m.sandoval at proxmox.com
Wed Dec 27 10:09:18 CET 2023
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
src/PMG/Report.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/PMG/Report.pm b/src/PMG/Report.pm
index 5fa5ccc..100a197 100644
--- a/src/PMG/Report.pm
+++ b/src/PMG/Report.pm
@@ -47,6 +47,7 @@ my $report_def = {
pmg => [
'pmgconfig dump',
sub { dir2text('/etc/pmg/','(?:domains|mynetworks|tls_policy|transport)' ) },
+ 'cat /etc/pmg/dkim/domains',
sub { dir2text('/etc/postfix/','(?:clientaccess|senderaccess|rcptaccess)' ) },
sub { dump_templates() },
'pmgdb dump',
--
2.39.2
More information about the pmg-devel
mailing list