Quanah Gibson-Mount: > >> The patch definitely strips off the %eth0 bit. > >> > >> [root@zre-rhel6-64 postfix]# /opt/zimbra/postfix/sbin/postconf -d > >> mynetworks mynetworks = 127.0.0.0/8 10.137.242.0/24 [::1]/128 > >> [fc00:10:137:242::]/64 [fe80::]/64 > > > > Good. Maybe it is worthwhile to strip the datalink suffix from the > > result if the getaddrinfo() system library routine. > > > > Instead of the previous patch, can you try this one? It will get > > rid of all instances where a datalink suffix might pop up as Postfix > > collects system information. > > Hi Wietse, > > This patch works well too: > > [root@zre-rhel6-64 postfix]# /opt/zimbra/postfix/sbin/postconf -d mynetworks > mynetworks = 127.0.0.0/8 10.137.242.0/24 [::1]/128 [fc00:10:137:242::]/64 > [fe80::]/64 > > Thanks for such a quick reponse!
OK, this will be final. Thanks for testing. Wietse