mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
[GH-ISSUE #29] Direction of incoming and outgoing messages #23
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#23
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 @nqb on GitHub (Jun 30, 2015).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/29
Hello,
I would like to describe direction of incoming and outgoing messages to sendmailanalyzer. I don't understand which variable(s) has to be set in
sendmailanalyzer.conf(LOCAL_DOMAIN, MAIL_HUB, or MAIL_GATEWAY) in a simple case like : one server receives messages for one domain (mydom.com), deliveries on same server.Example of two messages receives on this mail server :
@darold commented on GitHub (Jun 30, 2015):
Hi,
Have you tried to set the following:
LOCAL_DOMAIN 127.0.0.1
MAIL_HUB and MAIL_GATEWAY should remain empty.
Let me know.
@nqb commented on GitHub (Mar 22, 2016):
Hello,
I have tried our advice in 9.2 :
With this config, in Global Statistics -> Messaging menu, on "Message delivery flows" table, I see only two rows with numbers :
To my mind, there is no "External -> External" messages, only three cases :
Moreover, in Top Statistics -> Senders or Recipients, I don't see :
How to fix this ?
Thanks.