From pavel.acc at gmail.com Sun Jun 28 03:54:32 2020 From: pavel.acc at gmail.com (Pavel A. Chernov) Date: Sun, 28 Jun 2020 13:54:32 +0300 Subject: [GF-Users] not correctly configure Message-ID: <172374842.20200628135432@gmail.com> Hello. I use package postfix3 3.5.3-1.gf.el7 noticed that some parameters are not working out correctly in list postconf. For example: [root at mail ~]# postconf -d | grep inet_protocols inet_protocols = all lmtp_balance_inet_protocols = yes postconf: warning: inet_protocols: disabling IPv6 name/address support: Address family not supported by protocol [root at mail ~]# postconf -d | grep interfaces inet_interfaces = all In main.cf: inet_interfaces = 172.24.102.2 inet_protocols = ipv4 Why such a problem? Pavel mailto:pavel.acc at gmail.com From jrd at gerdesas.com Sun Jun 28 04:21:17 2020 From: jrd at gerdesas.com (John R. Dennison) Date: Sun, 28 Jun 2020 06:21:17 -0500 Subject: [GF-Users] not correctly configure In-Reply-To: <172374842.20200628135432@gmail.com> References: <172374842.20200628135432@gmail.com> Message-ID: <20200628112117.GB29431@new-elrond.gerdesas.com> On Sun, Jun 28, 2020 at 01:54:32PM +0300, Pavel A. Chernov wrote: > > [root at mail ~]# postconf -d | grep inet_protocols > inet_protocols = all > lmtp_balance_inet_protocols = yes > postconf: warning: inet_protocols: disabling IPv6 name/address support: Address family not supported by protocol > > [root at mail ~]# postconf -d | grep interfaces > inet_interfaces = all > > > In main.cf: > inet_interfaces = 172.24.102.2 > inet_protocols = ipv4 > > > Why such a problem? It's not a problem at all, actually. postconf -d displays the _d_efault parameter values, not the values as currently in main.cf. Try postconf -n to show values that differ from their defaults due to being explicitly set in main.cf. John -- Andy Warhol (1928 - 1987), American painter, filmmaker, publisher, actor, and major figure in the Pop Art movement, The Philosophy of Andy Warhol (1975) Ch. 7: Time From pavel.acc at gmail.com Sun Jun 28 05:06:24 2020 From: pavel.acc at gmail.com (Pavel A. Chernov) Date: Sun, 28 Jun 2020 15:06:24 +0300 Subject: [GF-Users] not correctly configure In-Reply-To: <20200628112117.GB29431@new-elrond.gerdesas.com> References: <172374842.20200628135432@gmail.com> <20200628112117.GB29431@new-elrond.gerdesas.com> Message-ID: <1609188018.20200628150624@gmail.com> Yes, postconf -n show correct value from main.cf. Thanks! > On Sun, Jun 28, 2020 at 01:54:32PM +0300, Pavel A. Chernov wrote: >> >> [root at mail ~]# postconf -d | grep inet_protocols >> inet_protocols = all >> lmtp_balance_inet_protocols = yes >> postconf: warning: inet_protocols: disabling IPv6 name/address support: Address family not supported by protocol >> >> [root at mail ~]# postconf -d | grep interfaces >> inet_interfaces = all >> >> >> In main.cf: >> inet_interfaces = 172.24.102.2 >> inet_protocols = ipv4 >> >> >> Why such a problem? > It's not a problem at all, actually. postconf -d displays the _d_efault > parameter values, not the values as currently in main.cf. Try postconf > -n to show values that differ from their defaults due to being > explicitly set in main.cf. > John > -- Andy Warhol (1928 - 1987), American painter, filmmaker, publisher, actor, > and major figure in the Pop Art movement, The Philosophy of Andy Warhol > (1975) Ch. 7: Time > _______________________________________________ > users mailing list > users at lists.ghettoforge.org > http://lists.ghettoforge.org/mailman/listinfo/users -- Pavel mailto:pavel.acc at gmail.com