mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
[GH-ISSUE #48] Direction and inbound mail not recognised #39
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#39
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 @lloydsystems on GitHub (Jun 25, 2017).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/48
Thank you for your program, which I have been testing on my mail system. The server is CentOS 6 with Postfix MTA, SpamAssassin and SQLgrey. SpamAssassin daemon (spamd) connects to Postfix by milter (spamass-milter). Cyrus-IMAP runs on the same server. Postfix passes clean inbound mail via LMTP to Cyrus-IMAP, which handles the delivery.
Testing SendmailAnalyzer on this setup I find these issues:
Mail sent is listed, showing sender and recipient addresses. But no received mail appears. If I click on the link to my domain I see the incoming mail messages, but it shows no recipient, no status, etc.
Configuration is basically at default settings. I have tried setting LOCAL_DOMAIN to 127.0.0.1 or mydomain.com but same result.
Am I missing something, or is it just SendmailAnalyzer is not compatible with my setup?
Thanks,
Steve Jones
@darold commented on GitHub (Jun 25, 2017):
Hi Steve,
Please send a mail.log file to my private email, I will try to find the best configuration for you and see if there is any issue.
Regards,
@darold commented on GitHub (Jul 2, 2017):
Thanks for the log file, it helps me to fix two problems. Please download latest development code and just set LOCAL_DOMAIN to mail.mydomain.com.au in your sendmailanalyzer.conf.
@lloydsystems commented on GitHub (Jul 9, 2017):
Hi Gilles,
Thanks for the updated code. I downloaded the current master and built and installed a new package. I set
LOCAL_DOMAIN mail.mydomain.com.au
as suggested. The results appeared to be good, only my sent mail was categorized as ext->ext, so I added the internal network domain:
LOCAL_DOMAIN mail.mydomain.com.au ad.mydomain.com.au
After that, sent mail is grouped as int->ext, with received mail in ext->int as expected. So far so good.
But I have been testing for a couple of days and discovered a couple of oddities.
I welcome your comments.
Steve Jones
@enekux commented on GitHub (Nov 15, 2017):
Hi,
I am noticing similar issue here.
I am going to provide you with some logs, which I hope they will be helpful for you for troubleshooting.
Thank you.
@darold commented on GitHub (Nov 15, 2017):
Thanks for all the information it helps a lot. Commit
88d501emight fix the issue. I will reply to your email to give you the right configuration.@darold commented on GitHub (Nov 18, 2017):
I think the issue is solved for your, I'm closing the issue, otherwise please reopen it.