From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] [PATCH pmg-api] config: add admin-mail-from to pmg_service_params
Date: Wed, 26 Feb 2025 11:54:52 +0100 [thread overview]
Message-ID: <20250226105452.500550-1-s.ivanov@proxmox.com> (raw)
thus a change to it triggers a pmg-smtp-filter reload.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
---
src/PMG/Config.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/PMG/Config.pm b/src/PMG/Config.pm
index eabf81b..82bd42e 100644
--- a/src/PMG/Config.pm
+++ b/src/PMG/Config.pm
@@ -1823,6 +1823,7 @@ my $pmg_service_params = {
dkim_sign => 1,
dkim_sign_all_mail => 1,
'dkim-use-domain' => 1,
+ 'admin-mail-from' => 1,
},
};
--
2.39.5
_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel
next reply other threads:[~2025-02-26 10:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-26 10:54 Stoiko Ivanov [this message]
2025-02-26 11:14 ` Dominik Csapak
2025-02-26 11:26 ` [pmg-devel] applied: " Thomas Lamprecht
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=20250226105452.500550-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.