[exim] GnuTLS problem

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Pieter Ennes
Fecha:  
A: exim-users
Asunto: [exim] GnuTLS problem
Hi list,

For a few days i'm having this problem getting Exim 4.50 to talk TLS on
a Debian box: The Exim smtp listener process just seems to hang and do
nothing just after a STARTTLS gets issued by the remote side.

The last few lines of a -d+all listener are:

---
22:19:10 32271 SMTP>> 250-isaac.febe.nl Hello mail.ennes.net [192.168.11.6]
22:19:10 32271 250-SIZE 20971520
22:19:10 32271 250-STARTTLS
22:19:10 32271 250 HELP
22:19:10 32271 SMTP<< STARTTLS
22:19:10 32271 ---0 Rst 0x81220a0    **      smtp_in.c  800 32800
22:19:10 32271 initializing GnuTLS as a server
22:19:10 32271 generating 512 bit RSA key...
---


And then it just sits there. Even running it with strace doesn't seem to
show me any activity, so i am guessing that the problem might be GnuTLS
related. I have created a cert/key with exim-gencert.

Can anyone please point me where to look next?

Thanks,
--
- Pieter