Re: [exim] Spool file is locked (another process is handling…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Phil Pennock
Fecha:  
A: exim-users
Asunto: Re: [exim] Spool file is locked (another process is handling this message)
On 2012-04-13 at 11:20 +0200, Heiko Schlittermann wrote:
> On Linux we solved the entropy issue using the rng-tools package and put
> there "/dev/urandom" as source for additional entropy.


That's not really solving the problem. That's fooling the system into
thinking there's more entropy than there really is, degrading the
quality and making your pseudo-random numbers more predictable. This
hurts the security of your TLS connections.

-Phil