Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
メール送信の統計を収集するサービスに取り組んでいます。Exim が外部サービスにメールの送信に成功した (または失敗した) ことを通知し、ターゲット smtp サービスが http ポストバックを使用してメッセージの受信を確認したことを通知する方法はありますか?
または、そのような種類の通知を取得するための他の回避策が存在する可能性がありますか?
必要に応じてできtail -F /path/main.log | parser | notifierます。
tail -F /path/main.log | parser | notifier
parserそしてnotifierあなたが選んだツールです。
parser
notifier