Re: [Exim] Overhaul of FreeBSD port for Exim

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Blundell
Fecha:  
A: Sheldon Hearn
Cc: Barry Pederson, exim-users
Asunto: Re: [Exim] Overhaul of FreeBSD port for Exim
>No such luck. When IPv6 support is not compiled into the kernel, Exim
>fails to bind and listen to the IPv4 port:
>
>2001-06-12 19:13:30 socket bind() to port 25 for address (any) failed: Invalid
> argument: waiting before trying again


Hmm. This is supposed to work (it does on Linux, and I guess Solaris).
If you get as far as the bind() before blowing up, FreeBSD must be returning
success for "socket(AF_INET6, ...)" even when IPv6 is not available. That
seems like a bug in your kernel.

p.