[exim-dev] [Bug 1833] New: Exim doesn't find ipv6 adressess …

Góra strony
Delete this message
Reply to this message
Autor: admin
Data:  
Dla: exim-dev
Temat: [exim-dev] [Bug 1833] New: Exim doesn't find ipv6 adressess when /proc/net/if_inet6 is not available
https://bugs.exim.org/show_bug.cgi?id=1833

            Bug ID: 1833
           Summary: Exim doesn't find ipv6 adressess when
                    /proc/net/if_inet6 is not available
           Product: Exim
           Version: 4.87
          Hardware: x86-64
                OS: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Networking
          Assignee: nigel@???
          Reporter: sander@???
                CC: exim-dev@???


On our servers the mail user (as which exim runs as) does not have access to
/proc/net/if_inet6 but the current implementation needs this.
I can fix it for myself by adding '#define HAVE_GETIFADDRS' to OS/os.h-Linux so
it looks like at least on my systems getifaddrs "does the right thing" TM
I can't find a reason not to switch to getifaddrs but maybe on very old linuxes
this doesn't work?

Current code seems quite old, it is from commit:
===========
commit 61ec970df30325dbcd8c9d0f0e431dc793126656
Author: Philip Hazel <ph10@???>
Date: Wed Oct 6 15:07:39 2004 +0000

    Start
===========


What are your thoughts on this?

--
You are receiving this mail because:
You are on the CC list for the bug.