From be1fa27d3c339cca5effb9d655d65e7bb34bdd19 Mon Sep 17 00:00:00 2001 From: Betty Date: Thu, 21 May 2026 13:53:06 +0200 Subject: [PATCH] post: commit 839c1ae in bojemoi --- .../commits/2026-05-21-commit-839c1ae.md | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 content/posts/commits/2026-05-21-commit-839c1ae.md diff --git a/content/posts/commits/2026-05-21-commit-839c1ae.md b/content/posts/commits/2026-05-21-commit-839c1ae.md new file mode 100644 index 0000000..0ca5b90 --- /dev/null +++ b/content/posts/commits/2026-05-21-commit-839c1ae.md @@ -0,0 +1,43 @@ +--- +title: "[bojemoi] fix(mail): configurer postfix relayhost via proton-bridge + mise à jour alloy config" +date: 2026-05-21T13:53:06+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 839c1ae par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `839c1ae` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `839c1aef535c603c01848c6e3bfc099725c3d9b1` | + + +### Description + +Postfix envoyait directement vers internet (relayhost vide) au lieu de passer +par le bridge Proton Mail → timeouts et rejets. + +- postfix: RELAYHOST=[protonmail-bridge]:25 + SASL via secret protonmail_bridge_smtp_pass +- alloy: bump config v4 → v5 (suricata-exporter target corrigé) +- secret protonmail_bridge_smtp_pass déclaré dans le stack (external) + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M stack/01-service-hl.yml +``` + +### Diff Summary + +``` + stack/01-service-hl.yml | 17 +++++++++++------ + 1 file changed, 11 insertions(+), 6 deletions(-) +```