[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: slowness in smtp tls



Masaru Nomiya wrote:
> 
> John> Hey, I recently switched to a smtp server that does TLS. Here's my
> [...]
> John> I'd be obliged to hear any thoughts about (a) how I can speed this up
> John> or (b) how I can go about debugging what's slow. 
> 
> (setq smtp-debug-info t)

OK, trace below. Anything looks weird in it?

JDO

220 [mailserver] ESMTP Sendmail 8.13.7/8.13.1/it-defang-5.4.0; Sat, 10 Oct 2009 19:36:54 -0700 (PDT)

Process SMTP killed
EHLO [mymachine]
250-[mailserver] Hello [mymachine], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE 600000000
250-DSN
250-STARTTLS
250-DELIVERBY
250 HELP
STARTTLS
220 2.0.0 Ready to start TLS
EHLO [mymachine]
250-[mailserver] Hello [mymachine], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE 600000000
250-DSN
250-AUTH LOGIN PLAIN
250-DELIVERBY
250 HELP
AUTH LOGIN
334 [randomchars]
[randomchars]
334 [randomchars]
[randomchars]
235 2.0.0 OK Authenticated
MAIL FROM:<myaddress@mydomain> SIZE=474 BODY=8BITMIME
250 2.1.0 <myaddress@mydomain>... Sender ok
RCPT TO:<myaddress@mydomain>
250 2.1.5 <myaddress@mydomain>... Recipient ok
DATA
354 Enter mail, end with "." on a line by itself
.
250 2.0.0 n9B2asHt019553 Message accepted for delivery
QUIT
221 2.0.0 [mailserver] closing connection