[Exim] TLS Issues

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Ben Lutgens
Data:  
Para: exim-users
Assunto: [Exim] TLS Issues
--
I'm having problems with AUTH/TLS with exim-3.32 and evolution-1.0 as
well as mozilla-mail. I'm putting off rebooting to windows to try one of
those clients. a quick grep of config.h shows that SUPPORT_TLS is
#defined as yes, and my key, cert, and dhparam are set properly in
runtime config file. I'm spawning a second exim with -d9 on port 465 to
test and this is what I get when I try to send.

if I telnet to the port it's obvious that TLS is in fact supported
(~)> telnet mail.sistina.com 465
Trying 208.210.145.141...
Connected to mail.sistina.com.
Escape character is '^]'.
220 hermes.sistina.com ESMTP Exim 3.32 #7 Sun, 09 Dec 2001 14:05:30
-0600
EHLO mail.yahoo.com
250-hermes.sistina.com Hello nic-31-c18-226.mn.mediaone.net
[24.31.18.226]
250-SIZE
250-PIPELINING
250-STARTTLS
250 HELP
STARTTLS
220 OpenSSL/0.9.6beta go ahead



SMTP>> 220 hermes.sistina.com ESMTP Exim 3.32 #7 Sun, 09 Dec 2001

13:53:24 -0600
set_process_info: 26676 handling incoming connection from
bogus.mediaone.hostname.omitted [ip.omitted]
ready for new message
smtp_setup_msg entered
SMTP<<
SMTP>> 500 Unrecognized command



Snippets from runtime configure
tls_certificate = /etc/ssl/certs/exim.x509
tls_hosts = *
auth_over_tls_hosts = *
tls_privatekey = /etc/ssl/certs/exim.rsa
tls_dhparam = /etc/ssl/certs/exim.dh
tls_verify_certificates = /usr/lib/courier/rootcerts
tls_advertise_hosts = *

Any help would be greatly appreciated.

--
Ben Lutgens
System Administrator
Sistina Software Inc.

"If you love someone, set them free. If they come home, set them on
fire."
    - George Carlin
--
[ Content of type application/pgp-signature deleted ]
--