Bind conf on Ubuntu

1 post / 0 new
#1 Thu, 04/28/2016 - 21:40
Arvi89

Bind conf on Ubuntu

Hello, Right now I have Ubuntu 16.04, but it was the same with 14.04, every time I install virtualmin, the named.conf.options is like that:

        listen-on-v6 {
                ::1;
                };
        listen-on {
                127.0.0.1;
                };

Which doesn't work, I have to replace the ::1 and 127.0.0.1 by "any". I know my server provider by default they have their own kernel (you need to say if you want the default kernel), so maybe they changed other few things, but as for my smtp issue, I know how to fix it now, just wondering if it was an issue from my host, or a more general thing.