mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
[GH-ISSUE #41] Troubles understanding Message delivery flows #31
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#31
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 @enekux on GitHub (May 6, 2016).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/41
Hi,
I have troubles understanding the Message delivery flows.
Our Postfix server is used as a "Gateway/AntiSpam-AntiVirus Filter" mail server for multiple domains for Incoming and Outgoing mail flows.
But I don't quite understand the statistics shown under Messaging/Message delivery flows:
External -> Internal
External -> External
Internal -> Internal
Internal -> External
I have been playing with next directives to make some sense, but still I don't understand the results:
LOCAL_DOMAIN domain.com, domain2.com
MAIL_HUB 127.0.0.1,::1,mail.domain.com, mail.domain2.com
MAIL_GW
Would this be ok?
What is the interpretation for:
External -> External
Internal -> Internal
Thank you and regards
@darold commented on GitHub (May 15, 2016):
Hi,
Sorry for the response delay. Here you only need to set the list of your internal domain in the LOCAL_DOMAIN configuration directive. MAIL_HUB and MAIL_GW must be empty.
Regards,
@enekux commented on GitHub (May 17, 2016):
Hi,
ok I will give it a try, do some tests and let you know.
Meantime, could you explain which emails fall in the Mail Flows:
External -> External
Internal -> Internal
Thanks
@darold commented on GitHub (May 20, 2016):
You might not have External -> External flow, this can result of backscatting or bounced messages. Internal -> Internal is when your MTA is used from and to legit users. To simplify you can see External as Internet and Internal as your private network.
@romale commented on GitHub (Nov 17, 2016):
I've also configured LOCAL_DOMAIN but External->Internal is 0 0.00 0.00%.
Thanks
p.s. i've installed sendmailanalyzer master and commit
dd038624d3@darold commented on GitHub (Nov 17, 2016):
Please send me a sample of your log to my private address gilles AT darold DOT net I will try to find the right settings or fix the issue.