Re: [postfix-users] Postfix and IPV6

2016-11-18 Thread Kiss Gabor (Bitman)
> > mynetworks = 192.168.97.0/28, 127.0.0.0/8, [::1]/128, [fe80::]/64, > > [fec0::]/64 > > Just delete [fe80::]/64 and [fec0::]/64. > No client will use link local and site local address of your server > therefore listening on these is absolute unnecessary. ^ Eeeer... _filter

Re: [postfix-users] Postfix and IPV6

2016-11-18 Thread Kiss Gabor (Bitman)
> mynetworks = 192.168.97.0/28, 127.0.0.0/8, [::1]/128, [fe80::]/64, [fec0::]/64 Just delete [fe80::]/64 and [fec0::]/64. No client will use link local and site local address of your server therefore listening on these is absolute unnecessary. Gabor