Re: [exim] 2 hours delay (gnutls_handshake): timed out: deli…

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Graeme Fowler
日付:  
To: List: exim
題目: Re: [exim] 2 hours delay (gnutls_handshake): timed out: delivering unencrypted to
Thinking a little tangentially...

Could this be an entropy problem? Do you have the 'rng-tools' (might be 'rng-utils', I'm not a debian/ubuntu expert) package installed?

I have a vague recollection of blocked reads to /dev/random, which isn't filling quickly enough and stalls processes. /dev/urandom is non-blocking and fills via different means.

Additionally - the issue could in fact not be with your system at all, but with the receiver. If it's only a single host that you have the issue with, I'd be looking at their end.

Graeme