mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-16 22:02:40 -06:00
[GH-ISSUE #79] Report is empty with docker image #66
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/sendmailanalyzer#66
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @trickert76 on GitHub (Aug 25, 2021).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/79
Hi,
i've tried to analyse some logs via the docker image, but the report page is always empty. I can see the calendar and "Last record: 2021 Aug 25 17:43:09" but there are no messages displayed - even the log contains multiple entries. I'm not sure how to debug into the problem:
My docker-compose looks like this
The image-folder contains the files that are stored in
dockerdirectory in this repo.The config contains this lines
The logfile contains lines like this:
I would expect that sendmailanalyzer would found a match for "postfix" here.
The docker-compose logs command isn't very helpful. There is no "debug output at all"
@trickert76 commented on GitHub (Aug 26, 2021):
Ah, I found the reason - I didn't set
DOMAIN_REPORTat all. So, it would be a good idea for docker-environment to add the config example here or at docker-hub to the documentation. It is a little bit confusing to find the necessary configurations and formats for a newbie of SendmailAnalyzer. Make a README.md and link to the example under /usr/local/sendmailanalyzer/doc/sendmailanalyzer.conf.example