mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
[GH-ISSUE #51] Messaging Flows and Messaging Delivery Flows differ #41
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#41
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 @cantlep on GitHub (Sep 14, 2017).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/51
Hi Gilles,
I notice that in my setup. In Global Statistics -> Messaging
In Messaging Flows, both the Incoming and outgoing message numbers are displayed. However, in the messaging flows section, only the Internal -> External (which does correctly correspond with the Outgoing Message Flow) is displayed. The External -> Internal (which should correspond with Incoming Message flow) remains at 0.
I think these should correspond with each other.
Thanks
@jules38 commented on GitHub (Sep 14, 2017):
Have you tried latest development code or is it related to v9.2?
@cantlep commented on GitHub (Sep 14, 2017):
Hi, This is v9.2
@darold commented on GitHub (Sep 14, 2017):
Paul, please send a log and your sendmailanalyzer.conf to my private email, without them I will not be able to understand and find what's going wrong.
@darold commented on GitHub (Oct 7, 2017):
Commit
76cda01fixes the differences in mail direction in sa_cache. I'll send you the configuration file that you should use to have the right delivery flow. You will need to rebuild the cache to have the right reports on older data.@cantlep commented on GitHub (Oct 10, 2017):
Hi @darold Looks great now - Thanks again for your continued work on this. It's much appreciated.
@cantlep commented on GitHub (Oct 10, 2017):
Hi @darold Apologies, whilst the i/c o/g flows are fixed, the issue with the messaging flows remains. See screenshots for a particular domain in a 1 hour window (just to show a bit less traffic)
Delivery_flows looks good. 4 emails i/c
Messaging Flows is incorrect though. There were no outbound emails
Senders / Recipients in the Top stats section all look good. It's just the Messaging Flows that are now not correct. The Outgoing figure is actually correct (0 in this case), it's the Local delivery that messes up the outgoing number, it seems.
Sorry :-S
@Steffan72 commented on GitHub (Nov 10, 2017):
I have the same problem as Cantlep.
The updated code doesnt fix it for me.
@darold commented on GitHub (Nov 11, 2017):
I'm not able to reproduce this issue reported by cantlep and you. Can you send to my private email the log file and your configuration file? Also point me the exact hour where the problem is reproducible.
@darold commented on GitHub (Nov 16, 2017):
The last two commit
88d501eand4eb40a9could solve this issue too, please check latest development code and let me know.@darold commented on GitHub (Nov 18, 2017):
The @Steffan72 issue can be solved by adding
dovecot,local, and all the internal domain name handled by this MTA, to the LOCAL_DOMAIN directive. @cantlep if you can send me the log file part that for you generate the problem and was expected, it will help me to explain what should be done in configuration file or to find the bug.@darold commented on GitHub (Jun 17, 2018):
Seems to be fixed otherwise please reopen the issue.