public inbox for pmg-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pmg-devel] [PATCH pmg-api 0/6] DKIM sign mails generated by PMG itself.
@ 2025-02-24 23:24 Stoiko Ivanov
  2025-02-24 23:24 ` [pmg-devel] [PATCH pmg-api 1/7] config: add admin-mail-from key Stoiko Ivanov
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Stoiko Ivanov @ 2025-02-24 23:24 UTC (permalink / raw)
  To: pmg-devel

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


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2025-02-25 12:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-24 23:24 [pmg-devel] [PATCH pmg-api 0/6] DKIM sign mails generated by PMG itself Stoiko Ivanov
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

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