Wietse Venema: > Quanah Gibson-Mount: > > --On Monday, October 29, 2012 2:21 PM -0400 Wietse Venema > > <wie...@porcupine.org> wrote: > > > > > Quanah Gibson-Mount: > > >> When I execute postconf -d mynetworks, it returns: > > >> > > >> zimbra@zre-ldap002:~$ postconf -d mynetworks > > >> mynetworks = 127.0.0.0/8 10.137.242.0/24 [::1]/128 > > >> [fc00:10:137:242::]/64 [fe80::%eth0]/64 > > > > > > Try this. Build Postfix without installing it, then execute > > > ``bin/postconf -d'' to check that Postfix removes the datalink > > > suffix that is added by the system. > > > > Thanks Wietse, > > > > 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.
This patch breaks "postfix start", i.e. the master terminates with an error. I'll investigate this as electric power permits. Wietse