public inbox for pmg-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pmg-devel] applied: [PATCH pmg-api] report: add tls_inbound_domains
@ 2025-06-13 10:21 Stoiko Ivanov
  0 siblings, 0 replies; only message in thread
From: Stoiko Ivanov @ 2025-06-13 10:21 UTC (permalink / raw)
  To: pmg-devel

we had a case in our enterprise support where this would have saved us
a round-trip.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
---
 src/PMG/Report.pm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/PMG/Report.pm b/src/PMG/Report.pm
index 79060a0..9eb50c8 100644
--- a/src/PMG/Report.pm
+++ b/src/PMG/Report.pm
@@ -48,7 +48,12 @@ my $report_def = {
     ],
     pmg => [
 	'pmgconfig dump',
-	sub { dir2text('/etc/pmg/','(?:domains|mynetworks|tls_policy|transport)' ) },
+	sub {
+	    dir2text(
+		'/etc/pmg/',
+		'(?:domains|mynetworks|tls_policy|tls_inbound_domains|transport)'
+	    );
+	},
 	'cat /etc/pmg/dkim/domains',
 	sub { dir2text('/etc/postfix/','(?:clientaccess|senderaccess|rcptaccess)' ) },
 	sub { dump_templates() },
-- 
2.39.5



_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-06-13 10:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-13 10:21 [pmg-devel] applied: [PATCH pmg-api] report: add tls_inbound_domains Stoiko Ivanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal