-
-
Notifications
You must be signed in to change notification settings - Fork 9
Introduction
anon edited this page Sep 22, 2025
·
3 revisions
MailLogSentinel is a lightweight Python tool that watches Postfix SASL failures. Under systemd, it tails the mail log incrementally (near-real time), appends parsed events to a CSV, then a daily email summarizes activity.
- Continuous ingestion (systemd service): long-running tail with incremental parsing.
- Data sink (CSV): normalized schema (see Data Schema page).
- Daily report (systemd timer): composes and sends a daily summary email.