mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
[GH-ISSUE #8] IPv6 support #6
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#6
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 @dominiquefournier on GitHub (May 15, 2013).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/8
Hi
If the connection is done in IPv6, the logs in Postfix are :
connect from unknown[2001:660:530d:203::1b]
And the report display "unknown2001" instead of [2001:660:530d:203::1b]
@darold commented on GitHub (May 20, 2013):
Hi Dominique,
Last commit
3d98e4eshould add support to ipv6 but I don't have log file with ipv6 entries, please give it a try and let me know.Best regards,
@dominiquefournier commented on GitHub (May 27, 2013):
Super ! It works well ! Congratulations ! Thanks a lot