--On Monday, October 29, 2012 3:49 PM -0400 Wietse Venema
<wie...@porcupine.org> wrote:
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.
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!
--Quanah
--
Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
--------------------
Zimbra :: the leader in open source messaging and collaboration