Net::Server 2.0.0 released -- Full IPv6 support

Mark Martinec Mark.Martinec+amavis at ijs.si
Thu May 31 19:15:28 CEST 2012


> Net::Server 2.0.0 released -- Full IPv6 support
> Just FYI.

Great! Just in time for the 'World IPv6 launch day'.
Also got mail from Paul explaining the changes.

Testing with Net::Server 2.001 now, looks good.

Found (and reported) one problem, but should't affect
amavis in its present configuration.

There is a difference in a default bind address
interpretation between a patched Net::Server 0.99
and the 2.001, so if one knows which protol families
are needed, one may configure $inet_socket_bind
explicitly, e.g. on a loopback interface for both
protocol families:

  $inet_socket_bind = [ '127.0.0.1', '::1' ];

or for both protol families on all interfaces:

  $inet_socket_bind = [ '0.0.0.0', '::' ];

to avoid being affected by different defaults.


  Mark


More information about the amavis-users mailing list