From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] applied: [PATCH pmg-api] report: add tls_inbound_domains
Date: Fri, 13 Jun 2025 12:21:23 +0200 [thread overview]
Message-ID: <20250613102123.33907-1-s.ivanov@proxmox.com> (raw)
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
reply other threads:[~2025-06-13 10:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250613102123.33907-1-s.ivanov@proxmox.com \
--to=s.ivanov@proxmox.com \
--cc=pmg-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.