IPv6 socket creation failed: Address family not supported by protocol

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












OS: GNU/Linux Debian 9.2 64-bit



I disabled IPv6 on one of my servers.



And now I'm getting this in mail:



exim paniclog
...



IPv6 socket creation failed: Address family not supported by protocol



How do I get rid of it?







share|improve this question
























    up vote
    1
    down vote

    favorite












    OS: GNU/Linux Debian 9.2 64-bit



    I disabled IPv6 on one of my servers.



    And now I'm getting this in mail:



    exim paniclog
    ...



    IPv6 socket creation failed: Address family not supported by protocol



    How do I get rid of it?







    share|improve this question






















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      OS: GNU/Linux Debian 9.2 64-bit



      I disabled IPv6 on one of my servers.



      And now I'm getting this in mail:



      exim paniclog
      ...



      IPv6 socket creation failed: Address family not supported by protocol



      How do I get rid of it?







      share|improve this question












      OS: GNU/Linux Debian 9.2 64-bit



      I disabled IPv6 on one of my servers.



      And now I'm getting this in mail:



      exim paniclog
      ...



      IPv6 socket creation failed: Address family not supported by protocol



      How do I get rid of it?









      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 29 '17 at 7:30









      Vlastimil

      6,4411147119




      6,4411147119




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          3
          down vote



          accepted










          First of, man needs to disable IPv6 in exim4.



          In the following file:



          /etc/exim4/update-exim4.conf.conf


          Make sure this line is there, if not, add it, or change it:



          disable_ipv6='true'


          But I tried only this solution and the mail is still coming, so digging further...



          In the same file, make sure this line is set to true:



          dc_minimaldns='true'


          Now edit this file:



          /etc/hosts


          Let's suppose, this line defines your server name:



          127.0.1.1 server-name


          Change it as follows:



          127.0.1.1 server-name.localhost server-name


          Now, verify, that this command:



          hostname --fqdn


          Returns:



          server-name.localhost


          If so, you can update your Exim4 configuration:



          update-exim4.conf


          And restart the Exim4 service:



          service exim4 restart





          share|improve this answer




















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f407663%2fipv6-socket-creation-failed-address-family-not-supported-by-protocol%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            3
            down vote



            accepted










            First of, man needs to disable IPv6 in exim4.



            In the following file:



            /etc/exim4/update-exim4.conf.conf


            Make sure this line is there, if not, add it, or change it:



            disable_ipv6='true'


            But I tried only this solution and the mail is still coming, so digging further...



            In the same file, make sure this line is set to true:



            dc_minimaldns='true'


            Now edit this file:



            /etc/hosts


            Let's suppose, this line defines your server name:



            127.0.1.1 server-name


            Change it as follows:



            127.0.1.1 server-name.localhost server-name


            Now, verify, that this command:



            hostname --fqdn


            Returns:



            server-name.localhost


            If so, you can update your Exim4 configuration:



            update-exim4.conf


            And restart the Exim4 service:



            service exim4 restart





            share|improve this answer
























              up vote
              3
              down vote



              accepted










              First of, man needs to disable IPv6 in exim4.



              In the following file:



              /etc/exim4/update-exim4.conf.conf


              Make sure this line is there, if not, add it, or change it:



              disable_ipv6='true'


              But I tried only this solution and the mail is still coming, so digging further...



              In the same file, make sure this line is set to true:



              dc_minimaldns='true'


              Now edit this file:



              /etc/hosts


              Let's suppose, this line defines your server name:



              127.0.1.1 server-name


              Change it as follows:



              127.0.1.1 server-name.localhost server-name


              Now, verify, that this command:



              hostname --fqdn


              Returns:



              server-name.localhost


              If so, you can update your Exim4 configuration:



              update-exim4.conf


              And restart the Exim4 service:



              service exim4 restart





              share|improve this answer






















                up vote
                3
                down vote



                accepted







                up vote
                3
                down vote



                accepted






                First of, man needs to disable IPv6 in exim4.



                In the following file:



                /etc/exim4/update-exim4.conf.conf


                Make sure this line is there, if not, add it, or change it:



                disable_ipv6='true'


                But I tried only this solution and the mail is still coming, so digging further...



                In the same file, make sure this line is set to true:



                dc_minimaldns='true'


                Now edit this file:



                /etc/hosts


                Let's suppose, this line defines your server name:



                127.0.1.1 server-name


                Change it as follows:



                127.0.1.1 server-name.localhost server-name


                Now, verify, that this command:



                hostname --fqdn


                Returns:



                server-name.localhost


                If so, you can update your Exim4 configuration:



                update-exim4.conf


                And restart the Exim4 service:



                service exim4 restart





                share|improve this answer












                First of, man needs to disable IPv6 in exim4.



                In the following file:



                /etc/exim4/update-exim4.conf.conf


                Make sure this line is there, if not, add it, or change it:



                disable_ipv6='true'


                But I tried only this solution and the mail is still coming, so digging further...



                In the same file, make sure this line is set to true:



                dc_minimaldns='true'


                Now edit this file:



                /etc/hosts


                Let's suppose, this line defines your server name:



                127.0.1.1 server-name


                Change it as follows:



                127.0.1.1 server-name.localhost server-name


                Now, verify, that this command:



                hostname --fqdn


                Returns:



                server-name.localhost


                If so, you can update your Exim4 configuration:



                update-exim4.conf


                And restart the Exim4 service:



                service exim4 restart






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 29 '17 at 7:30









                Vlastimil

                6,4411147119




                6,4411147119



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f407663%2fipv6-socket-creation-failed-address-family-not-supported-by-protocol%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay