Files
blog/content/posts/commits/2026-02-28-commit-d32b868.md
Betty bb6f790aca
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 8s
post: commit d32b868 in bojemoi
2026-02-28 23:32:47 +01:00

41 lines
877 B
Markdown

---
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 <noreply@anthropic.com>
### Files Changed
```
M stack/01-service-hl.yml
```
### Diff Summary
```
stack/01-service-hl.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
```