From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] [PATCH pmg-api 0/6] DKIM sign mails generated by PMG itself.
Date: Tue, 25 Feb 2025 00:24:45 +0100 [thread overview]
Message-ID: <20250224232451.399803-1-s.ivanov@proxmox.com> (raw)
Since it's now (since 8.1) possible to sign mails based on their From
header we can sign most of the mails PMG generates itself:
* spam- and admin-reports
* notifications from the rulesystem
* backup notifications
* quarantine-link mails
* a specific bounce we generate ourselves.
This series partially addresses:
* https://bugzilla.proxmox.com/show_bug.cgi?id=4658
* https://bugzilla.proxmox.com/show_bug.cgi?id=2971
and fixes
* https://bugzilla.proxmox.com/show_bug.cgi?id=3423
I tested it on my local system, but another set of eyes would be very much
appreciated
Stoiko Ivanov (7):
config: add admin-mail-from key
reports: use admin-mail-from as from header
smtp-engine: use admin-mail-from as from header for bounces
ruledb: use admin-mail-from where sensible
dkim: signer: degrade missing domain in from header to info
reinject_local_mail: sign mails with DKIM based on header
src/PMG/Backup.pm | 2 +-
src/PMG/CLI/pmgreport.pm | 2 +-
src/PMG/Config.pm | 6 ++++++
src/PMG/DKIMSign.pm | 5 ++++-
src/PMG/Quarantine.pm | 1 +
src/PMG/RuleDB/Notify.pm | 11 ++++++++---
src/PMG/SMTP.pm | 7 ++++---
src/PMG/Utils.pm | 22 ++++++++++++++++++++++
src/bin/pmg-smtp-filter | 1 +
9 files changed, 48 insertions(+), 9 deletions(-)
--
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-24 23:25 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-24 23:24 Stoiko Ivanov [this message]
2025-02-24 23:24 ` [pmg-devel] [PATCH pmg-api 1/7] config: add admin-mail-from key Stoiko Ivanov
2025-02-25 10:29 ` Dominik Csapak
2025-02-24 23:24 ` [pmg-devel] [PATCH pmg-api 2/7] reports: use admin-mail-from as from header Stoiko Ivanov
2025-02-25 10:32 ` Dominik Csapak
2025-02-25 12:55 ` Stoiko Ivanov
2025-02-24 23:24 ` [pmg-devel] [PATCH pmg-api 3/7] smtp-engine: use admin-mail-from as from header for bounces Stoiko Ivanov
2025-02-25 9:53 ` Maximiliano Sandoval
2025-02-25 10:29 ` Stoiko Ivanov
2025-02-25 10:29 ` Dominik Csapak
2025-02-24 23:24 ` [pmg-devel] [PATCH pmg-api 4/7] ruledb: use admin-mail-from where sensible Stoiko Ivanov
2025-02-24 23:24 ` [pmg-devel] [PATCH pmg-api 5/7] dkim: signer: degrade missing domain in from header to info Stoiko Ivanov
2025-02-24 23:24 ` [pmg-devel] [PATCH pmg-api 6/7] reinject_local_mail: sign mails with DKIM based on header Stoiko Ivanov
2025-02-25 10:32 ` Maximiliano Sandoval
2025-02-25 10:47 ` Dominik Csapak
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=20250224232451.399803-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.