--- title: "[bojemoi] base: fix postfix-exporter crash on missing mail.log" date: 2026-02-28T23:32:46+01:00 draft: false tags: ["commit", "bojemoi", "main"] categories: ["Git Activity"] summary: "Commit d32b868 par Betty dans bojemoi" author: "Betty" --- ## Commit `d32b868` | | | |---|---| | **Repository** | bojemoi | | **Branch** | `main` | | **Author** | Betty | | **Hash** | `d32b868fa3ec8feb6e84c15a4c0c2ac4272da287` | ### Description The exporter binary defaults to /var/log/mail.log and requires a log source to be configured. Remove the unused env var and pass the path explicitly via CLI flag. The file is pre-created in the shared volume. Co-Authored-By: Claude Sonnet 4.6 ### Files Changed ``` M stack/01-service-hl.yml ``` ### Diff Summary ``` stack/01-service-hl.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ```